all groups > dotnet windows forms > march 2006 > threads for wednesday march 8
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
Inherited forms weirdness
Posted by Mike at 3/8/2006 5:02:55 PM
I've got a base form in my library DLL, and an inherited form in the
client exe. This works wonderfully, until I go to make a change to the
inherited form. For example, if I resize the child form it'll
re-create object declarations in InitializeComponent(). So, if I have:
Protected myObject ... more >>
Does .NET have an equivalent Java AWT Thread?
Posted by Michael COhen at 3/8/2006 11:31:18 AM
Hi,
I am primarily a Java developer well versed in the ways of Java AWT and
Swing but am relatively new to .NET GUI development.
I've been making a simple windows application using C# that basically allows
a user to enter some data then submit it to be processed by a task running on
a s... more >>
Closing tray applications from .NET
Posted by Dmitry Duginov at 3/8/2006 9:34:54 AM
I'm trying to make a utility that should assist backup procedure by closing
multiple applications sitting in systray. The problem I bumped into is that
many of those applications do not close their main window if I try to call
Process.CloseMainWindow(). What are the other "polite" methods to clos... more >>
Smart Client and App.config Offline
Posted by T4M3 at 3/8/2006 9:33:27 AM
Hello,
I have a smart client (Framework v1.1, No-Touch Deployment) application that
we have been using successfully for some time. We recently were testing some
of the offline capabilities of the app and ran into a serious problem. When
connected, the application launches flawlessly. How... more >>
Open image file on double click
Posted by Jason Chan at 3/8/2006 12:09:01 AM
I have a picturebox and a textbox, the picturebox is showing the thumbnail
version of the filename specified in the TextBox. I want when double
clicking the PictureBox will open the underlying image. i.e. just like
double clicking the image file in Explorer that open the image in registered
... more >>
|