Groups | Blog | Home


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 thursday march 30

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

I need a datatype conversion chart .NET to SQL
Posted by HK at 3/30/2006 6:37:58 PM
I'm looking for a chart that shows the VB6 > .NET > SQL 2005 datatypes. E.g. VB6 .NET SQL2005 integer int16 smallint long int32 int byte byte tinyint But I want a whole chart with all datatypes. Anyone know of a URL with a cha...more >>


best solution for user interface?
Posted by Andre Ranieri at 3/30/2006 3:18:02 PM
Hello everyone, I'm wondering if I could get some advice on the best way to build the user interface depicted in this diagram: http://www.senske.com/images/winforms_layout.jpg The gray areas will be static throughout. However, I'd like the blue area to change to a different interface d...more >>

hiding portion of form
Posted by Andy G at 3/30/2006 2:43:47 PM
I would like to have a couple inches on the far right of my form be hidden unless the user clicks the 'open arrow'. Kindof like on the web when there are + and - to view a section or hide it. I would like to do this same thing on my form. Are there any tools built into VS 2005 to accomplish...more >>

animated drag drop..
Posted by Vijay at 3/30/2006 2:09:28 PM
I have 2 controls on a Form, say Label 1 and Label 2 I click on Label 1 it registers as source control , and when I click on Label2, it will become the destination.. and I want to perform a Drag/Drop sort of effect at this time and indicate the moving text in this effect, from Label 1 to La...more >>

Stop Dialog from Closing
Posted by ricecake NO[at]SPAM gehennom.net.invalid at 3/30/2006 2:00:05 PM
I have a form that I display using ShowDialog() with an OK button and a Cancel button, and I have set the buttons' DialogResult properties using the designer. When the user clicks on OK, I call a method to check the values they typed in some TextBoxes, and if they entered invalid data, I displa...more >>

Threading issue -- with no threads?!?
Posted by TomB at 3/30/2006 1:13:59 PM
Feel free to mock me.... I'm trying to figure out the Model View Controller pattern and thought I'd try building a "simple" example. I decided to go with a car. The model is the engine, the dashboard the view and the pedals and steering the controller. My Engine has a System.Timers.T...more >>

How to hide an app at at startup
Posted by MJB at 3/30/2006 10:46:58 AM
I have an application that I need to hide at startup in the system tray. I found this article on how to do it: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtsksettingformtobeinvisibleatitsinception.asp The problem with this method is that when I call the H...more >>

How to reset form?
Posted by milan.letic NO[at]SPAM gmail.com at 3/30/2006 10:36:30 AM
What code to put in button click in order to reset all values on form to values that appear when you run it for the first time? It is search form with many criteria. I need something like clear all! If it is not possible to reset it, is it possible to restart it? ...more >>



Windows Forms :: A generic error occurred in GDI+.
Posted by sullu at 3/30/2006 7:04:02 AM
Hi, I am getting the following error message when i am trying to maximize the windows form which is displaying data in a datagird .... Your help is appreciated in advance... ************** Exception Text ************** System.Runtime.InteropServices.ExternalException: A generic error occ...more >>

Designer not showing inherited forms
Posted by Phran at 3/30/2006 4:10:02 AM
I have a problem that occurs does NOT occur when my laptop is connected to the network at work. I inherit a form from a base form. When not connected to the network, if I try to design the inherrited from, the designer says: "The designer could not be shown for this file because none of the ...more >>

How can I put a smal Image only ones at a form background?
Posted by Andreas at 3/30/2006 1:10:24 AM
Hello I write a windows form in VB.Net and set the background (myForm.BackgroundImage = myImage) to a small Image. The problem with them is that myImage is copy severel times over the whole backround. But I want the Image joust ones in the uper left corner. Regards Andreas ...more >>

Panel BackgroundImage
Posted by JezB at 3/30/2006 12:00:00 AM
I'm having problems with the BackgroundImage property of a panel. When the panel becomes scrollable (because the contents are larger than the displayed size and the AutoSize property is true), scrolling the panel leaves the background image distorted: a residue is left where a new part of the ...more >>


DevelopmentNow Blog