| Thread | Last Post | Replies |
|
| Datagrid with colored columns pausing during setup | 21 Jan 2005 21:01 GMT | 2 |
I have a windows form that contains a datagrid with columns given coloured backgrounds via the DataGridColoredTextBoxColumn class. Data is loaded, and the table style set up, during the load event of the form. At present, the form half displays, then pauses, then completes. Is ...
|
| Multiline editbox flickers | 21 Jan 2005 16:00 GMT | 1 |
I have a textbox with Multiline set. I set alternatively Visible to false and true a lot of times. The text contained in the textbox is also displayed in the parent control. Each time Visible = true is called, I see that it flickers, as if the textbox was first painted
|
| Splash screen | 21 Jan 2005 14:04 GMT | 7 |
I'm trying to 'hide' the main form of an application until all the layout work is done and all the controls have their final sizes and locations (once the form is displayed you can see the several toolbars, panels and docking sections being resized, drawn for the first time, etc ...
|
| 2 Simple Questions | 21 Jan 2005 12:57 GMT | 2 |
I have what I think are 2 pretty simple questions. I know I have done it before, but can't remember how I did it. #1: I have a windows form with a textbox. The textbox is getting filled from within a function. I need to have the scroll buttons on the text box
|
| Deploy Crystal Report without modify HKEY_LOCAL_MACHINE | 21 Jan 2005 11:55 GMT | 2 |
We developped a .NET Application, which includes some Reports. We created a Setup Projects, including the CR merge modules, specifing there our CR licence key. Now we have the problem that we need to deploy this application on computers
|
| Scrolling Problems in a Form | 21 Jan 2005 11:29 GMT | 1 |
I have a little problem, no two. First my english is not quiet good so please try to understand what I want and help me, please ;) And second: I habe a Form. In this form is a ScrollableControl (modified, so it could raise scroll events), containing another Control painting an ...
|
| FileSystemWatcher fails | 21 Jan 2005 09:15 GMT | 2 |
I have an app (that should really be a service, but I haven't got round to it yet) that just monitors a network folder via a filesystemwatcher for new files and then does its thing. Generally, it works fine, but it fails about once a month - which is about one every 2-3 hundred ...
|
| ComboBox DroppedDown property bug. If set in constructor, WndProc messages are missing | 21 Jan 2005 08:59 GMT | 1 |
I believe I have found a bug in the System.Windows.Forms.ComboBox object. Quick background, there is a ComboBox event for when the drop down list is shown, but not one when it is closed. This is because the ComboBox does not receive any messages when it's drop down list is
|
| DefaultAttribute not working in PropertyGrid on runtime generated | 21 Jan 2005 08:23 GMT | 3 |
I am testing some stuff out at the moment with the runtime generation of classes relating to schema-validated XML elements. I was hoping to get to the point that I could include the use of the DefaultValueAttribute on any property that requires it. The PropertyGrid was then to ...
|
| Problem with a timer | 21 Jan 2005 00:39 GMT | 4 |
I have a Winform running and a timer (winform) firing each 3 min to make a transmition of data..I'm ok about the UI stoping for a while, the problems is that the timer fires two times in every interval, even if I use time.Stop. It seems that the stop instruction is not stoping the ...
|
| Pre Load a form | 20 Jan 2005 23:02 GMT | 1 |
Is there any way to preload a form in VB.NET of how can I avoid seeing when a form is loading, how it is painting all the controls it contains? I think in VB6 I could use Load(frmTest) and after it is loaded, show it. Thanks
|
| TopMost problem | 20 Jan 2005 22:24 GMT | 1 |
I am writing an aplication with C#.Net in VS.Net2003 I have a Mdi form wich has 2 child forms. How can I set one of the child forms as a topmost ?. When I set TopMost property to true it does not work.
|
| How to get the Windows user and group names. | 20 Jan 2005 22:20 GMT | 3 |
Does Anyone know how to get the Windows user and group names? Thanks.
|
| Dynamically Added Textbox (no KeyDown, KeyUp, KeyPress events fire) | 20 Jan 2005 22:00 GMT | 1 |
I am having a strange problem with a textbox that I am dynamically adding to a form. What I am currently doing -------------------------
|
| DataRelations and DataGrids | 20 Jan 2005 21:19 GMT | 10 |
I have tables Junk and JunkLookup in a DataSet. Junk has an integer field junkType, which is a primary key into JunkLookup. Can I bind to Junk and use a DataRelation to display and update data in a DataGrid?
|