| Thread | Last Post | Replies |
|
| SplitContainer Panel2 Height = 0 Bug! | 10 Mar 2007 16:44 GMT | 3 |
Setting the splitcontainer panel2 minsize to 0 appears to reverse the drawing operations of the controls contained in both panel1 and panel2. i.e Everything goes all Japan kneesy!! Frankly this control sux. For the amount of time ive wasted so far I could
|
| MVC question | 10 Mar 2007 06:12 GMT | 1 |
I have a form that has 2 listboxes on it. The user can click a button and send an item from one listbox to the other one. When the user clicks the button, who should handle the move? Should the view move the item into the other listbox or should an event be fired and
|
| VB.NET 1.1 - problems using delegate | 09 Mar 2007 19:26 GMT | 2 |
I have defined a delegate like this: Delegate Sub ShowProgressDelegate(ByVal dblPctDone As Integer, ByVal iMax As Integer, ByRef bCancel As Boolean) Private Sub cmdExecute_Click(ByVal sender As System.Object, ByVal e As
|
| window painting slow | 09 Mar 2007 19:09 GMT | 2 |
I'm writing an application that will need to run on about 150 existing pc's. The problem is that the window loads slowly. You can see the controls painting. I just have one background image and then some buttons, labels etc.
|
| help with C# and VB.NET differences ... | 09 Mar 2007 18:53 GMT | 2 |
I am trying to follow some MSDN articles on multi-threading as I need to tryu and do it, but I am working in VB.NET and the articleas are in c#. The articles are here: http://msdn2.microsoft.com/en-us/library/ms951089.aspx In c# I have this code that works
|
| ApplicationSettingsBase and Usercontrols | 09 Mar 2007 18:48 GMT | 1 |
I have a custom usercontrol (a sort of grid) in which I want to store the width of all columns. I only want to do this during runtime, when the user has adjusted them to whatever width he/she prefers. Elsewhere in my application I use a custom class, which inherits
|
| Validating controls when selecting a menu item | 09 Mar 2007 18:42 GMT | 3 |
I have a form with a number of textbox controls, all of whose values need to be validated. The form also has a menu with a menu item named Save, which persists the form data. If I type a value into one field and then select the Save menu item without leaving the TextBox, the ...
|
| Cannot call Invoke or InvokeAsync on a control | 09 Mar 2007 17:57 GMT | 2 |
I have some sort of a concurrency problem that has me stumped. I have a form (actually several) that run background worker threads from the OnLoad method. Sometimes... occasionally... I get a crash dump from a user that indicates that I "cannot call Invoke or
|
| Composite UI App Block | 09 Mar 2007 17:13 GMT | 2 |
Anyone Know where i can find any good examples of CAB usage. But not the regular stuff included with the CAB packages.
|
| how many obfuscate? | 09 Mar 2007 12:15 GMT | 10 |
I am posting to the windows forms group because it occurs to me that ASP.NET projects do not have the risks of code being decompiled like distributed applications do. My questions are:
|
| AutoResizeColumns in a DataGridView | 09 Mar 2007 11:10 GMT | 6 |
VS 2005 SP1 I use a DataGridView to display some figures. I have a cellpainting event that displays a couple of numbers in bold and other numbers in regular font style. When i double click the Column devider it resizes the column so that
|
| how to control MPEG in vb.net app? | 09 Mar 2007 03:12 GMT | 2 |
how to control MPEG in vb.net app?
|
| axWebBrowser control and javascript errors | 09 Mar 2007 02:07 GMT | 2 |
Has anyone come across working code for a Windows Forms application that uses AxWebBrowser control and is capable of intercepting and dealing with the 'Internet Explorer Script Error' (An error has occured in the script on this page') type errors. I know the
|
| datetime picker problems | 08 Mar 2007 20:40 GMT | 5 |
Hello we have encountered the following problems with the date time picker control A : datetime picker control gives focus to last entered field when moving back and forward with focus how do we reset this to the first field ?
|
| Split Control Scroll Probelm | 08 Mar 2007 14:28 GMT | 1 |
I have one split control in which there are two panel(that is it is split into two)In left panel there is treeview control and in right panel there is datagridview control.Now there can be thousands of records in both panel.What i want is that if i drag or move scrollbar of right ...
|