I need to reference Outlook in my project, but when I go to Project Properties and try to add a reference to Outlook, Outlook isn't even listed under the COM tab. I see Word, Excel, but no Outlook. What's the deal?
Thanks for the good idea. I'm still curious, though, on why I couldn't start my program from a Sub Main() wherein I create the form objects and then Show() my startup form, without it mysteriously unloading the forms.
I suppose the simple question is this:
how do I create a main class form, and then access its properties from other forms? how can i do this while keeping this main form as the startup object for the project?
try this:
txtOutput.Text = "1<br>2<br>3<br>"
It should produce the following:
1
2
3
Just remember the output is HTML, so you can use <br> or <p>, or whatever formatting tags or style you like.
I have 3 years in VB6, but am a newbie to VB.NET. I have just begun a small app in .NET, and have created a MDI parent form with 2 child forms.
This is probably a simple thing I don't recognize since I am new to .NET. Basically my problem is this: When I successfully build and then run the...
The point is this: the browser upon downloading the .js file should interpret the .js file - not display the contents of the file.
Why does my browser interpret the .js file when downloaded locally, but not when downloaded from a server????????
I have 2 linked .js files in an HTML page:
<script language="JavaScript src="mymenu.js">
</script>
<script language="JavaScript src="data.js">
</script>
When I browse the local copy of this HTML file or in FrontPage, the script works fine. (I have IE 6). But...
Hi azw:
Try refering to: http://support.crystaldecisions.com/kbase/c2004684.asp
It may be that your scope is the problem. Are you unloading your form, or setting your report to nothing after calling the preview method?
--S
James,
Thanks for your help. I ran sfc, was prompted for the win2000 CD for some DLLs. Unfortunately, this didn't do the trick. Am I at the point where I should just reinstall Windows 2000? *shudder*
Sarah
Hi,
I'm new to win2000 Pro, and I have a strange problem. The other day I booted up and I noticed my dial-up connection was gone. I tried to make a new one by going to Network and Dial-up connections, and clicking Make New Connection. I choose the dial up connection option in the Network...
I got the sub menu to work, only I'm not sure how I handle events from the submenu items. Neither sub mnuRecentProjectsSubItem(0)_Click() nor sub mnuRecentProjectsSubItem_Click() seem to work.
this must be simple, right?
S
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.