Click here to Skip to main content
15,904,653 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTAB key To Jump From Textbox To Another Textbox Pin
jeshra27923-Nov-09 7:49
jeshra27923-Nov-09 7:49 
AnswerRe: TAB key To Jump From Textbox To Another Textbox Pin
nlarson1123-Nov-09 8:51
nlarson1123-Nov-09 8:51 
GeneralRe: TAB key To Jump From Textbox To Another Textbox Pin
jeshra27923-Nov-09 18:02
jeshra27923-Nov-09 18:02 
GeneralRe: TAB key To Jump From Textbox To Another Textbox Pin
DaveAuld23-Nov-09 20:52
professionalDaveAuld23-Nov-09 20:52 
QuestionVB.NET Code to store database column value in a local variable Pin
she-Developer23-Nov-09 2:50
she-Developer23-Nov-09 2:50 
AnswerRe: VB.NET Code to store database column value in a local variable Pin
Johan Hakkesteegt23-Nov-09 3:26
Johan Hakkesteegt23-Nov-09 3:26 
AnswerRe: VB.NET Code to store database column value in a local variable Pin
Shameel23-Nov-09 5:03
professionalShameel23-Nov-09 5:03 
QuestionDifferences between with or without WithEvents keyword in VB.NET? Pin
Mc_Topaz22-Nov-09 22:50
Mc_Topaz22-Nov-09 22:50 
Hi!

I have stumble on the keyword WithEvents, here is a code example:

Public Shared WithEvents theOpcServer As OPCAutomation.OPCServer = Nothing
Public Shared WtihEvents theOpcGroup As OPCAutomation.OPCGroup


What's the difference with those two declarations compared to:

Public Shared theOpcServer As OPCAutomation.OPCServer = Nothing
Public Shared theOpcGroup As OPCAutomation.OPCGroup


OPCAutomation is a reference from a DLL-file which I'm using in my application and OPCServer and OPCGroup are two classes from that namespace.

For my application is doesn't matter if I have 'WithEvents' or not. Can someone explain the 'WithEvents' keyword?
AnswerRe: Differences between with or without WithEvents keyword in VB.NET? Pin
JR21222-Nov-09 23:17
JR21222-Nov-09 23:17 
AnswerRe: Differences between with or without WithEvents keyword in VB.NET? Pin
The Man from U.N.C.L.E.23-Nov-09 2:55
The Man from U.N.C.L.E.23-Nov-09 2:55 
GeneralRe: Differences between with or without WithEvents keyword in VB.NET? Pin
Mc_Topaz23-Nov-09 7:33
Mc_Topaz23-Nov-09 7:33 
QuestionLocking Tabs in TabControl Form. Pin
jeshra27922-Nov-09 19:32
jeshra27922-Nov-09 19:32 
AnswerRe: Locking Tabs in TabControl Form. Pin
dan!sh 22-Nov-09 19:53
professional dan!sh 22-Nov-09 19:53 
GeneralRe: Locking Tabs in TabControl Form. Pin
The Man from U.N.C.L.E.23-Nov-09 3:35
The Man from U.N.C.L.E.23-Nov-09 3:35 
GeneralRe: Locking Tabs in TabControl Form. Pin
dan!sh 23-Nov-09 4:30
professional dan!sh 23-Nov-09 4:30 
AnswerRe: Locking Tabs in TabControl Form. Pin
Shameel23-Nov-09 5:09
professionalShameel23-Nov-09 5:09 
GeneralRe: Locking Tabs in TabControl Form. Pin
The Man from U.N.C.L.E.23-Nov-09 6:14
The Man from U.N.C.L.E.23-Nov-09 6:14 
AnswerRe: Locking Tabs in TabControl Form. Pin
Shameel23-Nov-09 6:39
professionalShameel23-Nov-09 6:39 
QuestionHow do I get back "handle of" created control via CreateWindowEx ? Pin
vmars31621-Nov-09 10:17
vmars31621-Nov-09 10:17 
AnswerRe: How do I get back "handle of" created control via CreateWindowEx ? Pin
Alan N21-Nov-09 10:56
Alan N21-Nov-09 10:56 
AnswerRe: How do I get back "handle of" created control via CreateWindowEx ? Pin
Luc Pattyn21-Nov-09 23:38
sitebuilderLuc Pattyn21-Nov-09 23:38 
QuestionHow can I produce a software license number from PDA's device ID? Pin
JUNEYT21-Nov-09 4:41
JUNEYT21-Nov-09 4:41 
AnswerRe: How can I produce a software license number from PDA's device ID? Pin
DaveAuld21-Nov-09 5:44
professionalDaveAuld21-Nov-09 5:44 
GeneralRe: How can I produce a software license number from PDA's device ID? Pin
JUNEYT21-Nov-09 6:10
JUNEYT21-Nov-09 6:10 
GeneralRe: How can I produce a software license number from PDA's device ID? Pin
DaveAuld21-Nov-09 20:08
professionalDaveAuld21-Nov-09 20:08 

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.