Click here to Skip to main content
15,923,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWeb site hosting on local network Pin
Manik Nath13-Jun-06 0:41
Manik Nath13-Jun-06 0:41 
AnswerRe: Web site hosting on local network Pin
Tamimi - Code13-Jun-06 1:12
Tamimi - Code13-Jun-06 1:12 
GeneralRe: Web site hosting on local network Pin
Manik Nath13-Jun-06 1:43
Manik Nath13-Jun-06 1:43 
GeneralRe: Web site hosting on local network Pin
Tamimi - Code13-Jun-06 1:48
Tamimi - Code13-Jun-06 1:48 
GeneralRe: Web site hosting on local network Pin
Manik Nath13-Jun-06 18:39
Manik Nath13-Jun-06 18:39 
GeneralRe: Web site hosting on local network Pin
Steve Pullan13-Jun-06 14:13
Steve Pullan13-Jun-06 14:13 
GeneralRe: Web site hosting on local network Pin
Manik Nath13-Jun-06 18:40
Manik Nath13-Jun-06 18:40 
QuestionCross-Thread operation. Pin
Abhideep13-Jun-06 0:19
Abhideep13-Jun-06 0:19 
I am working on VB .NET 2005. I have created one windows form. In that I made one text box as tb1. Then I created on thread as
public ts as new thread(Addressos doit)

in form load i have writen
ts.start()

then i made the sub as follows:

Public Sub doit()
tb1.Text="Hello world!!"
End Sub

Here it is triwing an exception...
Cross-thread operation not allowed...or like this....

Kindly, tell me how can I use the text box what i have created on the form in a thread.

Thanks.

Abhideep

AnswerRe: Cross-Thread operation. Pin
zacharyshroyer13-Jun-06 1:46
zacharyshroyer13-Jun-06 1:46 
QuestionFiltering on a Dataset Pin
cullyk12-Jun-06 23:41
cullyk12-Jun-06 23:41 
AnswerRe: Filtering on a Dataset Pin
Tamimi - Code12-Jun-06 23:49
Tamimi - Code12-Jun-06 23:49 
GeneralRe: Filtering on a Dataset Pin
cullyk12-Jun-06 23:50
cullyk12-Jun-06 23:50 
QuestionPrint Preview Pin
Socheat.Net12-Jun-06 22:56
Socheat.Net12-Jun-06 22:56 
AnswerRe: Print Preview Pin
jhoga13-Jun-06 10:05
jhoga13-Jun-06 10:05 
GeneralRe: Print Preview Pin
Socheat.Net13-Jun-06 21:20
Socheat.Net13-Jun-06 21:20 
GeneralRe: Print Preview Pin
jhoga14-Jun-06 7:32
jhoga14-Jun-06 7:32 
GeneralRe: Print Preview Pin
Socheat.Net14-Jun-06 21:15
Socheat.Net14-Jun-06 21:15 
QuestionEmail sending through vb.net application. Pin
hbk_leo12-Jun-06 22:47
hbk_leo12-Jun-06 22:47 
AnswerRe: Email sending through vb.net application. Pin
Tamimi - Code12-Jun-06 23:01
Tamimi - Code12-Jun-06 23:01 
GeneralRe: Email sending through vb.net application. Pin
Socheat.Net12-Jun-06 23:15
Socheat.Net12-Jun-06 23:15 
GeneralRe: Email sending through vb.net application. Pin
Tamimi - Code12-Jun-06 23:18
Tamimi - Code12-Jun-06 23:18 
GeneralRe: Email sending through vb.net application. Pin
Dave Kreskowiak13-Jun-06 2:06
mveDave Kreskowiak13-Jun-06 2:06 
GeneralRe: Email sending through vb.net application. Pin
scottgp13-Jun-06 2:07
professionalscottgp13-Jun-06 2:07 
GeneralRe: Email sending through vb.net application. Pin
jhoga13-Jun-06 10:14
jhoga13-Jun-06 10:14 
GeneralRe: Email sending through vb.net application. Pin
hbk_leo14-Jun-06 1:53
hbk_leo14-Jun-06 1:53 

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.