all groups > dotnet windows forms > june 2004 > threads for saturday june 5
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
Erradic menu shortcut behavior
Posted by BillyB at 6/5/2004 9:51:02 PM
I've created a menu for my MDI and used the standard (I thought) & character for creating an underlined shortcut
&Fil
E&xi
etc
At design time, they appear. At run time, they do not... UNLESS I actually use the shortcut keys from my keyboard ATL+F for example, takes me to the File menu and I c... more >>
Preventing disabled control from graying-out
Posted by Ana Lindt at 6/5/2004 7:10:10 PM
Hello all,
I can't find a way to change/prevent the disabled (grayed-out) appearance of
controls. Things get even more complicated because the control i'm trying to
prevent from graying-out is a ToolBar button, and toolbar buttons are not
derived from the Control class (?!!).
I've also trye... more >>
Resize according to screen resolution ?
Posted by BARIS GOKBUDAK at 6/5/2004 3:40:41 PM
Hi everyone,
I have a problem that I cannot resize the components in the form according
to screen resolution and my buttons textboxes etc. all showed mixed :(
Can anyone show me a way to solve this problem basicly ?
Also I have a problem that I use a mdi parent a lot of mdi children .Left
side ... more >>
How to modify the ControlBox(system menu) of a Form?
Posted by Yuan Ze at 6/5/2004 1:03:08 PM
I want to add some menu items to the ControlBox/System menu of a Form. Is it
possible to get an instance of ControlBox and handle the events from it in
managed code?
Thanks.
... more >>
Changing form's border color
Posted by Justin at 6/5/2004 11:36:08 AM
Is it possible to programmatically assign different colors to each form
within the same project? I am using VB.NET
TIA
J Justin
... more >>
.NET Array/Table of Images Component
Posted by JD at 6/5/2004 11:30:02 AM
Just recently started to program WinForms using C# after coming from a
Delphi background. In Delphi's core VCL there was a useful component called
DrawGrid, which could be used to draw a 2D array of images on the screen. It
took care of all sorts of things such as scrollbars, and selecting with t... more >>
RegexAssembly?_0.dll and Zero-touch deployment
Posted by Alan Seunarayan at 6/5/2004 9:25:36 AM
Hello all,
I am in the process of developing a Windows Forms application that is
distributed via zero-touch. Unfortunately I have come across an obstacle! A
3rd party control that I am using seems to dynamically create an assembly.
When I run the .EXE locally on the development PC it is fin... more >>
|