Click here to Skip to main content
15,886,840 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Creating Tables,Triggers, and Store porcedure Pin
Bert Mitton28-Feb-13 6:37
professionalBert Mitton28-Feb-13 6:37 
AnswerRe: Creating Tables,Triggers, and Store porcedure Pin
Abhinav S28-Feb-13 19:01
Abhinav S28-Feb-13 19:01 
QuestionRestoring sql database using vb 2008 not c# Pin
Mathiudi27-Feb-13 7:49
Mathiudi27-Feb-13 7:49 
AnswerRe: Restoring sql database using vb 2008 not c# Pin
Sandeep Mewara27-Feb-13 18:15
mveSandeep Mewara27-Feb-13 18:15 
QuestionIdentifying the end of an event? Pin
jonatasbm26-Feb-13 6:10
jonatasbm26-Feb-13 6:10 
AnswerRe: Identifying the end of an event? Pin
Dave Kreskowiak26-Feb-13 7:08
mveDave Kreskowiak26-Feb-13 7:08 
GeneralRe: Identifying the end of an event? Pin
jonatasbm26-Feb-13 7:42
jonatasbm26-Feb-13 7:42 
GeneralRe: Identifying the end of an event? Pin
Dave Kreskowiak26-Feb-13 9:08
mveDave Kreskowiak26-Feb-13 9:08 
Soooooo, in a single threaded environment, this is incredibly easy. Just call the method as the last line of your Click handler. That's a horrible button name, by the way.
Private Sub btn_Click(blah, blah) Handles btn.Click
    ...some code...
    MyOtherMethod()
End Sub


GeneralRe: Identifying the end of an event? Pin
jonatasbm27-Feb-13 0:10
jonatasbm27-Feb-13 0:10 
GeneralRe: Identifying the end of an event? Pin
Dave Kreskowiak27-Feb-13 1:18
mveDave Kreskowiak27-Feb-13 1:18 
QuestionWeb interface to access application Pin
waner michaud25-Feb-13 7:16
waner michaud25-Feb-13 7:16 
AnswerRe: Web interface to access application Pin
Sandeep Mewara25-Feb-13 18:08
mveSandeep Mewara25-Feb-13 18:08 
GeneralRe: Web interface to access application Pin
waner michaud26-Feb-13 3:13
waner michaud26-Feb-13 3:13 
QuestionRe: Web interface to access application Pin
Sandeep Mewara26-Feb-13 3:16
mveSandeep Mewara26-Feb-13 3:16 
AnswerRe: Web interface to access application Pin
waner michaud26-Feb-13 3:19
waner michaud26-Feb-13 3:19 
AnswerRe: Web interface to access application Pin
waner michaud26-Feb-13 5:40
waner michaud26-Feb-13 5:40 
GeneralRe: Web interface to access application Pin
Sandeep Mewara26-Feb-13 5:52
mveSandeep Mewara26-Feb-13 5:52 
GeneralRe: Web interface to access application Pin
waner michaud26-Feb-13 6:54
waner michaud26-Feb-13 6:54 
AnswerRe: Web interface to access application Pin
Eddy Vluggen26-Feb-13 9:25
professionalEddy Vluggen26-Feb-13 9:25 
QuestionListbox String to RichTextbox. Help Please! Pin
Gray_Ang3l22-Feb-13 17:14
Gray_Ang3l22-Feb-13 17:14 
AnswerRe: Listbox String to RichTextbox. Help Please! Pin
Richard MacCutchan22-Feb-13 23:21
mveRichard MacCutchan22-Feb-13 23:21 
AnswerRe: Listbox String to RichTextbox. Help Please! Pin
Flintstone-Fred24-Feb-13 13:24
Flintstone-Fred24-Feb-13 13:24 
GeneralRe: Listbox String to RichTextbox. Help Please! Pin
Gray_Ang3l24-Feb-13 13:29
Gray_Ang3l24-Feb-13 13:29 
QuestionMessage Removed Pin
22-Feb-13 11:13
DougsSoftware22-Feb-13 11:13 
QuestionActive Directory Users OU Pin
dsj4122-Feb-13 8:14
dsj4122-Feb-13 8:14 

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.