Click here to Skip to main content
15,915,702 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Making Monitor Black Pin
Member 158672017-Dec-04 14:23
Member 158672017-Dec-04 14:23 
GeneralRe: Making Monitor Black Pin
OICU81217-Dec-04 19:29
OICU81217-Dec-04 19:29 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak18-Dec-04 4:37
mveDave Kreskowiak18-Dec-04 4:37 
GeneralHelp with Browse Pin
mex_young17-Dec-04 1:04
mex_young17-Dec-04 1:04 
GeneralRe: Help with Browse Pin
Purple Monk17-Dec-04 4:45
Purple Monk17-Dec-04 4:45 
GeneralRe: Help with Browse Pin
mex_young17-Dec-04 23:23
mex_young17-Dec-04 23:23 
GeneralHelp !! Event not Raise in VB.net Pin
stv17-Dec-04 0:36
stv17-Dec-04 0:36 
GeneralRe: Help !! Event not Raise in VB.net Pin
OICU81217-Dec-04 5:38
OICU81217-Dec-04 5:38 
I'd check first to see if the EVENT on the form has a handler. Sometimes if you delete or cut/paste a control you'll loose the handler for the event but the event stays and you're left scratching your head.

Sub MyEvent(byval sender as object, byval e as system.event) handles MyClass.MyEvent

-or-

addHandler MyClass.MyEvent, addressOf MyEvent '<--Handler won't get deleted if you cut/paste


Other thing that happens to me is some other event raises an exception and causes the RaiseEvent to fail. Especially if i have a Try Catch with an empty catch that i havent coded in a response yet(not a good practice)
GeneralFTP Pin
nitin_ion17-Dec-04 0:27
nitin_ion17-Dec-04 0:27 
GeneralHelp with a script Pin
Anonymous16-Dec-04 22:37
Anonymous16-Dec-04 22:37 
GeneralRe: Help with a script [EDITED] Pin
Dave Kreskowiak17-Dec-04 5:56
mveDave Kreskowiak17-Dec-04 5:56 
GeneralRe: Help with a script [EDITED] Pin
Anonymous23-Dec-04 16:07
Anonymous23-Dec-04 16:07 
GeneralRe: Help with a script [EDITED] Pin
Dave Kreskowiak23-Dec-04 16:17
mveDave Kreskowiak23-Dec-04 16:17 
GeneralColumns in a string in VB.NET Pin
Chaos Machine16-Dec-04 18:11
Chaos Machine16-Dec-04 18:11 
GeneralRe: Columns in a string in VB.NET Pin
OICU81216-Dec-04 18:37
OICU81216-Dec-04 18:37 
GeneralDatabase access through VB.Net Pin
nyjcr16-Dec-04 14:39
nyjcr16-Dec-04 14:39 
GeneralRe: Database access through VB.Net Pin
Chaos Machine16-Dec-04 18:06
Chaos Machine16-Dec-04 18:06 
GeneralRe: Database access through VB.Net Pin
nyjcr17-Dec-04 6:34
nyjcr17-Dec-04 6:34 
GeneralRe: Database access through VB.Net Pin
OICU81216-Dec-04 18:23
OICU81216-Dec-04 18:23 
GeneralRe: Database access through VB.Net Pin
nyjcr17-Dec-04 6:37
nyjcr17-Dec-04 6:37 
GeneralRe: Database access through VB.Net Pin
Anonymous17-Dec-04 8:03
Anonymous17-Dec-04 8:03 
GeneralRe: Database access through VB.Net Pin
OICU81217-Dec-04 19:08
OICU81217-Dec-04 19:08 
GeneralTextBox Alpha blending Pin
Iasonic16-Dec-04 12:53
Iasonic16-Dec-04 12:53 
QuestionMultiple Resource Files? Pin
TAlvord16-Dec-04 12:46
TAlvord16-Dec-04 12:46 
General.DTD write error after modifying XML with XmlDocument Pin
GreenEyes16-Dec-04 10:53
GreenEyes16-Dec-04 10:53 

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.