Click here to Skip to main content
16,007,087 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Use shell context menu in my application Pin
Vrby .Net1-Nov-04 4:36
Vrby .Net1-Nov-04 4:36 
GeneralRe: Use shell context menu in my application Pin
Dave Kreskowiak1-Nov-04 5:49
mveDave Kreskowiak1-Nov-04 5:49 
Generalmirrored tree view VB6.0 Pin
Mohammad Daba'an30-Oct-04 21:13
Mohammad Daba'an30-Oct-04 21:13 
GeneralRe: mirrored tree view VB6.0 Pin
Dave Kreskowiak31-Oct-04 5:52
mveDave Kreskowiak31-Oct-04 5:52 
GeneralRe: mirrored tree view VB6.0 Pin
Mohammad Daba'an31-Oct-04 19:42
Mohammad Daba'an31-Oct-04 19:42 
GeneralRe: mirrored tree view VB6.0 Pin
Dave Kreskowiak1-Nov-04 0:44
mveDave Kreskowiak1-Nov-04 0:44 
GeneralI'm Baffled Pin
Roger Wright30-Oct-04 21:04
professionalRoger Wright30-Oct-04 21:04 
GeneralRe: I'm Baffled Pin
Dave Kreskowiak31-Oct-04 5:49
mveDave Kreskowiak31-Oct-04 5:49 
It MUST be a subroutine. The caller of your "function", a Windows Forms Text box, expects that the TextChanged event matches its signature of:
Private Sub someFunctionName(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox.TextChanged

It expects NO return value from you and will not handle one if you try and supply it.


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

GeneralRe: I'm Baffled Pin
Roger Wright31-Oct-04 6:23
professionalRoger Wright31-Oct-04 6:23 
GeneralSerialize class module Pin
Red Sunday30-Oct-04 12:13
Red Sunday30-Oct-04 12:13 
GeneralRe: Serialize class module Pin
Dave Kreskowiak30-Oct-04 13:42
mveDave Kreskowiak30-Oct-04 13:42 
GeneralDrive activity Pin
johnjsm30-Oct-04 5:59
johnjsm30-Oct-04 5:59 
GeneralMMControl Help Pin
Red Sunday30-Oct-04 3:56
Red Sunday30-Oct-04 3:56 
GeneralNewbie problem with classes... Pin
FredGer30-Oct-04 0:42
FredGer30-Oct-04 0:42 
GeneralRe: Newbie problem with classes... Pin
Christian Graus31-Oct-04 9:25
protectorChristian Graus31-Oct-04 9:25 
GeneralAccess to user network resources Pin
gamsja30-Oct-04 0:09
gamsja30-Oct-04 0:09 
GeneralData retrieval on XP with Thai language Pin
Member 64225429-Oct-04 20:35
Member 64225429-Oct-04 20:35 
GeneralMultiple click events Pin
rudemusik29-Oct-04 17:45
rudemusik29-Oct-04 17:45 
GeneralRe: Multiple click events Pin
MohammadAmiry30-Oct-04 6:57
MohammadAmiry30-Oct-04 6:57 
GeneralRe: Multiple click events Pin
rudemusik30-Oct-04 12:42
rudemusik30-Oct-04 12:42 
GeneralRe: Multiple click events Pin
rudemusik30-Oct-04 12:45
rudemusik30-Oct-04 12:45 
GeneralFolderBrowserDialog.SelectedPath not working on Windows 98 Pin
jms007x29-Oct-04 14:37
jms007x29-Oct-04 14:37 
GeneralDataReader Pin
compkitty729-Oct-04 9:05
compkitty729-Oct-04 9:05 
GeneralDivision with Doubles producing unpredictable results Pin
ldself29-Oct-04 8:05
ldself29-Oct-04 8:05 
GeneralRe: Division with Doubles producing unpredictable results Pin
Dave Kreskowiak29-Oct-04 9:17
mveDave Kreskowiak29-Oct-04 9:17 

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.