| Thread | Last Post | Replies |
|
| Toolbars | 17 Sep 2003 14:19 GMT | 6 |
What happen to the CRebar controls from MFC? The controls for menus and toolbars in .NET are very poor, isn't there any more powerfull, like the Rebar controls? Thanks
|
| how to set the button as a default button for a dialog? | 17 Sep 2003 14:18 GMT | 1 |
I want to make a button in a dialog as default one, but I can't find the default property for it. how can I do?
|
| Close Child Forms | 17 Sep 2003 14:17 GMT | 3 |
Hi NG, i have a question: imagine I have a Main-Form that opens on click other forms (modal, not modal, messagebox, ). These other forms can open forms, too. So a Form-tree arises. My question is: how can I close ALL Forms out of
|
| To Microsoft Regarding Smart Client | 17 Sep 2003 14:14 GMT | 1 |
Please take my 2 cents regarding the new paradigm named Smart Client. Is definitely understandable to implement a serious security model. But I don't know how you guys are so
|
| Smart Client Troubles | 17 Sep 2003 13:52 GMT | 1 |
I am testing a smart client application. The application is practically composed from: 1. An Exe 2. A DLL
|
| edit items in combobox | 17 Sep 2003 13:33 GMT | 2 |
I want allow the user to edit the items but the only thing I found is to delete and insert items. Is there a way how you can do that? I tried combobox.selecteditem=combobox.text --> runtime error: no string And in what event should I do this, I tried the textchanged event but this
|
| How to Restart a pc using .NET | 17 Sep 2003 12:40 GMT | 1 |
Is there any way to restart a system using .NET class library. If possible can u post C# code for doing the same. Thanx
|
| How to Restart a pc using .NET | 17 Sep 2003 12:37 GMT | 1 |
Is there any way to restart a system using .NET class library. If possible can u post C# code for doing the same. Thanx
|
| Selectable label | 17 Sep 2003 10:56 GMT | 4 |
I'm sure, that this one will be very easy (I've just started learning C# and got stuck with this one :) How to make a label, which content can be selected by user and copied to clipboard from the context menu? Do I have to create it (the context menu) by myself, or may I use some ...
|
| FixedSingle border for richtextbox | 17 Sep 2003 10:18 GMT | 2 |
Is it possible to have a FixedSingle border for richtextbox? I have tried setting the property but the border remains 3D. Is this a bug? Thanks Regards
|
| Winform datagrid validation | 17 Sep 2003 09:35 GMT | 1 |
I have created a datagrid in a winform app. The data is bound to sql datasource. A user can edit the values in the datagrid. How do i do validation of the data being entered by the
|
| Design Question | 17 Sep 2003 05:29 GMT | 6 |
I have an app that will use a tab control on a form. This is the first time working with tabs so I am trying to find out the best approach on saving data entered. Each tab will have user input that will need to be saved. Should I have a control class for that form and each time the ...
|
| Scroll panel control from keyboard? | 17 Sep 2003 04:19 GMT | 1 |
Is there a standard keyboard key combination (shortcut) that can be used to scroll a window or panel control when a vertical scroll bar is present? How about a horizontal scroll bar?
|
| how to print 2 image at the same time | 17 Sep 2003 03:31 GMT | 4 |
i want to print 2 image file in one paper and the file is from clipboard (or a file if clipboard is not possible), how can i do? thz
|
| Closing Modal child dialog causes parent window to close | 17 Sep 2003 01:53 GMT | 2 |
We have a strange problem. Sometimes when we close this one dialog, not only the dialog, but the parent form close. Has anyone ever seen this type of behavior? Thanks,
|