Click here to Skip to main content
16,005,467 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to check online Pin
UltraCoder13-Oct-06 17:54
UltraCoder13-Oct-06 17:54 
GeneralRe: how to check online Pin
ADY00713-Oct-06 23:14
ADY00713-Oct-06 23:14 
GeneralRe: how to check online Pin
Dave Kreskowiak14-Oct-06 4:01
mveDave Kreskowiak14-Oct-06 4:01 
Questionupdate SQL database from MS Access databse Pin
joealex251013-Oct-06 12:36
joealex251013-Oct-06 12:36 
AnswerRe: update SQL database from MS Access databse Pin
Dave Kreskowiak13-Oct-06 13:14
mveDave Kreskowiak13-Oct-06 13:14 
QuestionRe: update SQL database from MS Access databse Pin
joealex251018-Oct-06 7:42
joealex251018-Oct-06 7:42 
QuestionPausing Certain Code Until Program Completion Pin
dion353713-Oct-06 11:10
dion353713-Oct-06 11:10 
AnswerRe: Pausing Certain Code Until Program Completion Pin
Dave Kreskowiak13-Oct-06 13:10
mveDave Kreskowiak13-Oct-06 13:10 
You don't get these things to wait for each other. You have to launch one, wait for it in your code, control it, wait for it to finish, launch another,...

Every newbie thinks it should be easy to control another application. Actually, it's one of the hardest and most tedious things to do.

How it's normally done, is batch files are written to launch these installers, usually using START command. Open a CMD and type START /? for parameters, like /WAIT. Also, the installers are launched with command line parameters to automate their installation, probably using installation scripts, if supported. You'll have to get with the manufacturer of the installation to find out what those parameters and scripts might be.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionHow set paper size [modified] Pin
Tomic13-Oct-06 9:55
Tomic13-Oct-06 9:55 
AnswerRe: How set paper size Pin
Dave Kreskowiak13-Oct-06 10:07
mveDave Kreskowiak13-Oct-06 10:07 
GeneralRe: How set paper size Pin
Tomic13-Oct-06 10:29
Tomic13-Oct-06 10:29 
GeneralRe: How set paper size Pin
Dave Kreskowiak13-Oct-06 13:04
mveDave Kreskowiak13-Oct-06 13:04 
QuestionDownload in Internet Explorer Pin
Zaegra13-Oct-06 6:50
Zaegra13-Oct-06 6:50 
AnswerRe: Download in Internet Explorer Pin
Dave Kreskowiak13-Oct-06 7:29
mveDave Kreskowiak13-Oct-06 7:29 
GeneralRe: Download in Internet Explorer Pin
Zaegra13-Oct-06 20:37
Zaegra13-Oct-06 20:37 
GeneralRe: Download in Internet Explorer Pin
Dave Kreskowiak14-Oct-06 4:07
mveDave Kreskowiak14-Oct-06 4:07 
QuestionProject referencing DLL that may not be there Pin
rahvyn613-Oct-06 4:48
rahvyn613-Oct-06 4:48 
AnswerRe: Project referencing DLL that may not be there Pin
Dave Kreskowiak13-Oct-06 5:31
mveDave Kreskowiak13-Oct-06 5:31 
GeneralRe: Project referencing DLL that may not be there Pin
rahvyn613-Oct-06 5:35
rahvyn613-Oct-06 5:35 
GeneralRe: Project referencing DLL that may not be there Pin
Dave Kreskowiak13-Oct-06 5:44
mveDave Kreskowiak13-Oct-06 5:44 
Questionscanners Pin
deepak02613-Oct-06 4:09
deepak02613-Oct-06 4:09 
AnswerRe: scanners Pin
Dave Kreskowiak13-Oct-06 4:23
mveDave Kreskowiak13-Oct-06 4:23 
QuestionKey press for individual comboboxes Pin
Racos13-Oct-06 2:59
Racos13-Oct-06 2:59 
AnswerRe: Key press for individual comboboxes Pin
Dave Kreskowiak13-Oct-06 4:21
mveDave Kreskowiak13-Oct-06 4:21 
GeneralRe: Key press for individual comboboxes Pin
Racos13-Oct-06 7:41
Racos13-Oct-06 7:41 

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.