Click here to Skip to main content
15,901,122 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: textboxes in datagridview Pin
Rupesh Kumar Swami1-Jun-07 1:35
Rupesh Kumar Swami1-Jun-07 1:35 
GeneralRe: textboxes in datagridview Pin
Sonia Gupta1-Jun-07 1:41
Sonia Gupta1-Jun-07 1:41 
GeneralRe: textboxes in datagridview Pin
Rupesh Kumar Swami1-Jun-07 1:49
Rupesh Kumar Swami1-Jun-07 1:49 
QuestionDatagrid Pin
zareee1-Jun-07 1:01
zareee1-Jun-07 1:01 
AnswerRe: Datagrid Pin
Rupesh Kumar Swami1-Jun-07 1:06
Rupesh Kumar Swami1-Jun-07 1:06 
GeneralRe: Datagrid Pin
zareee1-Jun-07 19:44
zareee1-Jun-07 19:44 
QuestionHow can i use thread... Pin
koolprasad20031-Jun-07 0:44
professionalkoolprasad20031-Jun-07 0:44 
AnswerRe: How can i use thread... Pin
Christian Graus1-Jun-07 0:53
protectorChristian Graus1-Jun-07 0:53 
BackgroundWorker is the best thread class, I've found. It can send progress information back to your main thread, and calls back into the main thread when it's done. If your program should stop taking input during the process, have a progress dialog go modal, and call the thread, and not offer any way to close until the thread is done. You can also cancel a thread using the BackgroundWorker.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: How can i use thread... Pin
koolprasad20031-Jun-07 2:15
professionalkoolprasad20031-Jun-07 2:15 
QuestionMSWORD Making one word bold in a table cell. Pin
ips_sun1-Jun-07 0:16
ips_sun1-Jun-07 0:16 
Questionthread Pin
WhiteGirl231-Jun-07 0:13
WhiteGirl231-Jun-07 0:13 
AnswerRe: thread Pin
Christian Graus1-Jun-07 0:18
protectorChristian Graus1-Jun-07 0:18 
AnswerRe: thread Pin
Sonia Gupta1-Jun-07 0:19
Sonia Gupta1-Jun-07 0:19 
Questionhow to display packedDIB format image to picture box in VB 6 Pin
AR Reddy1-Jun-07 0:12
AR Reddy1-Jun-07 0:12 
AnswerRe: how to display packedDIB format image to picture box in VB 6 Pin
ips_sun3-Jun-07 18:28
ips_sun3-Jun-07 18:28 
QuestionIs there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Billypon1-Jun-07 0:09
Billypon1-Jun-07 0:09 
AnswerRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Dave Kreskowiak1-Jun-07 3:56
mveDave Kreskowiak1-Jun-07 3:56 
GeneralRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Billypon1-Jun-07 4:53
Billypon1-Jun-07 4:53 
GeneralRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Dave Kreskowiak1-Jun-07 6:16
mveDave Kreskowiak1-Jun-07 6:16 
GeneralRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Dave Kreskowiak1-Jun-07 6:52
mveDave Kreskowiak1-Jun-07 6:52 
AnswerRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
ips_sun8-Jun-07 1:01
ips_sun8-Jun-07 1:01 
GeneralRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Billypon8-Jun-07 21:29
Billypon8-Jun-07 21:29 
QuestionCombobox Pin
eagertolearn1-Jun-07 0:03
eagertolearn1-Jun-07 0:03 
AnswerRe: Combobox Pin
Rupesh Kumar Swami1-Jun-07 0:20
Rupesh Kumar Swami1-Jun-07 0:20 
GeneralRe: Combobox Pin
MartyK20071-Jun-07 2:34
MartyK20071-Jun-07 2:34 

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.