Click here to Skip to main content
16,006,490 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Creating password on folders. Pin
Dave Kreskowiak18-Mar-06 3:02
mveDave Kreskowiak18-Mar-06 3:02 
GeneralRe: Creating password on folders. Pin
pankajgarg1218-Mar-06 18:51
pankajgarg1218-Mar-06 18:51 
Questionproblem sending emails Pin
uglyeyes17-Mar-06 15:46
uglyeyes17-Mar-06 15:46 
AnswerRe: problem sending emails Pin
Steve Pullan17-Mar-06 22:43
Steve Pullan17-Mar-06 22:43 
GeneralRe: problem sending emails Pin
uglyeyes18-Mar-06 11:51
uglyeyes18-Mar-06 11:51 
GeneralRe: problem sending emails Pin
Steve Pullan18-Mar-06 12:21
Steve Pullan18-Mar-06 12:21 
QuestionVB & delegates Pin
mr_1234517-Mar-06 13:31
mr_1234517-Mar-06 13:31 
AnswerRe: VB & delegates Pin
Dave Kreskowiak17-Mar-06 16:21
mveDave Kreskowiak17-Mar-06 16:21 
This isn't working because, for some reason, MyTest's signature doesn't match the signature of EventHandler.

You'll run into another problem after that one's fixed. The method you're binding the delegate to must be a Shared method (Static in C#).
Imports System.Reflection
Imports System.Delegate
.
.
.
Public Shared Sub MyTest(ByVal sender As Object, ByVal e As EventArgs)
    MsgBox("Testing...")
End Sub



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: VB & delegates Pin
mr_1234518-Mar-06 8:21
mr_1234518-Mar-06 8:21 
Questiontrying to run mysql query in sql server throws error Pin
uglyeyes17-Mar-06 12:36
uglyeyes17-Mar-06 12:36 
AnswerRe: trying to run mysql query in sql server throws error Pin
Steve Pullan17-Mar-06 15:30
Steve Pullan17-Mar-06 15:30 
GeneralRe: trying to run mysql query in sql server throws error Pin
uglyeyes18-Mar-06 11:52
uglyeyes18-Mar-06 11:52 
GeneralRe: trying to run mysql query in sql server throws error Pin
Dave Kreskowiak18-Mar-06 12:03
mveDave Kreskowiak18-Mar-06 12:03 
Questiondatagrid Pin
vijaykumarnukala17-Mar-06 11:54
vijaykumarnukala17-Mar-06 11:54 
AnswerRe: datagrid Pin
Dave Kreskowiak18-Mar-06 3:10
mveDave Kreskowiak18-Mar-06 3:10 
QuestionFile in use errors Pin
taw917-Mar-06 11:29
taw917-Mar-06 11:29 
AnswerRe: File in use errors Pin
Dave Kreskowiak17-Mar-06 12:41
mveDave Kreskowiak17-Mar-06 12:41 
Questionapplication.exit Pin
pbaggett17-Mar-06 11:08
pbaggett17-Mar-06 11:08 
AnswerRe: application.exit Pin
Dave Kreskowiak17-Mar-06 12:40
mveDave Kreskowiak17-Mar-06 12:40 
Questioni need some help Pin
hkm113917-Mar-06 8:36
hkm113917-Mar-06 8:36 
AnswerRe: i need some help Pin
Christian Graus17-Mar-06 8:53
protectorChristian Graus17-Mar-06 8:53 
QuestionHow to display a result of query into a textbox? Pin
wliong17-Mar-06 8:33
wliong17-Mar-06 8:33 
AnswerRe: How to display a result of query into a textbox? Pin
Christian Graus17-Mar-06 8:54
protectorChristian Graus17-Mar-06 8:54 
GeneralRe: How to display a result of query into a textbox? Pin
Guffa17-Mar-06 8:56
Guffa17-Mar-06 8:56 
QuestionHow can I fix this query? Pin
wliong17-Mar-06 5:50
wliong17-Mar-06 5: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.