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

Visual Basic

 
AnswerRe: Multicolumn comboboxes in VB.Net Pin
Mekong River28-Jan-06 5:56
Mekong River28-Jan-06 5:56 
Questionerrors to b removed... Pin
Bhavna Varshney27-Jan-06 0:32
Bhavna Varshney27-Jan-06 0:32 
AnswerRe: errors to b removed... Pin
Steve Pullan27-Jan-06 0:41
Steve Pullan27-Jan-06 0:41 
AnswerRe: errors to b removed... Pin
Dave Kreskowiak27-Jan-06 4:09
mveDave Kreskowiak27-Jan-06 4:09 
GeneralRe: errors to b removed... Pin
Bhavna Varshney27-Jan-06 18:41
Bhavna Varshney27-Jan-06 18:41 
GeneralRe: errors to b removed... Pin
Steve Pullan27-Jan-06 21:39
Steve Pullan27-Jan-06 21:39 
GeneralRe: errors to b removed... Pin
Mekong River28-Jan-06 5:59
Mekong River28-Jan-06 5:59 
GeneralRe: errors to b removed... Pin
Dave Kreskowiak28-Jan-06 10:20
mveDave Kreskowiak28-Jan-06 10:20 
You really need to run your in the debugger and test it cometely before you deploy a Release version somewhere. You'll need the debugger to find this error because you don't have enough information to diagnose this.

You're code, somewhere, is trying to use an object that doesn't have an instance. Many begginers make the mistake of calling a method with some parameters, and expect an object to be returned by the method, then they try to use the object that WASN'T returned by the method for some reason.


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

QuestionVB /VB.net Encryption component Pin
Rahman Mahmoodi26-Jan-06 23:22
Rahman Mahmoodi26-Jan-06 23:22 
AnswerRe: VB /VB.net Encryption component Pin
Guffa26-Jan-06 23:42
Guffa26-Jan-06 23:42 
AnswerRe: VB /VB.net Encryption component Pin
Dave Kreskowiak27-Jan-06 4:08
mveDave Kreskowiak27-Jan-06 4:08 
AnswerRe: VB /VB.net Encryption component Pin
Mekong River28-Jan-06 6:01
Mekong River28-Jan-06 6:01 
QuestionUrgent Pin
Bhavna Varshney26-Jan-06 23:01
Bhavna Varshney26-Jan-06 23:01 
AnswerRe: Urgent Pin
Steve Pullan26-Jan-06 23:15
Steve Pullan26-Jan-06 23:15 
AnswerRe: Urgent Pin
Bhavna Varshney27-Jan-06 0:21
Bhavna Varshney27-Jan-06 0:21 
GeneralRe: Urgent Pin
Steve Pullan27-Jan-06 0:40
Steve Pullan27-Jan-06 0:40 
GeneralRe: Urgent Pin
Bhavna Varshney27-Jan-06 18:59
Bhavna Varshney27-Jan-06 18:59 
GeneralRe: Urgent Pin
Steve Pullan27-Jan-06 21:43
Steve Pullan27-Jan-06 21:43 
GeneralRe: Urgent Pin
Dave Kreskowiak27-Jan-06 4:06
mveDave Kreskowiak27-Jan-06 4:06 
AnswerRe: Urgent Pin
Matthew Hazlett27-Jan-06 6:39
Matthew Hazlett27-Jan-06 6:39 
QuestionPrintPreviewDialog Problem Pin
Mo_developer26-Jan-06 22:23
Mo_developer26-Jan-06 22:23 
AnswerRe: PrintPreviewDialog Problem Pin
Duncan Edwards Jones26-Jan-06 23:02
professionalDuncan Edwards Jones26-Jan-06 23:02 
QuestionAuto populate a word document with Visual studio 2003 Pin
kenn_rosie26-Jan-06 21:45
kenn_rosie26-Jan-06 21:45 
AnswerRe: Auto populate a word document with Visual studio 2003 Pin
Matthew Hazlett27-Jan-06 6:52
Matthew Hazlett27-Jan-06 6:52 
GeneralRe: Auto populate a word document with Visual studio 2003 Pin
kenn_rosie27-Jan-06 9:28
kenn_rosie27-Jan-06 9:28 

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.