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 > march 2006 > threads for wednesday march 22

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

PropertyGrid-disabling category sorting
Posted by FUnky at 3/22/2006 7:22:48 PM
(.Net 1.1) Hi All, This concerns adding properties to a propertygrid dynamically. The situation is as follows: I have a property bag from where I display properties as name/value pairs in my property grid. To add a property, I simply do the following (on a 'Add' Button Click): Custom...more >>


Where do the ClickOnce files go?
Posted by mail NO[at]SPAM brianrice.com at 3/22/2006 5:49:28 PM
My applications are published and installed using the ClickOnce installation. I would like to launch one .exe from another but I can't find them. Any ideas? - Brian ...more >>

Forms for WEB
Posted by CesarTabares at 3/22/2006 2:56:02 PM
Hello everyone, I was just wondering if the Windows Forms are possible to use for development of webapplications in any way?...more >>

Tinting occurs when reading/writing Bitmap - Why?
Posted by Lee Gillie at 3/22/2006 1:39:37 PM
I am reading a TIF file which is 24bpp, and writing a JPG which is also found to be 24bpp with code very close to that shown below. In the process the deep red TIF colors are being transformed into a ruddy rust in the jpg, and the blue highlights are being subdued. Color is not being transfo...more >>

Intermittent failures of Web Services calls
Posted by Bruce at 3/22/2006 9:20:22 AM
I am developing a .NET 2.0 WinForms client application which communicates with a Windows 2003 Server (actually SBS 2003, running ISA Server 2004) via Web Services calls. The client application works fine within our firewall. But when I access the server from outside the firewall, I get ra...more >>

Generic Event Handler
Posted by Sudhee at 3/22/2006 6:06:27 AM
Is there any generic event arguments which will suffice all type of event arguments for example I want to capture all the events in the form like this public sub generalEvent(byval sender as ..., eventarg ...) control.Mousemove,mouseclick,click etc Thanks Sudheendra...more >>

Loading methods in runtime
Posted by Sudhee at 3/22/2006 6:00:16 AM
I am storing method names in one xml file , on run time i read method name for ex class1.Method1 , I want invoke this method is there any facility in system.reflection to load the methods like we load assemblies using assembly.load. I would have instantiated the class before reading xml , Is...more >>

Stopping a private sub running
Posted by James Batley at 3/22/2006 4:26:30 AM
I have a datagridview with user specified data in it. I then have a sub handling a button click which then iterates through the data performing calculations. As this process could be quite lengthy, I would like to be able to offer "stop" & "restart" options to the user. I'm using VB Expres...more >>



Put window straight on desktop
Posted by geo24 at 3/22/2006 3:40:48 AM
Anybody has an idea how to put window with background underneath desktop icons? In other words the window should work bit like a desktop wallpaper. The effect I'm looking for is similar to Active Desktop (the window you can move is 'behind' all the icons on the desktop) ...more >>

Process.Start() throws an error saying "Setup error: failed to load resources from resource file Please check your Setup"
Posted by Vijaya P Krishna at 3/22/2006 12:00:00 AM
Hi, I have a .NET Windows Forms application, written in VB.NET and C#. [.NET runtime version: 1.0; Operating System: Windows XP.] I am opening a URL from the application using Process.Start(). The URL points to a java servlet running on apache-tomcat. For some users the application shows ...more >>

stopping editor component
Posted by Lloyd Dupont at 3/22/2006 12:00:00 AM
I have create a control which could be edited. That is you could double click on some shape in my view and I will popup and editor. Such as a TextBox, an "advanced" UserControl and so on. Now I would like to stop editing if the user click outside my control, go elsewhere, etc..... My init...more >>

PropertyGrid-adding properties at runtime
Posted by FUnky at 3/22/2006 12:00:00 AM
Hi all, I would like to add properties to the propertygrid control at runtime. There I would like to specify four things: a. Property Name b. Property Value c. Property Category d. Property Ordering Can somebody plz guide me to do this? Many thanks in advance. FUnky ...more >>

"Block" a webbrowser object?
Posted by Sam at 3/22/2006 12:00:00 AM
I am trying to create a webbrowser object that will a) not respond to clicks on links, but b) will allow me to programatically navigate via the URL property or Navigate() method. I have tried to set AllowNavigation to false, but this restricts all navigation, even by the methods and propert...more >>


DevelopmentNow Blog