Click here to Skip to main content
15,920,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralApplication Not Working!! Pin
parth.p5-Feb-08 8:36
parth.p5-Feb-08 8:36 
GeneralRe: Application Not Working!! Pin
Christian Graus5-Feb-08 8:49
protectorChristian Graus5-Feb-08 8:49 
GeneralRe: Application Not Working!! Pin
parth.p5-Feb-08 8:54
parth.p5-Feb-08 8:54 
GeneralRe: Application Not Working!! Pin
Dave Kreskowiak5-Feb-08 9:57
mveDave Kreskowiak5-Feb-08 9:57 
GeneralRe: Application Not Working!! Pin
parth.p5-Feb-08 10:54
parth.p5-Feb-08 10:54 
GeneralRe: Application Not Working!! Pin
Dave Kreskowiak5-Feb-08 12:11
mveDave Kreskowiak5-Feb-08 12:11 
GeneralRe: Application Not Working!! Pin
J$5-Feb-08 10:50
J$5-Feb-08 10:50 
GeneralRe: Application Not Working!! Pin
Dave Kreskowiak5-Feb-08 12:05
mveDave Kreskowiak5-Feb-08 12:05 
GeneralRe: Application Not Working!! Pin
User 2710095-Feb-08 17:26
User 2710095-Feb-08 17:26 
GeneralRe: Application Not Working!! Pin
parth.p5-Feb-08 20:38
parth.p5-Feb-08 20:38 
GeneralBinding a Listbox with a dataset Pin
Vimalsoft(Pty) Ltd5-Feb-08 6:02
professionalVimalsoft(Pty) Ltd5-Feb-08 6:02 
GeneralRe: Binding a Listbox with a dataset Pin
C1AllenS5-Feb-08 9:29
C1AllenS5-Feb-08 9:29 
AnswerRe: Binding a Listbox with a dataset Pin
Vimalsoft(Pty) Ltd5-Feb-08 18:46
professionalVimalsoft(Pty) Ltd5-Feb-08 18:46 
GeneralRe: Binding a Listbox with a dataset Pin
Dave Kreskowiak5-Feb-08 10:01
mveDave Kreskowiak5-Feb-08 10:01 
GeneralRe: Binding a Listbox with a dataset Pin
Vimalsoft(Pty) Ltd5-Feb-08 18:42
professionalVimalsoft(Pty) Ltd5-Feb-08 18:42 
QuestionSoftware Needed Pin
yasso_1155-Feb-08 4:50
yasso_1155-Feb-08 4:50 
GeneralRe: Software Needed Pin
Steven J Jowett5-Feb-08 4:56
Steven J Jowett5-Feb-08 4:56 
GeneralRe: Software Needed Pin
Christian Graus5-Feb-08 8:49
protectorChristian Graus5-Feb-08 8:49 
QuestionInvoking a delegate sub inside a module? Pin
Benny_Lava5-Feb-08 2:38
Benny_Lava5-Feb-08 2:38 
AnswerRe: Invoking a delegate sub inside a module? [modified] Pin
nlarson115-Feb-08 3:52
nlarson115-Feb-08 3:52 
AnswerRe: Invoking a delegate sub inside a module? Pin
Guffa5-Feb-08 8:45
Guffa5-Feb-08 8:45 
unix_master01 wrote:
But because module doesn't have Me. namespace, Me.invoke isn't available


Me isn't a namespace, it's a keyword. (Most other languages uses the this keyword instead.) Me is most definitely available, as the method is not static (Shared in VB).

It's the Invoke method that isn't available, because the class (module) doesn't inherit from the Control class.

Put a method in the form where you want to update the textbox. As the form inherits from the Control class, the Invoke method is available. Now just call the method from your thread.

Experience is the sum of all the mistakes you have done.

GeneralDates Between Date Pin
danasegaranea5-Feb-08 2:00
danasegaranea5-Feb-08 2:00 
GeneralRe: Dates Between Date Pin
pmarfleet5-Feb-08 2:04
pmarfleet5-Feb-08 2:04 
GeneralRe: Dates Between Date Pin
danasegaranea5-Feb-08 17:27
danasegaranea5-Feb-08 17:27 
GeneralVS2005 error: Conversion from string "negative number" to type Date is not valid Pin
Xooku5-Feb-08 0:59
Xooku5-Feb-08 0:59 

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.