Click here to Skip to main content
15,914,323 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondatagrid updation-pl help me [modified] Pin
sanvb20036-Jul-06 19:40
sanvb20036-Jul-06 19:40 
QuestionListView in VB.Net Pin
khwo6-Jul-06 19:02
khwo6-Jul-06 19:02 
QuestionProgress bar for application loading Pin
szevy_suez6-Jul-06 18:30
szevy_suez6-Jul-06 18:30 
AnswerRe: Progress bar for application loading Pin
Dave Kreskowiak7-Jul-06 2:06
mveDave Kreskowiak7-Jul-06 2:06 
GeneralRe: Progress bar for application loading Pin
szevy_suez12-Jul-06 5:29
szevy_suez12-Jul-06 5:29 
GeneralRe: Progress bar for application loading Pin
Dave Kreskowiak12-Jul-06 12:07
mveDave Kreskowiak12-Jul-06 12:07 
QuestionRe: Progress bar for application loading Pin
szevy_suez12-Jul-06 18:37
szevy_suez12-Jul-06 18:37 
AnswerRe: Progress bar for application loading Pin
Dave Kreskowiak13-Jul-06 1:23
mveDave Kreskowiak13-Jul-06 1:23 
szevy_suez wrote:
Actually, I just want my application to know when the other application has loaded


As far as the application being loaded is concerned, it's when the next statement after whatever your using to load the other app executes.

But that's NOT when the other app finishes initializing and doing its own startup stuff. There's no way to tell when that's done. The only thing you can do is write a routine to look for the title of a window in that application every so often.

A ProgressBar isn't going to help you at all...


szevy_suez wrote:
then I can proceed with Appactive and sendkeys methods


Good luck! Using SendKeys is not the most reliable way to controlanother application. The best method is if the application exposes a COM object model.


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionUsing Visual Basic 6.0 How to format the date Pin
Simple programmer6-Jul-06 15:59
Simple programmer6-Jul-06 15:59 
AnswerRe: Using Visual Basic 6.0 How to format the date Pin
mr_lasseter6-Jul-06 16:43
mr_lasseter6-Jul-06 16:43 
GeneralRe: Using Visual Basic 6.0 How to format the date Pin
Simple programmer6-Jul-06 17:32
Simple programmer6-Jul-06 17:32 
AnswerRe: Using Visual Basic 6.0 How to format the date Pin
mr_lasseter7-Jul-06 4:43
mr_lasseter7-Jul-06 4:43 
GeneralRe: Using Visual Basic 6.0 How to format the date Pin
Simple programmer10-Jul-06 23:59
Simple programmer10-Jul-06 23:59 
QuestionComparing a datatable to another datatable to see if they are exactly the same Pin
eatwork6-Jul-06 10:42
eatwork6-Jul-06 10:42 
AnswerRe: Comparing a datatable to another datatable to see if they are exactly the same Pin
Asif Sayed7-Jul-06 10:53
Asif Sayed7-Jul-06 10:53 
GeneralRe: Comparing a datatable to another datatable to see if they are exactly the same Pin
eatwork10-Jul-06 12:16
eatwork10-Jul-06 12:16 
QuestionSchedule Program Pin
stevelizardi6-Jul-06 10:23
stevelizardi6-Jul-06 10:23 
AnswerRe: Schedule Program Pin
Dave Sexton7-Jul-06 0:51
Dave Sexton7-Jul-06 0:51 
GeneralRe: Schedule Program Pin
stevelizardi7-Jul-06 2:59
stevelizardi7-Jul-06 2:59 
GeneralRe: Schedule Program Pin
stevelizardi7-Jul-06 5:21
stevelizardi7-Jul-06 5:21 
GeneralRe: Schedule Program Pin
Dave Sexton7-Jul-06 22:15
Dave Sexton7-Jul-06 22:15 
GeneralRe: Schedule Program Pin
Dave Sexton12-Jul-06 3:34
Dave Sexton12-Jul-06 3:34 
QuestionRead Excel into ado recordset Pin
aransiola6-Jul-06 7:18
aransiola6-Jul-06 7:18 
AnswerRe: Read Excel into ado recordset Pin
Paul Conrad6-Jul-06 7:47
professionalPaul Conrad6-Jul-06 7:47 
AnswerRe: Read Excel into ado recordset Pin
Quecumber2566-Jul-06 7:54
Quecumber2566-Jul-06 7:54 

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.