| Thread | Last Post | Replies |
|
| Button shortcut not working | 25 Jan 2005 00:32 GMT | 2 |
In VB6, I could use & to assign a shortcut in the button, but it doesn't seem to work in .NET. Does anyone know how to make it work in .NET?
|
| Forms with no title bar - Microsoft Money 2005 | 24 Jan 2005 23:11 GMT | 4 |
Hello folks. I´d like to build a application with the same look and feel of the Microsoft Money 2005. As you can see, the first screen is maximized with the control buttons (minimize, maximize, close window) but the title bar, of the window,
|
| HowTo:Change disabled control font color? | 24 Jan 2005 22:55 GMT | 6 |
When a textbox/text area/dropdownlist is disabled, the font is grayed out. Can I change the default color of disabled control to black? I tried to override Disable/Enable property of textbox and set 'ReadyOnly' instead of diabling the control. It works for textbox only because ...
|
| ColumnHeadersVisible property failing | 24 Jan 2005 18:13 GMT | 4 |
I''ve got a datagrid on a windows form that I'm formatting using a custom table style. Within the code that sets the style up I have tsName.ColumnHeadersVisible=false.. but they are still displaying. Any ideas why that might be?
|
| Questions regarding hidding vs closing forms | 24 Jan 2005 18:11 GMT | 2 |
I have a few questions regarding hidding vs closing forms. Is it bad practice to close the current form when openning a new form? Does it create a lot performance and memory issues? Is it better to use the Hide method instead? And if I use the Hide method, is it true that I ...
|
| HELP! - MessageBox in FullScreen app | 24 Jan 2005 18:02 GMT | 1 |
Is it possible to show a messagebox within an application running in full-screen mode? .Net does not seem to like this concept at all, as it is impossible to bring the messagebox to the front, even if I implement it as a form
|
| call a button's click event from another procedure | 24 Jan 2005 15:35 GMT | 3 |
Is it possible to call a button's click event from another procedure? If so, what needs to be supplied as the Object , and SysEventArgs parameters for the click procedure? Thanks.
|
| Call trace | 24 Jan 2005 15:35 GMT | 1 |
I want to see which events are firing and where they are handled after a line is executed in a program. I don't quite see how this can be done. It will be sort of a call trace but in it I want to see the system calls too. Does anyone have any ideas how to do this? Or are there ...
|
| listbox shows blank items | 24 Jan 2005 13:01 GMT | 13 |
I have Windows 2000 SP4, Visual Studio 2003 (Microsoft Development Environment 2003 / Version 7.1.3088), with Microsoft >NET Framework 1.1 (Version 1.1.4322 SP1). Using C#, C++, or VB I create an application with
|
| Problem with localized usercontrol | 24 Jan 2005 10:42 GMT | 4 |
i must develop an multilanguage application (german, italian). I have a localized winform with the description in this 2 languages. Now i have a Usercontrol which is localized too. If i would like drag this usercontrol from
|
| Smooth scrolling | 24 Jan 2005 08:28 GMT | 2 |
I am developing a windows application for scrolling through multi page tif documents (similar to ms word style). I am having difficulties achieving a highly smooth scrolling affect. I load the entire tif into a memory stream and access it from there. I am using a picturebox like ...
|
| Application-Spanning Shortcuts | 24 Jan 2005 06:35 GMT | 6 |
I have an application consisting of a parent form and several child-forms. The parent form has a menu and uses the default shortcut CTRL+O to open files. I would like to have the shortcut available in the sub-forms (which are owned by the main window) as well. If I remember ...
|
| Recommendations for Outlook style interface | 24 Jan 2005 03:19 GMT | 4 |
I am designing a Winforms app, using the NetAdvantage (Infragistics) controls - which are very good. How can I make multiple different contents in my content pane?? ie. In Outlook, there is a content pane, which displays multiple different formats
|
| problem with Timer (WinForm) | 24 Jan 2005 03:06 GMT | 1 |
I have a Winform running and a timer (winform) firing each 3 min to make a transmition of data..I'm ok about the UI stoping for a while, the problems is that the timer fires two times in every interval, even if I use Timer.Stop. It seems that the stop instruction is not stoping ...
|
| Newbie: Using forms VB vs VB.Net | 23 Jan 2005 19:34 GMT | 1 |
All my experience is in VB5/6 and I am now learning VB.Net. I have a sophmoric question about proper use of forms. In VB5/6 I designed a form and to use it from a menu item I simply did the following
|