TableLayoutPanel scroll bar issues
Thu, 10 Jul 2008 01:10:00 -0700
Hi .
I am using a table layout panel with autoscroll = true
I found several issues which dont seem to work properly
1. when I have more rows then in view and the vertical scroll bar is added
it sometimes also adds the Horizontal scroll bar because it doesnt adjust the
width properly and the scrollbar takes u ...
|
MDI child forms: how can one open another form?
Wed, 9 Jul 2008 18:06:00 -0700
Hi,
In an MDI Windows forms architecture, I have several child forms which I
need to be able to open fellow child forms. How is this done?
--
Thanks in advance,
Juan Dent, M.Sc. ...
|
System.ComponentModel.Win32Exception: Error creating window handle.
Wed, 9 Jul 2008 17:29:35 -0700
Hi All,
I am using WinForm and .NET 2.2 framework in my application. My application
mainly uses Infragistics WinGrid. I am extending infragistics grid to
support some functionality by adding winform's toolstrip control (which
intern hosted in a User Control) on Grid Headers. The way I extend this grid
is ...
|
Fancy Windows Form
Wed, 9 Jul 2008 15:33:27 -0700
I started using Windows Live Mail and really like the main form design.
I was wondering if anyone knew what tools were used to develop that
kind of form. It is a lot like the new MS Office forms with very customized
title bar and buttons.
TIA
Larry
...
|
Protected forms and cell growth
Wed, 9 Jul 2008 14:39:00 -0700
Hi,
I have a protected form with lots of areas for data entry (comments, goals,
etc.). I formatted the cells to wrap but the cell does not resize itself
when lots of information is entered. Is it possible to have the cell grow as
data is entered?
Kathleen ...
|
complicated forms design
10 Jul 2008 07:31:09 +1000
How others have approached having extremely large forms that duplicate
database structures.
I am currently designing an application with a lot of tables and a lot of
controls. Problem is that the forms are very much overloaded and
therefore my basic structure is very wrong.
I have about 40 database tabl ...
|
Changing the Form Default BackColor at Runtime
Wed, 9 Jul 2008 10:44:00 -0700
I have a program that have over 10 forms in it. The BackColor for each form
defaults to System.Drawing.SystemColors.Control.
How can I override or change what that color is? Basically what I would
like to do is have different color schemes available to the user without
having to program each and forms/con ...
|
|
|
ObjectDisposedException
Tue, 8 Jul 2008 23:24:03 -0700
Hi,
I have an invisible button in my form. I have a timer
(System.Windows.Forms.Timer) with interval 300 ms. In the timer tick event I
check for a certain flag, and if that flag is true, the button becomes
visible (After setting the flag's status to false again).
The problem is that if the event happened ...
|
Trap Play/Pause key from keyboard
Wed, 09 Jul 2008 02:36:45 +0200
Is there a way to trap the play/pause key so that windows does *not*
open the windows media player when the key is pressed, but instead
plays/pauses music in my app (also start my app if not already open).
I managed it to get the key notification in my app with installing a
keyboard hook but windows media p ...
|
Click Once FORCES signing
Tue, 8 Jul 2008 15:09:09 -0500
We have a couple of apps on our intranet, needing only to be published
within our network, so we don't need signing
On one developer's computer, every time we try to Publish the application,
(even though we UNCHECK the signing checkbox in the Signing tab), it
automatically checks it again, and then, because ...
|