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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|