| Thread | Last Post | Replies |
|
| Tabcontrol in Usercontrol not painting activex controls | 18 Jun 2008 20:44 GMT | 1 |
I have created a usercontrol that has a Tabcontrol with 2 tab pages. On each page I have placed an ActiveX control. All looks fine at design time but when I run the app - only the activex control on the first disaplayed tab is shown. ActiveX controls on the other
|
| Drawing Over Other Controls | 17 Jun 2008 10:50 GMT | 1 |
There is a functionality in the standard Splitter control I would like to emulate. When a user presses the mouse down on a splitter, then begins to drag the splitter left or right, a graphical line is drawn that tracks the mouse movements. This graphical line has three features ...
|
| NotifyIcon screen coordinates | 16 Jun 2008 19:57 GMT | 1 |
Is there any way to determine a NotifyIcon's screen position and size?
 Signature Grant Schenck
|
| Webbrowser Downloading file | 12 Jun 2008 14:16 GMT | 3 |
I want programmatically surf a web site and then download a file programmatically. I am using the WebBrowser control in wonforms When I post the data, I get the file download dialog popping up asking me where to save the file ( csv file ) .
|
| Updating custom control | 12 Jun 2008 07:00 GMT | 2 |
My task is to port some .Net 1.1 custom controls to .Net 3.5 I wasn't expecting that there would be much to do but have just spent a long time tracking down a runtime error on a button control that inherits from a Windows.Forms.Label and implements IButtonControl. The control ...
|
| Esc in DataGridView on a dialog | 11 Jun 2008 16:44 GMT | 3 |
I have a DataGridView on a dialog. The dialog has a Cancel button abd the CancelButton property set to this button so pressing ESC in the dialog closes the dialog. The grid has a drop down box in one of the cells. When the user regrets a
|
| deadlock when using waitOne in a STA thread | 11 Jun 2008 15:39 GMT | 4 |
I have the problem described bellow with the calls to WaitHandle.WaitOne causing re-entrancy on main GUI thread (STA) of a .NET application and I would like to find out: - did anybody else run into the same problem?
|
| Win Handler on Vista | 10 Jun 2008 23:21 GMT | 1 |
I have customized SaveAs Dialog box to handle the events of UI elements such as selectedindex change of Filter combo box. For this purpose I have inherited a class from NativeWindow class, and written call back method catch the windows handler.
|
| search within an arraylist | 05 Jun 2008 08:15 GMT | 2 |
Is it possible to search within an arraylist ? eg: Arraylist arlData = new ArrayList(); arlData.Add(new Item("test", "this"));
|
| Is there a control that... | 04 Jun 2008 17:34 GMT | 6 |
Hi; 1) Does anyone know of a control available like the rule description in the Outlook Rules and Alerts where it is a bunch of text but parts of the text are hotlinks where you click on the hotlink and you can
|
| Alternatives for WPF | 01 Jun 2008 23:57 GMT | 1 |
Are there any alternatives for using WPF for developing controls and skin? Regards Mark
|