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

Visual Basic

 
QuestionTerminate another application from vb.net application Pin
szevy_suez6-Jul-06 20:29
szevy_suez6-Jul-06 20:29 
AnswerRe: Terminate another application from vb.net application Pin
Dave Kreskowiak7-Jul-06 2:03
mveDave Kreskowiak7-Jul-06 2:03 
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 
szevy_suez wrote:
I just need an indication that the application has loaded.


What does that mean? If you talking about the application initializing itself, then yes you can. All you have to do update the ProgressBar in your applications initialization code.

If you're talking about a progress bar while the application is being loaded from disk, then no, you can't. The system Loader doesn't provide any feedback at all. Your ProgressBar would go from 0 to 100% in one step.


Dave Kreskowiak
Microsoft MVP - Visual Basic

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 
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 

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.