all groups > dotnet windows forms > august 2003 > threads for friday august 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
Docked window
Posted by Ernesto Herrera Jr. at 8/22/2003 11:24:08 PM
Hi,
I am new to programming in .NET.
I would like to create a window that would dock to one side of the parent
window. Much like the property window in Visual Studio .NET.
So I thought that I would create a mdi application with a child window
performing as the property window. Though I believe ... more >>
Where is the Column collection in a DataGrid?
Posted by mCompany at 8/22/2003 8:59:51 PM
How do I access the Column collection in a bound DataGrid?
Example:
DataGrid.DataSource = ds.Tables("MyTable")
... more >>
comboBox TextChanged event fires twice because Items.Insert() fires the event too...
Posted by robhindman NO[at]SPAM hotmail.com at 8/22/2003 1:45:38 PM
Hi, I have a simple windows form, with two ComboBox controls (and
several other controls). For both of the comboBox controls,
DropDownStyle=DropDown.
For some reason that I can't figure out, when the user pastes text
into the comboBox, the event fires twice. At first I didn't notice
this, but o... more >>
Is there a Post Load event? Trying to set selected indeces on bound combo boxes.
Posted by Glorfindel at 8/22/2003 1:41:17 PM
I've discovered that if you bind a data table to a combo box, and set the
selected index to -1 and or the Text to "", it doent work during The Load
event. If you do it somewhere later, it does. That brings up the question
of is there a post load event in the .NET framework. I looked for one bu... more >>
Crystal kills .NET app
Posted by Matt Gould at 8/22/2003 1:39:47 PM
I have an application that uses the Crystal Windows forms
viewer to display reports. The reports are populated
with data from a strongly-typed dataset. The app runs
fine on the development machine, but not on client
machines.
The form with the report viewer displays properly. Then
I ... more >>
Exracting images from a WinForm app
Posted by Andrew Connell at 8/22/2003 9:38:26 AM
Is there a way to extract the icons/images from a WinForm application? =
Anyone know of the copyright info as well? For example, I like the =
icons in the WebMatrix application and would like to simply look at them =
in more detail... with a graphic application. If it's ok, would like to =
us... more >>
WebMatrix Source?
Posted by Andrew Connell at 8/22/2003 9:34:41 AM
Anyone know of plans to release the source code for WebMatrix? It's a =
slick and fast IDE... moreso than SharpDevelop. Since it's a free =
project, would make a great case study (similar to TaskVision).
-AC... more >>
TextChanged event firing before the KeyXXX events
Posted by FabrÃcio de Novaes Kucinskis at 8/22/2003 2:47:52 AM
Hi all,
I have a combobox control, in wich I put an autocomplete code. This code is
in the TextChanged event, but when this event fires, the Text property isn't
updated yet.
For example, if the Text property is "Foo" and I press the letter "d", the
Text property when the TextChanged event r... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
starting form won't appear
Posted by dennist at 8/22/2003 12:02:29 AM
I have a simple form called frmTopicFromStart with a sub
main in modPrimary. Here is the code for both. In the
form I have a tabcontro with 2 tabs and a quit button.
But when I start the app a no longer existing form1
appears on the screen with no controls. I checked
carefully. The st... more >>
|