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

Visual Basic

 
GeneralRe: Vb.Net & File Pin
Meysam.Khayatan21-Oct-04 2:36
Meysam.Khayatan21-Oct-04 2:36 
GeneralRe: Vb.Net & File Pin
Mekong River21-Oct-04 3:47
Mekong River21-Oct-04 3:47 
GeneralSpeech recognition Pin
MLSL20-Oct-04 20:37
MLSL20-Oct-04 20:37 
GeneralMaking one cell in a DataGrid bold Pin
ColdWaterBlue20-Oct-04 18:45
ColdWaterBlue20-Oct-04 18:45 
GeneralRe: Making one cell in a DataGrid bold Pin
partt22-Oct-04 4:55
partt22-Oct-04 4:55 
Questioncheck hardware status? Pin
unambiguos20-Oct-04 16:08
unambiguos20-Oct-04 16:08 
GeneralBIG event problem Pin
djtripoli20-Oct-04 14:30
djtripoli20-Oct-04 14:30 
GeneralRe: BIG event problem Pin
Dave Kreskowiak20-Oct-04 16:31
mveDave Kreskowiak20-Oct-04 16:31 
Actually, it's not a problem at all. VB handles event a little differnetly than C# does. You COULD do the equivilent of C#'s code by doing something like this:
If Not Changed Is Nothing Then
    RaiseEvent Changed(Me, e)
End If

But, you don't have to do this at all. When the RaiseEvent statement is executed, it automatically checks to see if there are any subscribers. If there are, then the event is raised with each subscriber, if not, nothing happens.


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

GeneralRe: BIG event problem Pin
djtripoli20-Oct-04 17:06
djtripoli20-Oct-04 17:06 
Generalget word text from doc file Pin
shinay20-Oct-04 9:37
shinay20-Oct-04 9:37 
GeneralRe: get word text from doc file Pin
pbpb20-Oct-04 12:18
pbpb20-Oct-04 12:18 
GeneralVB6 Thread protection Pin
Pualee20-Oct-04 8:54
Pualee20-Oct-04 8:54 
GeneralRe: VB6 Thread protection Pin
Dave Kreskowiak20-Oct-04 12:21
mveDave Kreskowiak20-Oct-04 12:21 
GeneralFormat Column in Datagrid Pin
Britnt720-Oct-04 5:54
Britnt720-Oct-04 5:54 
QuestionWindows Xp Search missing components? Pin
Member 86055020-Oct-04 5:42
Member 86055020-Oct-04 5:42 
AnswerRe: Windows Xp Search missing components? Pin
Dave Kreskowiak20-Oct-04 12:18
mveDave Kreskowiak20-Oct-04 12:18 
GeneralProviding navigation in IE through vb.net Pin
Anushu20-Oct-04 3:30
Anushu20-Oct-04 3:30 
GeneralDataGrid Question Pin
dave_270520-Oct-04 3:05
dave_270520-Oct-04 3:05 
GeneralRe: DataGrid Question Pin
cwayman21-Oct-04 4:40
cwayman21-Oct-04 4:40 
GeneralRe: DataGrid Question Pin
dave_270521-Oct-04 5:10
dave_270521-Oct-04 5:10 
GeneralUse chart control in vb.net Pin
Mekong River19-Oct-04 23:48
Mekong River19-Oct-04 23:48 
GeneralRe: Use chart control in vb.net Pin
Tom John21-Oct-04 3:22
Tom John21-Oct-04 3:22 
GeneralRe: Use chart control in vb.net Pin
Mekong River21-Oct-04 3:41
Mekong River21-Oct-04 3:41 
GeneralRe: Use chart control in vb.net Pin
Tom John21-Oct-04 3:49
Tom John21-Oct-04 3:49 
GeneralRe: Use chart control in vb.net Pin
Mekong River21-Oct-04 14:53
Mekong River21-Oct-04 14: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.