I am pretty much happy about the way you helped me. using the keyword 'this' as in if(this.setting == 0) { app.run(TRIAL) } Is not at all working.I don't prefer buying an app.but its not so personal.we need to use it as they want it be.One person in Code Project (Hameed Ji) made an application like this.it was pretty helpful and easy to understand.but still its disabling the whole application that needs to be registered. >> a reference to the instance of the current object - and it's also used for .Net extension methods. :omg: If you can please give a any example over CP or any where else.
varun g
Posts
-
Creating A Demo Version in C# -
Creating A Demo Version in C#Really thanks for the support everyone.Making two types of apps inside one msi(exe),Is that so professional? Well,doesn't matter.Still i have a doubt.I thought of storing two ,three variables inside the app by making the settings strings in application properties in Visual Studio. In VB ,you can simply write 'If(My.Settings == "0") But how to do that in C#.There is now "my" in there...
-
Creating A Demo Version in C#I am writing an application that I want to give to customers. What is the best solution to create a trail period of 1 month.My preferred method is to disable parts of the application that are critical to normal use of the program but aren't critical to its evaluation (like the ability to save your work, for example).and then send them an unlocking code unique to their computer when they register the full program. I was thinking that if they are interested in purchasing the software I will give them a license key or something, to unlock the application. After all I don't want a "Sorry, this program has expired" message to the user.It should disable some application controls after the period and enable when they register.Please help me someone...Many thanks for any advice
-
How to insert data from a text file into Ms acces databaseActually now i am on a c#.net windows application project.That shows the data from its database in the form.So i am planning to add new data into database through text files.Actually i have 'FOUR' fields in the database ,So how to add the proper data into those fields from a single text file.I need a wise response.I hope you got my issue.Please..
-
Make ,windows application contents available and save onlineYeah thanks mates Actually i am just aware of having "USING SYSTEM.NET" namespace and "httpwebrequest" keyword.But how to perform it in an application?
-
Make ,windows application contents available and save onlineDear Richard Thanks for your comments.BTW why don't you see the title "windows application contents available and save online".It clearly tells issue.I need to show the windows application contents in a web page and save that content directly to the web database.I need a wise solution please..
-
Make ,windows application contents available and save onlineHi developers I am here to clear my serious doubt about an issue,that came in between my coding.I made a sticky note software in c#.net and it also has a user registration criteria.So in order to do that,that software asks for the username and organization name in a form,and the end user types his name and other details in the textbox and submits it.When user clicks submit,the form carries out the data to the web (opening in an explorer),and shows the name and other details in the web-page controls and stores it in a database.Actually how to do this?I need a quick solution.Please help me your answers dears! varun
-
Quiz Application In c#.netThanks again I will try to do that,and update it here
-
Quiz Application In c#.netThanks first Your help is so much valuable for me.but still i am confused in making that to work with in the given time.Can you point me to any c# source codes available
-
Quiz Application In c#.netHi developers I want make a quiz program. It use image recognition (recon the person from the given image) also.Every questions have a four options as answers.And the entire quiz is controlled with timer.Means it must end within the given time.Am really doubtful in so many factors.I searched many in CodeProject,but couldn't find an appropriate application to study.If you have any idea please help me. I need help to build it in c#.net varun
-
Deployment Doubt(help on GUI )Hi Fellows let me ask you another doubt,I hope i'll get solved it quick. 1.i am working(programming)with visual studio 2005. 2.how to change the deployment aspects according to my likeness. 3.In Detail: How to change the place of bitmap and buttons in installation windows. 4.how to change progressbar style/color in installation windows. Please give me any link that desribs abt Visual studiol deployment specifying the graphical modules Thanx in advance
-
help on GUI foe DeployHi Fellows now let me ask you another doubt,I hope i'll get solved it quick. 1.i am working(programming)with visual studio 2005. 2.how to change the deployment aspects according to my likeness. 3.In Detail: How to change the place of bitmap and buttons in installation windows. 4.how to change progressbar style/color in installation windows. Please give me any link that desribs abt Visual studiol deployment specifying the graphical modules
-
Deployment Help (V S 2005)Hi Fellows Thanx for the help you provided. now let me ask you another doubt,I hope i'll get solved it quick. 1.i am working(programming)with visual studio 2005. 2.how to change the deployment aspects according to my likeness. 3.In Detail: How to change the place of bitmap and buttons in installation windows. 4.how to change progressbar style/color in installation windows. Please give me any link that desribs abt Visual studiol deployment specifying the graphical modules
-
C#.windows application Problemthanx guys
-
C#.windows application ProblemHi Experts I am Varun.G , a Programmer. I am stuck in a problem,thats y i make this question here.. I'll tell you in detail. 1.I made a software in .net 2005 2.It converts the data to an unknown format(though it is proper result of the software) 3.I created a new thread on making a new file extension for my own software.(let call that as, .ass(as in mtb.ass). 4.isssue is ,how to associate these ,".ass" files in a purticular system with my software. 5.How to make the default application for these file types is my application. EXPECT WISE REPLY..PLEASE... THANX IN ADVANCE
-
Media Playermake an SRC statement that may help you. embed src="your file name,which you want to play" width="75%" height="500"% autoplay="true"></embed> hope it work
-
MEDIA PLAYERThanx for your help Let me explain one,two things. Actualy i've created the progressbar according to the track's progress. But i need another progressbar to show ;(digital equalizer,like that). And i haven't got things about registry and how to coding that. can you help me please...
-
display a splash screenDear deepu As you said AJAX Modal popup control is the best to show your Popup to the user. As your wish it will show an YES or NO sequence to user before he gets in to the Home page. But there are some things to note 1: if the browser does not support JavaScript, the pop-up will not work .So the user's web browser should compatible with javaScript. 2:Ajax is not a programming language,it's just an extension,rather a javascripted extension 3:The user might have pop-up killers running that close the window the moment it’s opened You can cover all that probs with your page's source <a href>
-
display a splash screenDear Friend Actualy i know your prob.Ok let it be so light.If you want to make any popups or a splash screen infront of your home page,yes do what i reccomended in previous message.Programms like Hover Menu in AJAX , help you regarding this.I really don't know how to code that,b'coz i never used that sort of culture.Indeed to get a message box or a hover OR an upcoming menu i use a page that look like a popup.By the way thats tough to make.Well the code in that must be like, if the USER.ISIN ROLE is an authorized user ,THEN must get to the HOMEPAGE.Otherwise (if he is a nonauthenticated user) he shall go to UPDATE PANEL PAGE or as u said UPDATE PAGE.And this authentication ,you can do that with WEB ADMIN TOOL. Then from there you can check a person,if is authenticated through your "contact details". Hope you'll ask many..I'm so happy to share my knowledge Thank u
-
MEDIA PLAYERI've created media player using sound dll's of windows. Its woking...But my doubts are.. 1) How can i associate it to the mp3 and wave files in my system? 2) How can i make a selection sequence in program for the user to select or to use my program as his default player for mp3/wave? And help me on the code to make a progressbar while its playing.. Thanks in advance varun