Click here to Skip to main content
15,887,485 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Activate a Textbox in a other Program Pin
Dave Kreskowiak21-May-07 13:16
mveDave Kreskowiak21-May-07 13:16 
GeneralRe: Activate a Textbox in a other Program Pin
Dave Herren26-May-07 3:11
Dave Herren26-May-07 3:11 
GeneralRe: Activate a Textbox in a other Program Pin
Dave Kreskowiak26-May-07 6:18
mveDave Kreskowiak26-May-07 6:18 
AnswerRe: Activate a Textbox in a other Program Pin
Dave Herren26-May-07 3:14
Dave Herren26-May-07 3:14 
QuestionHow can I have my program link to MyApp.msi on my website? Pin
furjaw21-May-07 7:44
furjaw21-May-07 7:44 
AnswerRe: How can I have my program link to MyApp.msi on my website? Pin
Dave Kreskowiak21-May-07 16:08
mveDave Kreskowiak21-May-07 16:08 
GeneralRe: How can I have my program link to MyApp.msi on my website? Pin
furjaw21-May-07 19:29
furjaw21-May-07 19:29 
GeneralRe: How can I have my program link to MyApp.msi on my website? Pin
Dave Kreskowiak22-May-07 11:59
mveDave Kreskowiak22-May-07 11:59 
Then you'r going to have to write the code to check a website yourself. The website should have an XML file for version information and a download package available. This package would have to be unpacked and installed on the client side, but from a seperate executeable, not your main EXE. This is because you can't overwrite an EXE while it's running.

The web information can be had by using the WebRequest class, along with downloading the file. Launching a seperate process is easy with the Process class. XML file processing is also easy with the XmlDocument class and XPath.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionPersistant DataSet data entry problem Pin
Quecumber25621-May-07 5:41
Quecumber25621-May-07 5:41 
AnswerRe: Persistant DataSet data entry problem Pin
Marcus J. Smith21-May-07 6:17
professionalMarcus J. Smith21-May-07 6:17 
GeneralRe: Persistant DataSet data entry problem Pin
Quecumber25621-May-07 7:06
Quecumber25621-May-07 7:06 
GeneralRe: Persistant DataSet data entry problem Pin
Marcus J. Smith21-May-07 7:35
professionalMarcus J. Smith21-May-07 7:35 
GeneralRe: Persistant DataSet data entry problem Pin
Quecumber25621-May-07 8:08
Quecumber25621-May-07 8:08 
GeneralRe: Persistant DataSet data entry problem Pin
Marcus J. Smith21-May-07 8:28
professionalMarcus J. Smith21-May-07 8:28 
GeneralRe: Persistant DataSet data entry problem Pin
Quecumber25621-May-07 9:21
Quecumber25621-May-07 9:21 
QuestionDeath by obfuscation! Pin
Rich Leyshon21-May-07 5:28
Rich Leyshon21-May-07 5:28 
AnswerRe: Death by obfuscation! Pin
sthotakura21-May-07 11:02
sthotakura21-May-07 11:02 
GeneralRe: Death by obfuscation! Pin
Rich Leyshon21-May-07 11:10
Rich Leyshon21-May-07 11:10 
QuestionSQL UPDATE Stored Procedure in VB Not Working Pin
tommyfs21-May-07 4:44
tommyfs21-May-07 4:44 
AnswerRe: SQL UPDATE Stored Procedure in VB Not Working Pin
Dave Herren21-May-07 5:36
Dave Herren21-May-07 5:36 
AnswerRe: SQL UPDATE Stored Procedure in VB Not Working Pin
tommyfs24-May-07 13:18
tommyfs24-May-07 13:18 
Questionhow to find out rowindex in datagrid's drop-event? Pin
Smithers-Jones21-May-07 4:08
Smithers-Jones21-May-07 4:08 
AnswerRe: how to find out rowindex in datagrid's drop-event? Pin
Smithers-Jones21-May-07 21:58
Smithers-Jones21-May-07 21:58 
QuestionDate Format question Pin
No-e21-May-07 3:42
No-e21-May-07 3:42 
AnswerRe: Date Format question Pin
No-e21-May-07 4:02
No-e21-May-07 4:02 

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.