| Thread | Last Post | Replies |
|
| Slow drawing speed of WinForms (esp via COM interop) | 20 Jul 2006 10:49 GMT | 6 |
Has anybody experienced severe slow-down with the drawing speed of WinForms? It's not fast at the best of time, but the particular scenario I am having problems with is via COM interop and Excel. The structure is:
|
| Send messages not using E-mail | 20 Jul 2006 08:49 GMT | 4 |
Hi. I need to send messages to users that I couldn't use E-mails or The Messenger Services on XP. Is it possible, to send messages for users using pop-ups through VB.NET. Thanks
|
| Can the colors of a context menu be changed? | 20 Jul 2006 06:23 GMT | 1 |
In VS 2003, is it possible to programmatically change the foreground and background colors of a context menu? Thx. Andy
|
| .NET 3.0 | 20 Jul 2006 01:55 GMT | 4 |
|
| KeyUp event for an MDI child form. | 20 Jul 2006 00:13 GMT | 1 |
using C# VS2003 private void textBox2_KeyUp(object sender, System.Windows.Forms.KeyEventArgs e) {
|
| Showing two images on a treenode | 19 Jul 2006 22:09 GMT | 3 |
Does anyone have an idea on how to display two images on a treeview's treenode? (.Net v1.1) At the moment I have made a TreeViewEx component that inherits from TreeView.
|
| Does a .NET Control exist with following functionality? | 19 Jul 2006 21:17 GMT | 1 |
Can anyone help me find a windows .net control that does the following? I am looking for a .net control that enables me to have an almost like windows explorer where I can add folders that contain logic that is specific to our app. However, I dont want this control to be tied to
|
| DataGridView.AutoResizeRows bug? | 19 Jul 2006 19:44 GMT | 1 |
I'm breaking in .net 2.0 here at work and have run across some strange behavior (or lack thereof) with the DataGridView's AutoResizeRows function, and its little brother AutoResizeRow(int). I'm hoping that somebody can give me a workaround, or at least verify whether or not
|
| Full Screen | 19 Jul 2006 16:59 GMT | 1 |
Is it possible to display a control in full screen mode so that id hides the entire desktop. I want to be able to do some image viewing and allow the user to view just the image on screen with no task bar or other controls obstructing viewing.
|
| Update Text from thread | 19 Jul 2006 16:53 GMT | 1 |
I have a form with a text box (and I have tried this with labels, listboxes, etc.) that I want to update from a thread. The thread is a class that loops (say a thousand times) and randomly selects a string from an array. Each time it selects another string, I want the
|
| Form initial display issue | 19 Jul 2006 15:58 GMT | 5 |
I have a form display issue that surely others have encountered and have resolved. I couldn't find any posts about it, which I attribute to my inability to describe it well. I have an MDI application that opens every MDI child form maximized.
|
| Drag/Drop from Opera | 19 Jul 2006 15:51 GMT | 1 |
I've implemented a standard drag/drop mechanism into my form so that the user can drag in an image from a web browser. This works fine for the standard browsers, but is there any reason why this wouldn't work for Opera ? And if so is there a workaround ?
|
| DataGridView, Net 2.0 - deselect | 19 Jul 2006 15:45 GMT | 1 |
I want to deselect a row if the user clicks again on a row. ->CurrentCell = nullptr; works, if call it from outside the table - from a button callback. But in table callbacks, like CurrentCellChange or CellEnter,
|
| DataGridView loses key up events? | 19 Jul 2006 15:03 GMT | 1 |
I have a data grid view, and I also have a key up event which watches only for the F5 key. It works fine, except that after the initial press, the datagridview ignores subsequent key up events until I move the selection to another cell.
|
| How to make asynchronous call ? | 19 Jul 2006 10:15 GMT | 1 |
First, I use C# with the .NET Framework 2.0. I would like in the method OnButtonClick, call the method A.DoSomething but in a way that executes after OnButtonClick has finished its execution.
|