Click here to Skip to main content
16,005,080 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDrag and Drop Cancel Pin
Luke R4-Oct-06 15:42
Luke R4-Oct-06 15:42 
AnswerRe: Drag and Drop Cancel Pin
Christian Graus4-Oct-06 17:09
protectorChristian Graus4-Oct-06 17:09 
Questionneed a code 4 barcode attendance using VB. Pin
hardguy4-Oct-06 15:24
hardguy4-Oct-06 15:24 
AnswerRe: need a code 4 barcode attendance using VB. Pin
Christian Graus4-Oct-06 17:07
protectorChristian Graus4-Oct-06 17:07 
AnswerRe: how to pass parameter to date command SQL? Pin
Christian Graus4-Oct-06 17:06
protectorChristian Graus4-Oct-06 17:06 
GeneralRe: how to pass parameter to date command SQL? Pin
Christian Graus4-Oct-06 18:36
protectorChristian Graus4-Oct-06 18:36 
QuestionShared Class Members Pin
Luke R4-Oct-06 11:55
Luke R4-Oct-06 11:55 
AnswerRe: Shared Class Members Pin
Guffa4-Oct-06 12:03
Guffa4-Oct-06 12:03 
No, setting the value of a static (shared in VB) member does not create an instance of the class.

The static members are stored in the memory area for the class. This memory area is allocated when the assembly is loaded. There is only set of the static members for a class, regardless if there are zero or a million instances of the class.


---
b { font-weight: normal; }

GeneralRe: Shared Class Members Pin
Luke R4-Oct-06 12:06
Luke R4-Oct-06 12:06 
AnswerRe: Shared Class Members Pin
Christian Graus4-Oct-06 12:08
protectorChristian Graus4-Oct-06 12:08 
GeneralRe: Shared Class Members Pin
Luke R4-Oct-06 12:14
Luke R4-Oct-06 12:14 
GeneralRe: Shared Class Members Pin
Christian Graus4-Oct-06 12:30
protectorChristian Graus4-Oct-06 12:30 
GeneralRe: Shared Class Members Pin
Luke R4-Oct-06 12:47
Luke R4-Oct-06 12:47 
GeneralRe: Shared Class Members Pin
Christian Graus4-Oct-06 12:51
protectorChristian Graus4-Oct-06 12:51 
GeneralRe: Shared Class Members Pin
Luke R4-Oct-06 12:57
Luke R4-Oct-06 12:57 
GeneralRe: Shared Class Members Pin
Christian Graus4-Oct-06 13:04
protectorChristian Graus4-Oct-06 13:04 
GeneralRe: Shared Class Members Pin
Luke R4-Oct-06 13:07
Luke R4-Oct-06 13:07 
GeneralRe: Shared Class Members Pin
Guffa4-Oct-06 12:25
Guffa4-Oct-06 12:25 
QuestionError - NonComVisible Base Class Pin
eatwork4-Oct-06 9:59
eatwork4-Oct-06 9:59 
QuestionUsing ADODC in VB6 Pin
Tomic4-Oct-06 7:02
Tomic4-Oct-06 7:02 
AnswerRe: Using ADODC in VB6 Pin
Guffa4-Oct-06 12:13
Guffa4-Oct-06 12:13 
Question[VB.NET] Need help with serial port communication Pin
belowzero4-Oct-06 5:05
belowzero4-Oct-06 5:05 
AnswerRe: [VB.NET] Need help with serial port communication Pin
Dave Kreskowiak4-Oct-06 6:27
mveDave Kreskowiak4-Oct-06 6:27 
GeneralRe: [VB.NET] Need help with serial port communication Pin
belowzero4-Oct-06 8:23
belowzero4-Oct-06 8:23 
GeneralRe: [VB.NET] Need help with serial port communication Pin
Dave Kreskowiak4-Oct-06 9:31
mveDave Kreskowiak4-Oct-06 9:31 

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.