Click here to Skip to main content
15,900,511 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: adding code at runtime Pin
jschell15-Jun-11 8:53
jschell15-Jun-11 8:53 
GeneralRe: adding code at runtime Pin
todd.0101110115-Jun-11 9:34
todd.0101110115-Jun-11 9:34 
AnswerRe: adding code at runtime Pin
RobCroll14-Jun-11 18:47
RobCroll14-Jun-11 18:47 
GeneralRe: adding code at runtime Pin
Not Active15-Jun-11 9:59
mentorNot Active15-Jun-11 9:59 
AnswerRe: adding code at runtime Pin
Eric W Scott16-Jun-11 3:01
professionalEric W Scott16-Jun-11 3:01 
AnswerRe: adding code at runtime Pin
jschell16-Jun-11 12:00
jschell16-Jun-11 12:00 
AnswerRe: adding code at runtime Pin
tasteywheat16-Jun-11 13:42
tasteywheat16-Jun-11 13:42 
AnswerRe: adding code at runtime Pin
Mark AJA17-Jun-11 4:14
Mark AJA17-Jun-11 4:14 
This is what I have used with one of my programs.

1: Have a page on the Internet with the latest version number.
2: When your application loads, read the Internet file version and if it is grater than your application then....
3. You can give the user the option to upgrade now or upgrade now without prompting the user.
4: Download and run a temp upgrade.exe program. Then quit your main application.
5: The upgrade.exe will download the new version (Using the same file names and locations as the old version)
6: Run the (new) main application.
7: End the upgrade.exe program.
AnswerRe: adding code at runtime Pin
Charles Wiebe and John Hansen17-Jun-11 11:46
Charles Wiebe and John Hansen17-Jun-11 11:46 
QuestionSystem tray development [modified] Pin
dan30087-Jun-11 3:23
dan30087-Jun-11 3:23 
AnswerRe: System tray development Pin
Eddy Vluggen7-Jun-11 22:56
professionalEddy Vluggen7-Jun-11 22:56 
GeneralRe: System tray development Pin
dan30087-Jun-11 23:44
dan30087-Jun-11 23:44 
GeneralRe: System tray development Pin
MicroVirus9-Jun-11 2:45
MicroVirus9-Jun-11 2:45 
QuestionCustom sorting a column in a databound DataGridView control. Pin
paper676-Jun-11 4:21
paper676-Jun-11 4:21 
AnswerRe: Custom sorting a column in a databound DataGridView control. Pin
Luc Pattyn6-Jun-11 4:30
sitebuilderLuc Pattyn6-Jun-11 4:30 
QuestionDifference between Form.Deactivate and Form.Leave Pin
Dewald5-Jun-11 23:51
Dewald5-Jun-11 23:51 
AnswerRe: Difference between Form.Deactivate and Form.Leave Pin
Eddy Vluggen6-Jun-11 0:05
professionalEddy Vluggen6-Jun-11 0:05 
GeneralRe: Difference between Form.Deactivate and Form.Leave Pin
Dewald6-Jun-11 0:40
Dewald6-Jun-11 0:40 
AnswerRe: Difference between Form.Deactivate and Form.Leave Pin
Eddy Vluggen6-Jun-11 0:52
professionalEddy Vluggen6-Jun-11 0:52 
GeneralRe: Difference between Form.Deactivate and Form.Leave Pin
Dewald6-Jun-11 1:05
Dewald6-Jun-11 1:05 
AnswerRe: Difference between Form.Deactivate and Form.Leave Pin
Eddy Vluggen6-Jun-11 1:26
professionalEddy Vluggen6-Jun-11 1:26 
GeneralRe: Difference between Form.Deactivate and Form.Leave Pin
Dave Kreskowiak6-Jun-11 1:59
mveDave Kreskowiak6-Jun-11 1:59 
QuestionNeed A Help Of Nested Grid View Pin
meetnneel3-Jun-11 2:30
meetnneel3-Jun-11 2:30 
QuestionRe: Need A Help Of Nested Grid View Pin
Eddy Vluggen3-Jun-11 2:53
professionalEddy Vluggen3-Jun-11 2:53 
AnswerRe: Need A Help Of Nested Grid View Pin
meetnneel3-Jun-11 2:58
meetnneel3-Jun-11 2:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.