Click here to Skip to main content
15,921,793 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to get target path of Shorcut (lnk) files in VB 6 Pin
EmanAli13-Apr-04 21:59
EmanAli13-Apr-04 21:59 
GeneralDataGrid Header and Alignment Pin
ibok235-Apr-04 15:01
ibok235-Apr-04 15:01 
QuestionGetWindowText() from hidden window? Pin
ndalal5-Apr-04 11:01
ndalal5-Apr-04 11:01 
AnswerRe: GetWindowText() from hidden window? Pin
Milton Karimbekallil5-Apr-04 23:10
Milton Karimbekallil5-Apr-04 23:10 
GeneralRe: GetWindowText() from hidden window? Pin
ndalal6-Apr-04 11:09
ndalal6-Apr-04 11:09 
GeneralRe: GetWindowText() from hidden window? Pin
Milton Karimbekallil11-Apr-04 19:09
Milton Karimbekallil11-Apr-04 19:09 
Generaltask bar button doesn't work Pin
skoizumi291105-Apr-04 10:37
sussskoizumi291105-Apr-04 10:37 
GeneralRe: task bar button doesn't work Pin
Dave Kreskowiak5-Apr-04 11:29
mveDave Kreskowiak5-Apr-04 11:29 
You're supplying the wrong code. What you should be looking at is the tail end of the Click handler functions for each button. Does they say something like this:
Private Sub ConnectButton_Click( ... ) Handles ConnectButton.Click, DisconnectButton.Click

What you problem is is two functions are handling the Click event for one button. Make sure that you don't see two event tags, or the wrong event tags at the end of the function declaration.



RageInTheMachine9532
GeneralRe: task bar button doesn't work Pin
skoizumi291105-Apr-04 13:42
sussskoizumi291105-Apr-04 13:42 
QuestionDateTimePicker DropDown? Pin
Dino685-Apr-04 7:42
Dino685-Apr-04 7:42 
QuestionDateTimePicker DropDown? Pin
Dino685-Apr-04 7:41
Dino685-Apr-04 7:41 
AnswerRe: DateTimePicker DropDown? Pin
sagmam23-Jul-04 6:58
sagmam23-Jul-04 6:58 
AnswerRe: DateTimePicker DropDown? Pin
Anonymous23-Jul-04 8:48
Anonymous23-Jul-04 8:48 
General"Specified Cast Not Valid" Pin
nvmoss5-Apr-04 5:41
nvmoss5-Apr-04 5:41 
QuestionHow to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey855-Apr-04 5:06
Codemonkey855-Apr-04 5:06 
AnswerRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj5-Apr-04 7:23
Nadroj5-Apr-04 7:23 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey855-Apr-04 17:19
Codemonkey855-Apr-04 17:19 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj5-Apr-04 18:52
Nadroj5-Apr-04 18:52 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey855-Apr-04 19:56
Codemonkey855-Apr-04 19:56 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj5-Apr-04 20:08
Nadroj5-Apr-04 20:08 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj5-Apr-04 20:15
Nadroj5-Apr-04 20:15 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey855-Apr-04 21:52
Codemonkey855-Apr-04 21:52 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj6-Apr-04 3:01
Nadroj6-Apr-04 3:01 
AnswerRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Dave Kreskowiak6-Apr-04 0:56
mveDave Kreskowiak6-Apr-04 0:56 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey856-Apr-04 11:50
Codemonkey856-Apr-04 11:50 

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.