Click here to Skip to main content
15,880,796 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondataset Pin
Sonia Gupta15-May-07 18:37
Sonia Gupta15-May-07 18:37 
AnswerRe: dataset Pin
Christian Graus15-May-07 19:26
protectorChristian Graus15-May-07 19:26 
QuestionRe: dataset Pin
Sonia Gupta15-May-07 19:28
Sonia Gupta15-May-07 19:28 
AnswerRe: dataset Pin
Christian Graus15-May-07 20:02
protectorChristian Graus15-May-07 20:02 
QuestionRe: dataset Pin
Sonia Gupta15-May-07 20:16
Sonia Gupta15-May-07 20:16 
GeneralRe: dataset Pin
Sonia Gupta15-May-07 21:12
Sonia Gupta15-May-07 21:12 
Questionprogress bar Pin
Sonia Gupta15-May-07 18:25
Sonia Gupta15-May-07 18:25 
AnswerRe: progress bar Pin
MatrixCoder15-May-07 18:41
MatrixCoder15-May-07 18:41 
Nilish wrote:
Can i show the progress bar in seperate form that show the progress of the operation.(i know the starting and ending point)


Yes, just reference the form that contains progress bar. For example:

Instead of: ProgressBar1.Value = 50
Use: ValueForm.ProgressBar1.Value = 50

Nilish wrote:
2.Does SHOW/SHOWDIALOG has anything to do with this(showing the operation in one form and the progress bar in another form)?


No, nothing at all.




Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.

QuestionRe: progress bar Pin
Sonia Gupta15-May-07 19:04
Sonia Gupta15-May-07 19:04 
AnswerRe: progress bar Pin
Dave Kreskowiak16-May-07 3:19
mveDave Kreskowiak16-May-07 3:19 
QuestionConnection String In App Config VS 2005 Pin
Polymorpher15-May-07 17:36
Polymorpher15-May-07 17:36 
AnswerRe: Connection String In App Config VS 2005 Pin
Dave Kreskowiak15-May-07 17:52
mveDave Kreskowiak15-May-07 17:52 
GeneralRe: Connection String In App Config VS 2005 Pin
Polymorpher15-May-07 18:01
Polymorpher15-May-07 18:01 
GeneralRe: Connection String In App Config VS 2005 Pin
Dave Kreskowiak16-May-07 3:16
mveDave Kreskowiak16-May-07 3:16 
GeneralRe: Connection String In App Config VS 2005 Pin
Polymorpher16-May-07 7:05
Polymorpher16-May-07 7:05 
QuestionGeneric Error In GDI+ Pin
MatrixCoder15-May-07 14:47
MatrixCoder15-May-07 14:47 
AnswerRe: Generic Error In GDI+ Pin
Sathesh Sakthivel15-May-07 16:47
Sathesh Sakthivel15-May-07 16:47 
GeneralRe: Generic Error In GDI+ Pin
MatrixCoder15-May-07 17:20
MatrixCoder15-May-07 17:20 
GeneralRe: Generic Error In GDI+ Pin
Polymorpher15-May-07 17:47
Polymorpher15-May-07 17:47 
GeneralRe: Generic Error In GDI+ Pin
MatrixCoder15-May-07 18:12
MatrixCoder15-May-07 18:12 
GeneralRe: Generic Error In GDI+ Pin
Polymorpher15-May-07 18:14
Polymorpher15-May-07 18:14 
QuestionFile in use error while renaming file Pin
Steve Erbach15-May-07 11:46
Steve Erbach15-May-07 11:46 
AnswerRe: File in use error while renaming file Pin
Christian Graus15-May-07 12:15
protectorChristian Graus15-May-07 12:15 
GeneralRe: File in use error while renaming file Pin
Steve Erbach16-May-07 3:34
Steve Erbach16-May-07 3:34 
Questionhow to convert the following code to vb.net Pin
awara15-May-07 11:44
awara15-May-07 11:44 

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.