all groups > dotnet windows forms > july 2003 > threads for tuesday july 29
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
Problems with ImageList Control
Posted by Alan at 7/29/2003 11:01:37 PM
I am developing a Windows Form application and I am experiencing issues =
with the following line of code.....
Me.ImageListCRSGroupImages.ImageStream =3D =
CType(resources.GetObject("ImageListCRSGroupImages.ImageStream"), =
System.Windows.Forms.ImageListStreamer)
The type of error I get is a ... more >>
OpenFileDialog
Posted by cedced at 7/29/2003 4:13:55 PM
Hello,
How use OpenfileDialog in page ASPX?
OpenFileDialog is good in Windows application but isn't good in project
"Application Web ASP.NET"
Thanks
... more >>
DataGrid Q: How to force a column to go muti line if necessary to handle the text
Posted by Glorfindel at 7/29/2003 3:56:27 PM
I want to have all my columns visible in the window. I've found out how to
disable the column resizing, and even to force the horizontal scroll bar to
hide itself. What I dont know (if it can be done in the WinForms control)
is how to force a cell to go multi line if necessary to show text. I'v... more >>
Windows Forms Dynamic Properties - Running on a Web Server????
Posted by jonas.a NO[at]SPAM softworks.ca at 7/29/2003 2:51:05 PM
I got in to a situation where we are planning to deploy our WinForms
app in to a web server.
We have dynamic properties already in it, and an XML file to read
certain configurations.
I know that this will give me an exception indicating that it could
not find the the files locally.
Is there a ... more >>
MDI Form
Posted by Paul at 7/29/2003 11:36:58 AM
How can I make sure that only one instance of a child form can be opened at
a time ?
Thankyou
... more >>
How to intially set a bound combo box value to null
Posted by Daniel at 7/29/2003 10:31:15 AM
I have a number of combo boxes that are bound to lookup tables.
Whenever the user enters the form the initial value will always be set to
the first value that is in the bound table, so it looks as though a value
has already been selected. Even when setting the selectedindex property
to -1.... more >>
How to associate icons with menu items
Posted by Joyce Liu at 7/29/2003 9:50:46 AM
Does anyone know a quick and easy way to place icon images in menu items of
a MainMenu control? This is usually an effortless task for other controls
using their ImageList properties, which is not available for MainMenu. The
only way I can find is to set the menu item's OwnerDraw property to tr... more >>
Splash Screen Problem
Posted by Ross C. at 7/29/2003 7:37:23 AM
Hi,
I'm having a problem with a windows application in VB.NET.
It is an MDI application, and I have just added a splash
screen that is displayed in the beginning of the
constructor of the mainform, and then is hidden at the
end of the constructor (after all the init is done for
the mainf... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Forms Question
Posted by bert at 7/29/2003 1:57:02 AM
Hi,
How to create a sizable form with only a title and a close
(x) button? So no icon, no minimize button, etc.
All help appreciated,
Bert
... more >>
|