| Thread | Last Post | Replies |
|
| Multi select on context menu? | 26 Aug 2004 16:37 GMT | 2 |
I'm trying to re-create the Undo menu in VS. If you click the arrow on the Undo button (when several actions have been performed), a context menu appears. The multiple items are selected up-to the last item the mouse is on.
|
| Thread marshalling | 26 Aug 2004 15:33 GMT | 2 |
I apologize in advance for the foolishness of this question, but I have not been able to find an answer anywhere. I’m just starting out with threading in .NET and have come across the terms, “thread marshalling” on a few occasions.
|
| Passing Data between UserControls | 26 Aug 2004 14:17 GMT | 2 |
I have a UserControl containing combo boxes with different values. A second UserControl needs to be able to retrieve the values from the ComboBoxes in the first UserControl. Both controls "live" in the same Windows.Form.
|
| Stopping a form from closing in its Closing hander | 26 Aug 2004 13:24 GMT | 2 |
There are cases where my Form receives its closing notification and I need to keep it from closing. How can I do this? Thanks,
|
| How to quickly launch app with slow controls? | 26 Aug 2004 03:57 GMT | 1 |
I would like a way to quickly launch a winform application that has a slow loading control(s) (datagrid in this case). I am working on optimizing the datasource for the datagrid but was hoping that there was a technique (design pattern) that I could follow that would allow me to ...
|
| Bizarre OnLoad Behavior with Modal Form | 26 Aug 2004 03:04 GMT | 4 |
I have a modal form that takes a typed dataset and binds some of its comboboxes to it. Before i call ShowDialog() the dataset is just fine. In the OnLoad event the dataset is null. This is driving me crazy. Any help would be greatly appreciated!
|
| controlling another process' windows in a windows form application | 25 Aug 2004 17:42 GMT | 1 |
A question for the experts, Is there a way to embed the window of a separate process as a child window of a windows forms control? I have a Direct X application that I'd like to embed the main rendering window into a UI interface and
|
| What happened to DrawFocusRect()? | 25 Aug 2004 15:53 GMT | 3 |
What happened to DrawFocusRect()? Do I need to use DllImport to call it directly from user32.dll? Why is it not supported in the Graphics object?
|
| C# question: how do I make the ProgressBar dimmed/gray | 25 Aug 2004 15:51 GMT | 2 |
Using ProgressBar.Enabled = false does not dim the progress bar. There must be a way. I hope somebody could guide me. Thanks.
|
| Form doesn't close w/ two instances of usercontrol | 25 Aug 2004 14:25 GMT | 3 |
I have created a user control which is basically an extension of a list box. The listbox allows to edit the items by showing a control (e.g a text box, but not necessarily) when an item is double clicked. Due to requirement for generic implementation, the editing control is
|
| Create my own property sheet | 25 Aug 2004 13:20 GMT | 1 |
I would like to create my own property sheet as in Visual Studio to edit properties of my own business objects in a Windows Applicaton. Grouping would be nice but not neccessary. Thanks
|
| databinding fails when text property changed in code | 25 Aug 2004 12:23 GMT | 1 |
sorry for the cross post but no response elsewhere... I have a object that is bound to various controls on a WinForm the controls and matching properties on the object correctly synchonise however if I set the controls' text property in code (as opposed to typing
|
| Toolbar in user control problem | 25 Aug 2004 12:02 GMT | 1 |
I just finished a user control which is working fine in design mode. However, when I run the app a toolbar contained in the control does not display any images on the buttons. The images are displayed in design mode and all of the obvious settings are set correctly.
|
| UserControls or WinForms??? | 25 Aug 2004 11:24 GMT | 2 |
Hello ppl I'm developing an app which has one panel in main form. Now, I´m building different forms that are added to the controls collection of that panel... In this way, dinamically, I can show different forms in
|
| Getting the Hashtable-Keys/Values in order of adding | 25 Aug 2004 10:49 GMT | 3 |
how can I get the Hashtable-Entries in the way I?ve added them? I am getting them always mixed .... do I need to sort it (how?) afterward manually? Regards,
|