Click here to Skip to main content
15,921,382 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBLUETOOTH VB.NET Pin
ste199031-Oct-08 10:09
ste199031-Oct-08 10:09 
AnswerRe: BLUETOOTH VB.NET Pin
Johan Hakkesteegt31-Oct-08 11:14
Johan Hakkesteegt31-Oct-08 11:14 
AnswerRe: BLUETOOTH VB.NET Pin
SilverGold3-Sep-12 9:47
SilverGold3-Sep-12 9:47 
QuestionWhat tools/scripts are available to automate migration? Pin
emunews31-Oct-08 3:21
emunews31-Oct-08 3:21 
AnswerRe: What tools/scripts are available to automate migration? Pin
Dave Kreskowiak31-Oct-08 5:05
mveDave Kreskowiak31-Oct-08 5:05 
GeneralRe: What tools/scripts are available to automate migration? Pin
emunews31-Oct-08 9:18
emunews31-Oct-08 9:18 
GeneralRe: What tools/scripts are available to automate migration? Pin
Dave Kreskowiak31-Oct-08 11:50
mveDave Kreskowiak31-Oct-08 11:50 
QuestionProblem in invoking methods of a class Pin
aakkpp31-Oct-08 0:07
aakkpp31-Oct-08 0:07 
Hi,

I have a problem in invoking a method in the class

I have a Database class say DBAccess, in that I have a method to be invoked, I have created object to that class in this manner

Dim objDBAccess as DBAccess

when i used like this objDBAccess.GetData() Sometimes I am encountered with the error message "Object Reference not set to an Instance of an Object". I have overcomed by instantiating the object as

Dim objDBAccess as New DBAccess

I want to know how in some access the First statement itself worked fine and sometimes it failed on invoking that method.Confused | :confused:
AnswerRe: Problem in invoking methods of a class Pin
Sathesh Sakthivel31-Oct-08 0:22
Sathesh Sakthivel31-Oct-08 0:22 
AnswerRe: Problem in invoking methods of a class Pin
Dave Kreskowiak31-Oct-08 3:21
mveDave Kreskowiak31-Oct-08 3:21 
AnswerRe: Problem in invoking methods of a class Pin
Paul Conrad31-Oct-08 7:37
professionalPaul Conrad31-Oct-08 7:37 
AnswerRe: Problem in invoking methods of a class Pin
rprateek4-Nov-08 16:02
rprateek4-Nov-08 16:02 
QuestionSetup and Deployment Templates Missing Pin
ccdmf30-Oct-08 19:20
ccdmf30-Oct-08 19:20 
AnswerRe: Setup and Deployment Templates Missing Pin
Jon_Boy31-Oct-08 1:16
Jon_Boy31-Oct-08 1:16 
GeneralRe: Setup and Deployment Templates Missing Pin
ccdmf31-Oct-08 5:51
ccdmf31-Oct-08 5:51 
GeneralRe: Setup and Deployment Templates Missing Pin
nlarson1131-Oct-08 7:15
nlarson1131-Oct-08 7:15 
QuestionProperties of RichTextBox at Runtime Pin
pdnet30-Oct-08 18:42
pdnet30-Oct-08 18:42 
AnswerRe: Properties of RichTextBox at Runtime Pin
Paul Conrad30-Oct-08 19:16
professionalPaul Conrad30-Oct-08 19:16 
GeneralRe: Properties of RichTextBox at Runtime Pin
pdnet30-Oct-08 20:18
pdnet30-Oct-08 20:18 
GeneralRe: Properties of RichTextBox at Runtime Pin
Paul Conrad31-Oct-08 5:15
professionalPaul Conrad31-Oct-08 5:15 
AnswerRe: Properties of RichTextBox at Runtime Pin
LeandroABorges31-Oct-08 1:01
LeandroABorges31-Oct-08 1:01 
QuestionUser Control ComboBox help Pin
Tim Groven30-Oct-08 7:35
Tim Groven30-Oct-08 7:35 
AnswerRe: User Control ComboBox help Pin
Tim Groven30-Oct-08 7:43
Tim Groven30-Oct-08 7:43 
QuestionFormat of data to transmit over CAN bus Pin
habib harrie30-Oct-08 6:12
habib harrie30-Oct-08 6:12 
AnswerRe: Format of data to transmit over CAN bus Pin
Dave Kreskowiak30-Oct-08 6:25
mveDave Kreskowiak30-Oct-08 6:25 

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.