Click here to Skip to main content
15,928,763 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Remove the back slash in a TextBox Pin
Bob Zagars14-Jan-06 13:14
Bob Zagars14-Jan-06 13:14 
GeneralRe: Remove the back slash in a TextBox Pin
Bob Zagars14-Jan-06 11:40
Bob Zagars14-Jan-06 11:40 
GeneralRe: Remove the back slash in a TextBox Pin
Joshua Quick14-Jan-06 12:04
Joshua Quick14-Jan-06 12:04 
GeneralRe: Remove the back slash in a TextBox Pin
Bob Zagars14-Jan-06 12:10
Bob Zagars14-Jan-06 12:10 
AnswerRe: Remove the back slash in a TextBox Pin
CodyGen15-Jan-06 4:37
CodyGen15-Jan-06 4:37 
GeneralRe: Remove the back slash in a TextBox Pin
Dave Kreskowiak15-Jan-06 16:35
mveDave Kreskowiak15-Jan-06 16:35 
Questioninvoke to marshal Pin
Makniteasy14-Jan-06 8:07
Makniteasy14-Jan-06 8:07 
AnswerRe: invoke to marshal Pin
Joshua Quick14-Jan-06 8:52
Joshua Quick14-Jan-06 8:52 
You're not allowed to interact with a Form on a separate thread.

What you need to do is call BeginInvoke(). What this will do is push a delegate to the end of the Windows message queue. That delegate will be invoked on the UI thread, which will allow you to safely write your string to the TextBox.

The following article has more information. See the code example at the bottom.
http://www.codeproject.com/csharp/begininvoke.asp[^]
QuestionPassing values to a page....... Pin
daviiie13-Jan-06 23:14
daviiie13-Jan-06 23:14 
AnswerRe: Passing values to a page....... Pin
mrabaya14-Jan-06 7:21
mrabaya14-Jan-06 7:21 
QuestionHi I 'm new Need Help abt VB Pin
gorillazpetersu13-Jan-06 20:05
gorillazpetersu13-Jan-06 20:05 
AnswerRe: Hi I 'm new Need Help abt VB Pin
Joshua Quick13-Jan-06 21:45
Joshua Quick13-Jan-06 21:45 
AnswerRe: Hi I 'm new Need Help abt VB Pin
mrabaya14-Jan-06 7:27
mrabaya14-Jan-06 7:27 
GeneralRe: Hi I 'm new Need Help abt VB Pin
gorillazpetersu14-Jan-06 15:16
gorillazpetersu14-Jan-06 15:16 
QuestionHow do I bind a multi-table DataSet to a Web Forms DataGrid Pin
kenn_rosie13-Jan-06 15:39
kenn_rosie13-Jan-06 15:39 
QuestiondataGrid Pin
andy3813-Jan-06 15:20
andy3813-Jan-06 15:20 
QuestionAPI.User32 Pin
militiaware13-Jan-06 13:08
militiaware13-Jan-06 13:08 
AnswerRe: API.User32 Pin
Dave Kreskowiak13-Jan-06 14:25
mveDave Kreskowiak13-Jan-06 14:25 
QuestionAny article about VB.net advantages ? Pin
hanofee13-Jan-06 5:39
hanofee13-Jan-06 5:39 
AnswerRe: Any article about VB.net advantages ? Pin
Dave Kreskowiak13-Jan-06 7:25
mveDave Kreskowiak13-Jan-06 7:25 
QuestionMap class Pin
Gizzo13-Jan-06 4:45
Gizzo13-Jan-06 4:45 
AnswerRe: Map class Pin
Gizzo13-Jan-06 5:16
Gizzo13-Jan-06 5:16 
Questionhow to flip the screen using .net Pin
aismangalore13-Jan-06 4:38
aismangalore13-Jan-06 4:38 
AnswerRe: how to flip the screen using .net Pin
Dave Kreskowiak13-Jan-06 5:24
mveDave Kreskowiak13-Jan-06 5:24 
QuestionInteractive voice operating system Pin
Osama12313-Jan-06 4:08
Osama12313-Jan-06 4:08 

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.