Click here to Skip to main content
15,914,163 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Adding Items to Menu Control Arrays: How? Pin
Mike the Red27-Apr-05 8:42
Mike the Red27-Apr-05 8:42 
GeneralRe: Adding Items to Menu Control Arrays: How? Pin
Miles Tones27-Apr-05 9:15
Miles Tones27-Apr-05 9:15 
GeneralRe: Adding Items to Menu Control Arrays: How? Pin
Mike the Red27-Apr-05 9:58
Mike the Red27-Apr-05 9:58 
GeneralDeployment with SQL and CR Pin
Joey Picerno27-Apr-05 4:56
Joey Picerno27-Apr-05 4:56 
GeneralBrain Cramp... this should be simple, but I'm going nuts Pin
Mike the Red27-Apr-05 4:40
Mike the Red27-Apr-05 4:40 
GeneralRe: Brain Cramp... this should be simple, but I'm going nuts Pin
Len Miller27-Apr-05 5:38
Len Miller27-Apr-05 5:38 
GeneralRe: Brain Cramp... this should be simple, but I'm going nuts Pin
Mike the Red27-Apr-05 8:17
Mike the Red27-Apr-05 8:17 
GeneralRe: Brain Cramp... this should be simple, but I'm going nuts Pin
Len Miller27-Apr-05 10:34
Len Miller27-Apr-05 10:34 
Hmm. Too bad you can't debug the method.

What I would do is check the docs of FG & FG.SomeMethod.
Maybe the objects expects that you have already set a property to some object that it is trying to use. Or, maybe it expects that you may have already set some objects that it needs during creation.

Like this:

Dim FG as new ComObject(neededObject)

Or this

FG.NeededObject = neededObject

Maybe THEN you can run

FG.SomeMethod

???

Just a thought...

Good luck

Thanks,
-Len Miller

"If I had eight hours to chop down a tree, I'd spend six sharpening my axe."
-Abraham Lincoln
GeneralRe: Brain Cramp... this should be simple, but I'm going nuts Pin
chrismerrill27-Apr-05 5:44
chrismerrill27-Apr-05 5:44 
GeneralI always reply in the wrong spot... Pin
Mike the Red27-Apr-05 8:14
Mike the Red27-Apr-05 8:14 
QuestionHow can I do calculations on the Data Grid (Run Time) Pin
Madni Abbasi27-Apr-05 4:23
Madni Abbasi27-Apr-05 4:23 
AnswerRe: How can I do calculations on the Data Grid (Run Time) Pin
rudy.net28-Apr-05 18:42
rudy.net28-Apr-05 18:42 
QuestionHow do i link a powerpoint show to VB.Net Pin
Court198727-Apr-05 0:44
Court198727-Apr-05 0:44 
Questionhow to design word document dynamically? Pin
Anonymous27-Apr-05 0:29
Anonymous27-Apr-05 0:29 
GeneralDeleting a DataGrid row ?! Pin
toxcct26-Apr-05 20:33
toxcct26-Apr-05 20:33 
GeneralRe: Deleting a DataGrid row ?! Pin
genius12326-Apr-05 23:37
genius12326-Apr-05 23:37 
GeneralRe: Deleting a DataGrid row ?! Pin
toxcct27-Apr-05 1:51
toxcct27-Apr-05 1:51 
GeneralRe: Deleting a DataGrid row ?! Pin
genius12327-Apr-05 18:42
genius12327-Apr-05 18:42 
QuestionHow to Install a Windows Service Pin
Mahesh167926-Apr-05 18:02
Mahesh167926-Apr-05 18:02 
AnswerRe: How to Install a Windows Service Pin
Het210926-Apr-05 20:01
Het210926-Apr-05 20:01 
GeneralRe: How to Install a Windows Service Pin
Anonymous26-Apr-05 20:16
Anonymous26-Apr-05 20:16 
GeneralRe: How to Install a Windows Service Pin
Sebastien Lachance27-Apr-05 6:54
Sebastien Lachance27-Apr-05 6:54 
Generaldebug c dll from vb .net Pin
nina80226-Apr-05 12:28
nina80226-Apr-05 12:28 
GeneralRe: debug c dll from vb .net Pin
rwestgraham26-Apr-05 13:31
rwestgraham26-Apr-05 13:31 
QuestionHow to add AutoUpdate feature in VB.net Apllication Pin
Arvind200426-Apr-05 9:36
Arvind200426-Apr-05 9:36 

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.