Click here to Skip to main content
15,917,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to disconnect my account from mysql server? Pin
Dave Kreskowiak15-Oct-09 3:53
mveDave Kreskowiak15-Oct-09 3:53 
QuestionForce the user change the password on first login? Pin
waner michaud14-Oct-09 11:40
waner michaud14-Oct-09 11:40 
AnswerRe: Force the user change the password on first login? Pin
_Damian S_14-Oct-09 15:46
professional_Damian S_14-Oct-09 15:46 
AnswerRe: Force the user change the password on first login? Pin
Dave Kreskowiak14-Oct-09 16:26
mveDave Kreskowiak14-Oct-09 16:26 
GeneralRe: Force the user change the password on first login? Pin
Ashfield15-Oct-09 1:38
Ashfield15-Oct-09 1:38 
GeneralRe: Force the user change the password on first login? Pin
Dave Kreskowiak15-Oct-09 4:19
mveDave Kreskowiak15-Oct-09 4:19 
QuestionWhat's wrong with my event handler? Pin
Sonhospa14-Oct-09 11:01
Sonhospa14-Oct-09 11:01 
AnswerRe: What's wrong with my event handler? Pin
Ian Shlasko14-Oct-09 11:22
Ian Shlasko14-Oct-09 11:22 
The parameter mismatch has nothing to do with the number of arguments in the FrameChangedEventArgs constructor. The compiler would catch that and wouldn't even let you build the executable.

The problem is UpdateCounterDelegate. You're passing one parameter to an UpdateCounterDelegate (the FrameChangedEventArgs object). What does that delegate require?

If it's the usual "object as Sender, e as ___EventArgs" format, then you need to add "sender" as an extra parameter in the invoke, before the FrameChangedEventArgs.

Proud to have finally moved to the A-Ark. Which one are you in?
Developer, Author (Guardians of Xen)

GeneralRe: What's wrong with my event handler? Pin
Sonhospa15-Oct-09 0:26
Sonhospa15-Oct-09 0:26 
AnswerRe: What's wrong with my event handler? Pin
Luc Pattyn14-Oct-09 11:28
sitebuilderLuc Pattyn14-Oct-09 11:28 
GeneralRe: What's wrong with my event handler? Pin
Sonhospa15-Oct-09 0:38
Sonhospa15-Oct-09 0:38 
QuestionID3 desicion tree coding for my project Pin
sdeepan414-Oct-09 8:10
sdeepan414-Oct-09 8:10 
AnswerRe: ID3 desicion tree coding for my project Pin
Dave Kreskowiak14-Oct-09 8:23
mveDave Kreskowiak14-Oct-09 8:23 
GeneralRe: ID3 desicion tree coding for my project Pin
sdeepan414-Oct-09 8:32
sdeepan414-Oct-09 8:32 
GeneralRe: ID3 desicion tree coding for my project Pin
Dave Kreskowiak14-Oct-09 8:51
mveDave Kreskowiak14-Oct-09 8:51 
AnswerRe: ID3 desicion tree coding for my project Pin
Ashfield15-Oct-09 1:35
Ashfield15-Oct-09 1:35 
QuestionSNMP in VB ! Simple GET request please Pin
Budykiller14-Oct-09 6:42
Budykiller14-Oct-09 6:42 
AnswerRe: SNMP in VB ! Simple GET request please Pin
Dave Kreskowiak15-Oct-09 5:16
mveDave Kreskowiak15-Oct-09 5:16 
QuestionVBScript <--> Command Line Window Pin
brb18314-Oct-09 6:01
brb18314-Oct-09 6:01 
AnswerRe: VBScript <--> Command Line Window Pin
Dave Kreskowiak14-Oct-09 6:34
mveDave Kreskowiak14-Oct-09 6:34 
GeneralRe: VBScript <--> Command Line Window Pin
brb18314-Oct-09 7:08
brb18314-Oct-09 7:08 
GeneralRe: VBScript <--> Command Line Window Pin
Dave Kreskowiak14-Oct-09 8:20
mveDave Kreskowiak14-Oct-09 8:20 
Generalwatchdog Pin
David Mujica14-Oct-09 9:35
David Mujica14-Oct-09 9:35 
QuestionGetting an Error. Pin
JollyMansArt14-Oct-09 5:05
JollyMansArt14-Oct-09 5:05 
AnswerRe: Getting an Error. Pin
Dave Kreskowiak14-Oct-09 5:30
mveDave Kreskowiak14-Oct-09 5:30 

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.