| Thread | Last Post | Replies |
|
| Multi Threaded Form | 16 Dec 2005 15:25 GMT | 4 |
Any help would be appreciated but I'm guessing this is wrong or seomthing. I'm creating a wait form on a sepearate thread so that I can perform updates to my main form on the original thread. It doesn't do anything fancy and there are no buttons or events for mouse or keyboard or ...
|
| Adding controls using Thread to the Form | 16 Dec 2005 14:19 GMT | 3 |
My Windows application has a form and a Thread. Whenever some event occurs i want to add a listview control to the form using the Thread. But when i try to add it says "Controls created on one thread cannot be parented to a control on a different thread.".
|
| Performance problem with threads | 16 Dec 2005 14:17 GMT | 2 |
I'm trying to use threads to have a form showing the progress of a major validation function. It works fine, but the performance is really poor. What I do is: When pressing the validate button, I create a form that is showing progress
|
| System.Windows.Forms.ToolStripTextBox (.NET 2.0.50727, Visual Studio .NET 2005) | 16 Dec 2005 10:57 GMT | 1 |
If I add a ToolStripTextBox control to a ToolStrip. At run time if I want to enter a text like "[something]", then to enter the "]" character I have to press the AltGr+9 Key(Keys.D9)(Norwegian keyboard). The problem is that
|
| Visual Studio IDE How-To | 16 Dec 2005 10:05 GMT | 3 |
I have this question I would like to share with you. How can I make an application like Visual Studio IDE? One MDI parent form. Several MDI children forms.
|
| window should not be visible on alt+tab | 16 Dec 2005 04:49 GMT | 3 |
i want to make a window not be seen in the taskbar and when i do alt+tab also it should not shown icon of this window. Not showing in taskbar is achieved by ShowInTaskBar property but how about not showing on alt+tab. Any suggesstions are appreciated.
|
| Controls resizing problem | 16 Dec 2005 02:51 GMT | 3 |
Hi List, We are using Infragistic control for our application. Some of the forms in our application are not being drawn properly on Chinese version of Windows, forms are going out of screen area. We can see these form displayed properly
|
| capture screen even when workstation is locked | 15 Dec 2005 19:12 GMT | 5 |
Is it possible to grab a screen shot of an application window even when the workstation is locked? I can do it when it's not locked but just get a black image when it is locked.
|
| Autosize Textbox or RichTextBox | 15 Dec 2005 16:31 GMT | 3 |
I have a need to have a Textbox or RTF box autosize to content. In other words, as the user types, the textbox grows vertically to show all the lines rather than show scrollbars. I was under the impression that this ability was going to be added in
|
| Error creating window handle | 15 Dec 2005 16:05 GMT | 3 |
I am having the weirdest problem in VB 2003. I have a whole number of applications that are having the same problem. They work for a while, and then suddenly, for no reason at all I start getting this weird startup and immediately die behavior. The window simply
|
| How to paint off the form? | 15 Dec 2005 13:48 GMT | 2 |
Is there a way how to paint some lines via GDI to some place on the screen, even off the application form? Also, how do I make that lines 'topmost' to be uncoverable by any other application?
|
| Find out the changed rows in DataGridView | 15 Dec 2005 07:45 GMT | 2 |
Hi, I have a DataGridView. It's data source is a collection of objects (not a DB records). After the user did some changes (Add/Delete/Update) I want to find out the
|
| Crash after upgrading to 2.0 | 15 Dec 2005 06:04 GMT | 2 |
I develop a .NET application in Visual Studio .NET 2003, and I use the 1.1 Framework. If I install my application on a computer with 2.0 (and without 1.1), I get a crash deep inside ButtonBase.OnPaint. If I choose to continue after the crash, my application shows up, but my ...
|
| How do I display XML in the new .NET 2.0 WebBrowser control | 15 Dec 2005 01:13 GMT | 4 |
I would like to show XML in the new builtin WebBrowser control. I have the xml in a string. I am trying to set the DocumentText property to my xml text. But the control only shows the values and not the document.
|
| How to accomplish a windfiff style display? | 14 Dec 2005 16:11 GMT | 2 |
How to accomplish a windiff style display? Thanks.
 Signature "it's definitely useless and maybe harmful".
|