| Thread | Last Post | Replies |
|
| Shortcut Key question (i.e. "&Submit") | 29 Dec 2004 21:03 GMT | 1 |
I have a Button on a WinForm that has a text property = "&Submit". I noticed that whenever I pressed the "S" key only (without pressing the "Alt" key) the Button's click event would fire. I thought that it was only supposed to fire if the combo "Alt+S" was pressed.
|
| Combo Control array - Selection | 29 Dec 2004 16:07 GMT | 3 |
I have created a Control array for a ComboBox to populate on a tabPage . My concern is that I 'm using a List to populate the Combo Box like this .. ComboArray[i].Items.Add(List[i)]; ComboArray[i].DataSource = List;
|
| Form transparency issues | 29 Dec 2004 16:05 GMT | 1 |
Recently I wanted to create a small little program that could sit on the desktop and not block the desktop wallpaper. There are two methods to accomplish this ( that I am aware of ). 1) create a solid color bmp as a background image and set the transparency key to match its color
|
| WinForms question... | 29 Dec 2004 15:27 GMT | 1 |
How do I determine the windows standard vertical scrollbar width in pixels (set from the display properties) from c# code? Peeter.
|
| scroll box width once more | 29 Dec 2004 09:09 GMT | 1 |
The scroll box of an independent scrollbar is affected by the difference between Maximum and Minimum like so (approximately): percentage of scrollbar occupied by scrollbox = 1000 / (Maximum - Minimum). Does anyone have the exact rules that apply here, i.e. how is the width of
|
| Hide TabPages | 29 Dec 2004 08:25 GMT | 2 |
Hi I have made a custom TabControl and a Custom TabPage to go with it. The custom TabControl has a collection of custom Tabpages, which shows in the property editor.
|
| Scrolling in DataGridView in Visual Studio 2005 | 29 Dec 2004 06:24 GMT | 1 |
I edit a cell in a DataGridView, and then would move to another cell in the DataGridView using mouse. Then the DataGridView as of now does scroll down to the last visited cell. But when I try to edit the same last visited cell, focus gets shifted to the first few visible rows as
|
| WindowEnumerator | 28 Dec 2004 19:25 GMT | 2 |
My application has regular document windows and floating windows above them. I want to iterate through all windows in z-order. I would have thought this capability would be built-in to the .net framework, but everything I can find on the archives says no - you need to use
|
| exception not propagating correctly | 28 Dec 2004 17:47 GMT | 3 |
This refers to KB article #836674 (http://support.microsoft.com/?kbid=836674). I encountered the bug described in that article, but neither of the workarounds are entirely satisfactory.
|
| Resizing a form by client height/width | 28 Dec 2004 16:57 GMT | 1 |
I just wonder if anyone can help me with this: I need to be able to resize a form by setting the size of its client area. Say, in Delphi i would do so: Form1.ClientHeight = 10;
|
| How to hide form without hiding its control? | 28 Dec 2004 15:50 GMT | 2 |
Hi .. How to make form invisible without hiding control on the form. Thanx..
|
| Animated GIF | 28 Dec 2004 13:16 GMT | 3 |
I want to show animated GIF on form. I used ImageAnimator class to Animate and StopAnimate method to stop the animation. But my client says that if he stops the animation in between then it should not stop at that postion, but it should complete its remaining rotation and then ...
|
| How to handle WM_NCPAINT event in C#? | 28 Dec 2004 11:53 GMT | 2 |
I need to draw on Non client area for that i need to handle WM_NCPAINT event. Please help me and send demo code if possible. thanx
|
| Resource Files | 28 Dec 2004 07:14 GMT | 1 |
Hi All - Happy Holidays I'm struggling to understand how to make resource files work in a multi-lingual vb.net windows app - and feel real stupid. I've read MCSD books and Visual Studio Help articles, but just don't get it.
|
| MDI child title bar, control box and minimize/maximize/close butto | 28 Dec 2004 06:14 GMT | 4 |
I have and application with an outlook-style menu on the left which open an MDI child on the right. The MDI child in opened maximized. The problems are: 1. The MDI child also add additional gray title bar below the parent title
|