Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet windows forms > january 2004 > threads for saturday january 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

No-Touch Deployment security problem
Posted by Bruce W.1 at 1/3/2004 8:48:49 PM
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 >>


VC++ .NET 2002
Posted by SimonK at 1/3/2004 3:19:12 PM
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 >>

MDI Container and BackColor Problem
Posted by Tom Unkefer at 1/3/2004 9:02:45 AM
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 >>

Suppress Display of Specific Items in Component Tray?
Posted by Greg Dunn at 1/3/2004 5:15:37 AM
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 >>

Can I write an object refence to file with one command? like a dataset.
Posted by David Morrow at 1/3/2004 4:26:26 AM
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 >>



DevelopmentNow Blog