all groups > dotnet windows forms > march 2005 > threads for thursday march 24
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
Program exit unexpected
Posted by Jens Burup at 3/24/2005 6:49:45 PM
Hi
I have a large App VS2003, that have started a very funny behaviar.
Suddenly without changes in the code, when starting run(F5) the compiller
starts doing its job,
but then the program stops before screen form shows up, and whith no
exceptions or errors thrown.
In the Debug output I can ... more >>
How to build a control with a property like ...
Posted by Frankk at 3/24/2005 6:33:57 PM
In the Windows dataGrid component, there is a Collection property -
TableStyles. This property can popup a Collection Editor and allow items to
be added to the property. How is this fancy property being built in a custom
component? All the available examples involves only the very simple Get/Set
... more >>
Spell Check
Posted by 11Oppidan at 3/24/2005 4:36:56 PM
Hello,
Is there any way to harness the power of a spell checker and dictionary
(such as words) with a VB .NET windows application form? I need to check
city/county/state names in a ADO.net datatable and correct when misspell.
Any suggestions much appreciated
... more >>
JIT Debugging
Posted by Rayden at 3/24/2005 3:59:01 PM
My problem might be silly but I really can't solve it.
I've just installed Visual Studio 2003. When an exception happen I recieve
external error messagebox instead of JIT exception (I can't see the location
of exception in Visual Studio). and it says to invoke JIT debugging that I
have to ins... more >>
How to insert combobox into WinForm
Posted by Kamal Ahmed at 3/24/2005 12:13:34 PM
Hi, All
I have a datagrid binded to a datasource. I want to display a lookup field
in the same grid using combo box. I also want to display a calculated field
in datagrid i.e.
Qty x Rate (Amount). How is it possible.
TIA
... more >>
MakeTransparent vs TransparencyKey ?
Posted by ahughes NO[at]SPAM NOSPAMrm.com at 3/24/2005 12:02:58 PM
I've got a form which uses a background bitmap to create an irregular shaped
window.
According to KB822495 you need to use both MakeTransparency on your bitmap and
then set TransparencyKey on the form to get around a bug when redering on
24pdd or greater displays.
The problem I've got is... more >>
Locked Window Problem
Posted by Eric Marinko at 3/24/2005 12:01:05 PM
Help... my main application window locks up when a new form is shown from an
event handler.
The event is fired from a link label within a control added programmatically
at runtime. The form is opened using the .Show() method but still locks the
main window.
I'm still able to open ... more >>
Inconsistent drawing size on laptop
Posted by Brendan Grant at 3/24/2005 9:17:08 AM
I have a forms based application that has hard values set for the size of the
window as well as each and every control on it and it draws reliably
everywhere but on a single machine.
When loaded on this particular machine, a Dell Latitude D800 laptop with
XPSP2 and framework 1.1 with SP1 an... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|