Click here to Skip to main content
16,010,114 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: OCX vs Dll Pin
Dave Kreskowiak8-Sep-05 1:38
mveDave Kreskowiak8-Sep-05 1:38 
GeneralRe: OCX vs Dll Pin
Marc Soleda8-Sep-05 3:14
Marc Soleda8-Sep-05 3:14 
AnswerRe: OCX vs Dll Pin
rwestgraham7-Sep-05 9:47
rwestgraham7-Sep-05 9:47 
GeneralRe: OCX vs Dll Pin
Marc Soleda7-Sep-05 20:57
Marc Soleda7-Sep-05 20:57 
QuestionProblem with ref params and InvokeMember Pin
Roirin6-Sep-05 0:51
Roirin6-Sep-05 0:51 
QuestionALogic Pin
Member 22525126-Sep-05 0:10
Member 22525126-Sep-05 0:10 
AnswerRe: ALogic Pin
toxcct6-Sep-05 0:16
toxcct6-Sep-05 0:16 
AnswerRe: ALogic Pin
Dave Kreskowiak6-Sep-05 2:22
mveDave Kreskowiak6-Sep-05 2:22 
Azazazazaaaaa wrote:
the values of B and C should be Null

Please keep in mind that 0 and Null, Nothing in VB, are two entirely different things. Value types, such as Integer or Double, cannot be Null (Nothing), only 0. Null (Nothing) is used when a reference type doesn't point to an instance of that type or, in other words, points to nothing.

For example,
Dim myCustClass As New CustomerClass

myCustClass points to a created instance, or object, of CustomerClass.

In this example,
Dim myCustClass As CustomerClass

myCustClass doesn't point to an instance of CustomerClass. It points to Nothing since it didn't instantiate a new CustomerClass object.


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

Questionblock the mdiform Pin
ecentinela5-Sep-05 23:48
ecentinela5-Sep-05 23:48 
AnswerRe: block the mdiform Pin
toxcct6-Sep-05 0:12
toxcct6-Sep-05 0:12 
GeneralRe: block the mdiform Pin
ecentinela6-Sep-05 0:47
ecentinela6-Sep-05 0:47 
QuestionTAB KEY DATAGRID CELLS Pin
Greeky5-Sep-05 23:47
Greeky5-Sep-05 23:47 
QuestionEmbedded prog in vb.net Pin
iambijit5-Sep-05 23:21
iambijit5-Sep-05 23:21 
AnswerRe: Embedded prog in vb.net Pin
Roy Heil6-Sep-05 9:01
professionalRoy Heil6-Sep-05 9:01 
QuestionHow to Scan page in VB6.0 by using TWAIN? Pin
Candor Soft5-Sep-05 22:16
Candor Soft5-Sep-05 22:16 
QuestionVB and HTML Pin
Hoopla!5-Sep-05 20:51
Hoopla!5-Sep-05 20:51 
Questionopening and appending to a file in vb.net Pin
kankan_155-Sep-05 20:28
kankan_155-Sep-05 20:28 
AnswerRe: opening and appending to a file in vb.net Pin
Briga5-Sep-05 21:31
Briga5-Sep-05 21:31 
AnswerRe: opening and appending to a file in vb.net Pin
Rizwan Bashir5-Sep-05 22:29
Rizwan Bashir5-Sep-05 22:29 
AnswerRe: opening and appending to a file in vb.net Pin
eagertolearn8-Sep-05 8:50
eagertolearn8-Sep-05 8:50 
QuestionHow to import VB 6.0 forms in VC++ 6.0 program? Pin
ladyscarlet995-Sep-05 15:55
ladyscarlet995-Sep-05 15:55 
AnswerRe: How to import VB forms in VC++ program? Pin
Christian Graus5-Sep-05 16:07
protectorChristian Graus5-Sep-05 16:07 
GeneralRe: How to import VB forms in VC++ program? Pin
ladyscarlet995-Sep-05 16:38
ladyscarlet995-Sep-05 16:38 
GeneralRe: How to import VB forms in VC++ program? Pin
Christian Graus5-Sep-05 16:56
protectorChristian Graus5-Sep-05 16:56 
QuestionSynchronise day and time Pin
Zakiro5-Sep-05 15:17
Zakiro5-Sep-05 15: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.