| Thread | Last Post | Replies |
|
| Enumerate and Kill Processes in VB.Net | 29 Aug 2005 15:16 GMT | 2 |
How do I enumerate all running processes in Windows TaskManager and kill a specific process using VB.Net on an XP? Thanks
|
| inherited forms - random debugging errors | 29 Aug 2005 15:11 GMT | 2 |
I have an application that has many inherited forms from a base form. Everything works well but every now and then when I hit "Start" VS .Net 2003 gives me errors from the inherited forms.... I need to Rebuild the Solution and then everything is ok... does anyone knows why does ...
|
| raise event when any control changed in form | 29 Aug 2005 12:51 GMT | 2 |
is there any event that raise when any control changes in the form or should i check the change event for each control? Regards OreN101
|
| Enumerating instantiated WinForms | 29 Aug 2005 11:38 GMT | 1 |
Relativley new to .NET and I'm wondering if its possible to enumerate all instantiated WinForms so I can determine if a window has been created, and if possible obtain a reference to that window. Basically having knowing if a non-modal dialog is open without having to use ...
|
| How to stop resizing a form? | 28 Aug 2005 19:22 GMT | 1 |
I have a form, that I want to be sizeable, but not smaller than a specific size. How do I enforce this? Right now, in the ResizeWindow event I check for the size, and set the
|
| Transparent form flickering | 28 Aug 2005 18:57 GMT | 2 |
I have two form. One form is transparent & maximixed. This form contains markers(lines), Markers(lines) are repaint when another(base) form is moved. All Ok but there are problem - flickering
|
| Windows Forms v2.0 Beta 2 vs. v1.1 performance | 27 Aug 2005 17:29 GMT | 2 |
I recently started a new solution and decided that it was time to give Beta 2 a try. I encountered a situation that is more than slightly disturbing and I'm hoping it's simply something that I'm missing. Try this:
|
| Smart Client (WinForm) does not render in Browser (IE) | 27 Aug 2005 17:02 GMT | 6 |
The following code is intended to display a winform (DateTimePicker Control) in a browser. But, when the aspx page that contains the reference to the winform in the object tag is run, all that is displayed is a blank placeholder and not the control. Any ideas or help is ...
|
| RichTextBox.Select = SLOOOOOOOOW ? | 26 Aug 2005 19:19 GMT | 2 |
I'm iterating through several hundred words/lines of text. I select a particular word or line with the RichTextBox.Select method and then change the color. For some reason, RichTextBox.Select is extremely slow to return (using
|
| Windows form always stays on top of desktop | 26 Aug 2005 18:18 GMT | 2 |
I built a windows form c# application. If I launch another application, such as a Firefox browser, and select that application, my windows form application stays top most. I have to minimize it to the task bar to get it out of the way.
|
| How to Host a Windows Form in a User Control | 26 Aug 2005 18:17 GMT | 4 |
Can anyone think how I could get a user control to host a Windows form? In fact, what I actually want to do is have a docked toolwindow within a user control, along with another user control. The reason I want to do this is because I am creating an add-in for the VS
|
| scroll datagrid programmatically | 26 Aug 2005 17:35 GMT | 1 |
In my program, I'm displaying a data grid with 1000 rows. The 100th row should be selected, so I use select method of datagrid to select it. However, I also want the datagrid to scroll that row. How can I accomplish? So far could not get it.
|
| Refresh parent from Modal window | 26 Aug 2005 15:19 GMT | 1 |
I am opening a Modal window from parent window. I am adding some data in the Modal window and closing it. When the modal window closes, i want to refresh the parent window to see the latest changes made in modal window??
|
| e.Cancel is True on Entry to OnClosing | 26 Aug 2005 14:41 GMT | 1 |
I have an MDI child form which sometimes refuses to close. When the problem occurs, e.Cancel is set to True on entry to the OnClosing method. I could just set this False which fixes the problem, but would rather find out the cause of this.
|
| Cannot call Close() while doing CreateHandle() | 26 Aug 2005 14:11 GMT | 5 |
Is there a way around this error message? Example (not what I'm actually doing but similar, this is a simple version): Lets say you are creating some sort of calendar application you create a form which is a MDI container, another form which is the 'events' form and a
|