| Thread | Last Post | Replies |
|
| grouped radio buttons | 08 Dec 2004 16:56 GMT | 5 |
In vs.net I have a form with 2 seperate groupings, and several radio buttons in each. Ive created all in the IDE (1.1). Both the groupings, and all the radio buttons have different names. However, when I run the form, all the buttons are mutually exclusive. If I
|
| DesignMode help? | 08 Dec 2004 15:23 GMT | 4 |
It seems to me there is no reliable way to detect design mode early enough to prevent, running code a significant amount of code in classes developers are writing. Currently the DesignMode flag is not set till the ISite is set which unfortuantely happens after construction of ...
|
| Drag form w/out controlbox | 08 Dec 2004 14:50 GMT | 4 |
I have a form which the formborderstyle was set to none hiding the controlbox. My problem is I can't reposition the form on the screen by using my mouse when I run the application because it has no controlbox. Is it possible to drag the form to other location on the screen without
|
| Is C# is having a seperate class library? | 08 Dec 2004 10:55 GMT | 3 |
Is C# is having a seperate class library?. Because it offers several features comparing to other .NET languages.
 Signature Perin
|
| Cursor File opens in Icon Editor | 07 Dec 2004 23:35 GMT | 1 |
When I insert a new Cursor file into a Project (Add Item, Cursor) it opens it in the Icon Editor versus the CursorEditor and you cann't set the hotspot for the Cursor. Is there a setup issue that I am missing. I have searched and searched and
|
| Threads with Windows. | 07 Dec 2004 22:16 GMT | 2 |
Using Microsoft Visual Studio .NET 2003 C++ and forms, I constructed an application with menus, and a few buttons. In the remaining area of that window I would like
|
| image from URL | 07 Dec 2004 20:36 GMT | 1 |
How can I add an image to an imagelist where I have only the URL of the image??
|
| how to loop through a winforms datagrid to get all selected(checke | 07 Dec 2004 19:57 GMT | 3 |
Any pointers as to how to loop through a winforms datagrid to get all the selected(checked) columns?
|
| Windows forms and mixiing unmanaged C with managed C++ and windows handles | 07 Dec 2004 15:56 GMT | 1 |
I want to specify the parent of a windows form to be a window handle I have elsewhere in my project which is an unmanaged WIN32 handle. How can I do this? If I simple say myform->Parent=mainwnd (where mainwnd is a WIN32 handle) I
|
| Retrieving command line arguments after startup | 07 Dec 2004 14:54 GMT | 1 |
Is there a way to retrieve command line arguments to my System.Windows.Forms object OTHER THAN using the constructor Main( string args[] ) ? Thanks in advance. Chris Hough
|
| Making part of a string BOLD | 07 Dec 2004 12:51 GMT | 1 |
I am reading strings from a resource file to display on various labels. I want in the XML to be able to distinguish part of the string as bold.
|
| Delegating Menu Commands | 07 Dec 2004 12:49 GMT | 1 |
I have three menu user controls (this is for touchscreen application so they can't be .Net/XP menus). These menus all represent a common pool of commands, but for example menu1 has command1, command2, command3,
|
| Add result using EnumWindow/GetWindowText | 07 Dec 2004 11:46 GMT | 3 |
I've written a callback function for use with EnumWindow that is intended to return the URL of all open IE windows. The code seems to do almost exactly what I want, but fails at the final step when it tries to retrieve the text of the address bar using the Win32 API GetWindowText ...
|
| Tabbing to next field after Return key | 07 Dec 2004 09:30 GMT | 2 |
I have an edit field where I capture the keydown event. I can check to see if the return key is selected. What I want to do is tab to the next field (based on tab index) when the enter key is pressed. What is the syntax for doing this?
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 07 Dec 2004 04:33 GMT | 1 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|