Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Quick VB question
Name: Moto Date: September 23, 2002 at 05:14:39 Pacific OS: Win XP CPU/Ram: N/A
Comment:
First of all, I'm extremely new at this, so go easy on me :)
I downloaded some Visual Basic code to create an email using outlook, and it needs to have "a reference added to the outlook 9 object library." Could someone tell me how this is done?
Name: Noogle Date: September 23, 2002 at 07:56:20 Pacific
Reply:
OK, in your VB project click on the menu item 'Project' then from the drop-down menu select references, look for the Microsoft outlook object library in the list and tick the check box. Then you are ready to go. You must have outlook installed or you won't have the object library.
Summary: I have 2 questions. In vb, how can I: 1. Get the title caption of the active window (Like if IE is open, says "UNTITLED - Microsoft Internet Explorer)? 2. Is it possible to dump the text of a dos (or...
Summary: I have 2 questions. In vb, how can I: 1. Get the title caption of the active window (Like if IE is open, says "UNTITLED - Microsoft Internet Explorer)? 2. Is it possible to dump the text of a dos...
Summary: K, I have 2 questions about visual basic, 1. I need to know how to have my exe file run a DOS command (net send) when I click submit 2. also, i need to know how to make a droplist properly without a ...