Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: why o why.. Pin
Dave Kreskowiak23-Apr-04 0:00
mveDave Kreskowiak23-Apr-04 0:00 
GeneralDumb question... Pin
Halonix22-Apr-04 16:21
Halonix22-Apr-04 16:21 
GeneralRe: Dumb question... Pin
Mike Ellison22-Apr-04 17:37
Mike Ellison22-Apr-04 17:37 
GeneralUsing the property browser Pin
PaleyX22-Apr-04 11:59
PaleyX22-Apr-04 11:59 
GeneralClosing a form during create handle Pin
maf66622-Apr-04 9:53
maf66622-Apr-04 9:53 
GeneralRe: Closing a form during create handle Pin
Charlie Williams22-Apr-04 10:39
Charlie Williams22-Apr-04 10:39 
QuestionCan events be shared? Pin
PaleyX22-Apr-04 9:47
PaleyX22-Apr-04 9:47 
AnswerRe: Can events be shared? Pin
Charlie Williams22-Apr-04 10:23
Charlie Williams22-Apr-04 10:23 
WithEvents wouldn't make any sense here because you're not subscribing to an instance event, but rather an event of the class itself.

Use an AddHandler statement to add an event handler for a shared event.
' Note that you're subscribing to an event of MyClass itself,
' not an instance of MyClass
AddHandler MyClass.EventName, AddressOf NameOfMethod




Charlie

if(!curlies){ return; }
GeneralRe: Can events be shared? Pin
PaleyX22-Apr-04 11:56
PaleyX22-Apr-04 11:56 
GeneralPublic Property Pin
XGaMeS22-Apr-04 8:57
XGaMeS22-Apr-04 8:57 
GeneralRe: Public Property Pin
Charlie Williams22-Apr-04 10:27
Charlie Williams22-Apr-04 10:27 
GeneralRe: Public Property Pin
XGaMeS23-Apr-04 5:10
XGaMeS23-Apr-04 5:10 
GeneralVBScript Pseudo-Reflection(?) [modified] Pin
MStanbrook22-Apr-04 8:47
MStanbrook22-Apr-04 8:47 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
Dave Kreskowiak22-Apr-04 23:44
mveDave Kreskowiak22-Apr-04 23:44 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
MStanbrook26-Apr-04 5:20
MStanbrook26-Apr-04 5:20 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
daluu21-Jan-11 21:09
daluu21-Jan-11 21:09 
Generalstring search in VB.NET Pin
pnpfriend22-Apr-04 8:14
pnpfriend22-Apr-04 8:14 
GeneralRe: string search in VB.NET Pin
Charlie Williams22-Apr-04 8:43
Charlie Williams22-Apr-04 8:43 
GeneralProblem saving Bitmap as Tiff Pin
rye0422-Apr-04 8:02
rye0422-Apr-04 8:02 
Generalline chart - convert from c# to vb.net Pin
bsh1722-Apr-04 7:46
bsh1722-Apr-04 7:46 
GeneralComparing "Similar" Strings Pin
Todd Davis22-Apr-04 4:31
Todd Davis22-Apr-04 4:31 
GeneralRe: Comparing "Similar" Strings Pin
Dave Kreskowiak22-Apr-04 7:09
mveDave Kreskowiak22-Apr-04 7:09 
GeneralRe: Comparing "Similar" Strings Pin
PaleyX22-Apr-04 9:45
PaleyX22-Apr-04 9:45 
GeneralRe: Comparing "Similar" Strings Pin
RichardGrimmer26-Apr-04 4:08
RichardGrimmer26-Apr-04 4:08 
GeneralHiding menu Pin
tuningd22-Apr-04 4:29
tuningd22-Apr-04 4:29 

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.