all groups > dotnet general > july 2004 > threads for saturday july 3
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
"Trace" output overlays the aspx form image in the browser
Posted by Lamont at 7/3/2004 8:33:02 PM
I set <%@ Page Language = "vb" ... Trace="true" %> when doing a sing along with the Course 2310B textbook. The book says the trace output will be shown at the bottom of the web page. The result I get is that the trace output overwrites the controls on the web page.
Question: How can I mak... more >>
VS.NET does not provide Build and Browse?
Posted by Lamont at 7/3/2004 8:29:02 PM
When I took Course 2310B, "Developing MS ASP.NET Web Apps Using VS.Net,
the classroom IDE listed a "Build and Browse" option upon right click on a form in the Solutions Window. On my own machine the VS.NET IDE offers only a "Build" option for the whole project. My IDE version is 7.1.3088 and ... more >>
.Net Framework 2.0
Posted by Aaron at 7/3/2004 3:20:58 PM
Should I install .NET framework 2.0 on my production web server, I need to
use some of its new features? It seeems stable enough to run in a production
environment. When the final version is release will i be able to upgrade it
or do i have to reinstall windows? What are some other problems that ... more >>
Getting MAPI to fetch() from a different directory?
Posted by Ted at 7/3/2004 8:48:07 AM
I am trying to get the Fetch() to retrieve the messages from another folder
other than the "Inbox".
I would like to read the messages in the "Sent Items" or "Outbox".
I am using VB.NET version 7.0.
So far I have this and it works fine for the Inbox.
MAPISession1.SignOn()
MAPIMessages1.Sess... more >>
Accessing form from module
Posted by Mustafa at 7/3/2004 5:45:02 AM
dear sir
In my vb.net window application i have the MDI form MainMDI and child form form1 adn module as MainModule
In my MainMDI Parent form i have one toolbar i.e. tbraction. I am trying to show the toolbar when i am displaying form1 (child form) . when i close the child form i want it to be h... more >>
Assembly loading
Posted by Kent Rollins at 7/3/2004 2:56:53 AM
I am writing a server and an MMC console app that use remoting to talk
to each other. The MMC client and the server share a couple of
assemblies: one has the interface that is remoted from the server and
the other has some data structures that are passed across the remoted
interface from the se... more >>
|