I wrote a NTD winform application. It checks links on any website to
see if they are good. You can find it here:
http://ntd.didah.com/
It works fine on my local machine of course. But when deployed to the
internet it throws this security exception:
System.Security.SecurityException: ...
more >>
I looked everywhere through MSDN without any luck.
Considering that the 2002 version does not have the
Windows Form Designer, then how does one go about using
windows forms in VC++ .NET 2002? I don't mind handcoding
everything in but I need some reference to do so. Does
anybody know how to...
more >>
If I set my form's IsMdiContainer property to TRUE at
design time, the form's BackColor automatically changes to
a dark gray. Setting the BackColor property to something
else has no effect.
If I set IsMdiContainer property to FALSE, I can control
the BackColor both at design time and run...
more >>
What determines whether a given object appears in the Component Tray of =
a Windows form? How can I get an item that is displaying there to stop =
displaying, without deleting it altogether?
Background:
I created a form using the DataForm wizard so I could take advantage of =
some of the c...
more >>
I use VB7
I would like to know if I can write a dataset object or
any other object like textbox to file with a single
command. Or do I have to tear apart the objects and write
its properties to file?
What would be the code to write and read a completed
dataset with tables and rows data to ...
more >>