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

Visual Basic

 
GeneralUsing .dll's created in Visual C++ in VB [both forums] Pin
dazinith6-Mar-03 5:43
dazinith6-Mar-03 5:43 
GeneralRe: Using .dll's created in Visual C++ in VB [both forums] Pin
Hesham Amin6-Mar-03 22:31
Hesham Amin6-Mar-03 22:31 
GeneralRe: Using .dll's created in Visual C++ in VB [both forums] Pin
Nick Parker7-Mar-03 7:04
protectorNick Parker7-Mar-03 7:04 
GeneralRe: Using .dll's created in Visual C++ in VB [both forums] Pin
Daniel Turini8-Mar-03 0:41
Daniel Turini8-Mar-03 0:41 
GeneralError while loading document object reference not set to an instance of an object Pin
DODO6-Mar-03 3:42
DODO6-Mar-03 3:42 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
Ray Cassick6-Mar-03 4:35
Ray Cassick6-Mar-03 4:35 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
Danny Blanchard6-Mar-03 9:45
Danny Blanchard6-Mar-03 9:45 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
Nic Rowan6-Mar-03 20:05
Nic Rowan6-Mar-03 20:05 
You can also get it if you try use an object that you havent declared as New.

eg:

Dim oMyObject as New ObjectType()

oMyObject.ObjectFunct = "some value"

OR
--

Dim oMyObject as ObjectType
oMyObject = New ObjectType()

oMyObject.ObjectFunct = "some value"


------------------------------------------
I beat the internet - the end guy is hard.

GeneralRe: Error while loading document object reference not set to an instance of an object Pin
DODO9-Mar-03 0:13
DODO9-Mar-03 0:13 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
nguyentuancuong9-Mar-03 14:43
nguyentuancuong9-Mar-03 14:43 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
silverbeam10-Mar-03 10:10
silverbeam10-Mar-03 10:10 
GeneralProblem of VB macro of Word 2000 Pin
mandelbrot5-Mar-03 20:49
mandelbrot5-Mar-03 20:49 
Questionhow to create n maintain a session using code behind? Pin
ylaine5-Mar-03 16:56
ylaine5-Mar-03 16:56 
Generalvb.net detecting changes in Textbox Pin
DotNetNewbie5-Mar-03 13:05
DotNetNewbie5-Mar-03 13:05 
GeneralRe: vb.net detecting changes in Textbox Pin
Ray Cassick6-Mar-03 4:37
Ray Cassick6-Mar-03 4:37 
GeneralRe: vb.net detecting changes in Textbox Pin
DotNetNewbie6-Mar-03 8:44
DotNetNewbie6-Mar-03 8:44 
GeneralVB Debugger not working Pin
Jeremy Osner5-Mar-03 9:48
Jeremy Osner5-Mar-03 9:48 
GeneralMP3 Sound level detection Pin
glaidler5-Mar-03 6:36
glaidler5-Mar-03 6:36 
GeneralRe: MP3 Sound level detection Pin
leppie8-Mar-03 12:44
leppie8-Mar-03 12:44 
GeneralRe: MP3 Sound level detection Pin
glaidler10-Mar-03 4:46
glaidler10-Mar-03 4:46 
Generalcould not update, currently locked Pin
mcm4-Mar-03 7:08
mcm4-Mar-03 7:08 
Questionhow to say this in VB? Pin
ns4-Mar-03 5:37
ns4-Mar-03 5:37 
AnswerRe: how to say this in VB? Pin
Ray Cassick4-Mar-03 16:00
Ray Cassick4-Mar-03 16:00 
GeneralChange the mouse pointer on a datagrid column Pin
Grégory4-Mar-03 2:40
Grégory4-Mar-03 2:40 
GeneralSomone please help NullRefrence Error Pin
masta-chief881-Mar-03 18:46
sussmasta-chief881-Mar-03 18:46 

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.