Click here to Skip to main content
15,896,207 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Use Desktops Pin
MohammadAmiry31-Mar-06 11:14
MohammadAmiry31-Mar-06 11:14 
QuestionReversing a string Pin
machman130-Mar-06 11:52
machman130-Mar-06 11:52 
AnswerRe: Reversing a string Pin
Steve Pullan30-Mar-06 11:58
Steve Pullan30-Mar-06 11:58 
QuestionProgress bar Pin
MikeUPMC30-Mar-06 9:33
MikeUPMC30-Mar-06 9:33 
AnswerRe: Progress bar Pin
Steve Pullan30-Mar-06 13:07
Steve Pullan30-Mar-06 13:07 
AnswerRe: Progress bar Pin
MohammadAmiry30-Mar-06 14:25
MohammadAmiry30-Mar-06 14:25 
GeneralRe: Progress bar Pin
MikeUPMC3-Apr-06 10:29
MikeUPMC3-Apr-06 10:29 
AnswerRe: Progress bar Pin
MohammadAmiry4-Apr-06 1:23
MohammadAmiry4-Apr-06 1:23 
No, unfortunately I don't have any source code for the use of that pseudo-progressbar...
But I try to give you some idea on which might be helpful...

You can make a form, which displays Processing (and maybe a gif animation stating that the program
is doing something) and the hourglass icon. Then in your main form create a thread which shows the processingform
as a dialog (using ShowDialog method.)
Then in the Load function write:
myThread.Start
oleDataAdapter1.Fill(DataSet1)
myThread.Stop


I think this would be better than a progressbar in you main form.
QuestionReceiving Net Send within application textbox Pin
sharmaabhishek30-Mar-06 8:19
sharmaabhishek30-Mar-06 8:19 
AnswerRe: Receiving Net Send within application textbox Pin
Eric Dahlvang31-Mar-06 3:17
Eric Dahlvang31-Mar-06 3:17 
GeneralRe: Receiving Net Send within application textbox Pin
sharmaabhishek1-Apr-06 13:08
sharmaabhishek1-Apr-06 13:08 
GeneralRe: Receiving Net Send within application textbox Pin
Eric Dahlvang3-Apr-06 4:56
Eric Dahlvang3-Apr-06 4:56 
GeneralRe: Receiving Net Send within application textbox Pin
sharmaabhishek5-Apr-06 11:59
sharmaabhishek5-Apr-06 11:59 
GeneralRe: Receiving Net Send within application textbox Pin
Eric Dahlvang6-Apr-06 11:01
Eric Dahlvang6-Apr-06 11:01 
QuestionEncryption & Drag/Drop Pin
kenexcelon30-Mar-06 5:35
kenexcelon30-Mar-06 5:35 
AnswerRe: Encryption & Drag/Drop Pin
MohammadAmiry30-Mar-06 14:31
MohammadAmiry30-Mar-06 14:31 
Questionvb Activate a Notification Area App Menu Pin
chabdesign30-Mar-06 5:16
chabdesign30-Mar-06 5:16 
QuestionWeb Chat Pin
Sharper8330-Mar-06 3:16
Sharper8330-Mar-06 3:16 
AnswerRe: Web Chat Pin
J4amieC30-Mar-06 3:19
J4amieC30-Mar-06 3:19 
AnswerRe: Web Chat Pin
IBetNoBodyWillHaveThisNameOrAlias30-Mar-06 4:53
IBetNoBodyWillHaveThisNameOrAlias30-Mar-06 4:53 
QuestionJoining Arrays Together Pin
directred30-Mar-06 2:34
directred30-Mar-06 2:34 
AnswerRe: Joining Arrays Together Pin
J4amieC30-Mar-06 3:20
J4amieC30-Mar-06 3:20 
QuestionAccessing file properties in VB6 Pin
Captain Trips30-Mar-06 1:21
Captain Trips30-Mar-06 1:21 
AnswerRe: Accessing file properties in VB6 Pin
Captain Trips30-Mar-06 1:27
Captain Trips30-Mar-06 1:27 
QuestionHow to create and open connection string in vb.Net Pin
Murtuza Husain Miyan Patel30-Mar-06 0:35
professionalMurtuza Husain Miyan Patel30-Mar-06 0:35 

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.