| Thread | Last Post | Replies |
|
| Application.Run and ShowDialog (modal dialog on top of main form) | 30 Nov 2005 23:57 GMT | 2 |
Suppose I create a very simple Windows Forms application, consisting of a main form, Form1, with a (modal) dialog form, Form2, intended to appear on top of the main form. static void Main()
|
| Is it possible to get an parameter object from the stacktrace? | 30 Nov 2005 16:41 GMT | 1 |
Howdy all, Is it possible to use the stacktrace to get the actual object being passed into a method via the stacktrace? For example, in the call: System.Windows.Forms.Application.Run(System.Windows.Forms.Form
|
| Where should a second form be instantiated? | 30 Nov 2005 16:35 GMT | 2 |
having an application with a Main form (Form1) and a second form (settingsForm1) that should only show up when the user clicks the settings menu button, where should the code: settingsForm settingsForm1 = new MyApp.settingsForm()
|
| How to find all the instances of a control in my windows applicati | 30 Nov 2005 14:21 GMT | 2 |
So, I have a Windows Forms application in .NET 2.0. I also have a custom UserControl. How do I find all the instances of my UserControl in an Application? I've just tried the new Application.OpenForms with a loop that searches all
|
| Control Copy, Different Object | 30 Nov 2005 12:11 GMT | 3 |
How can I create a second control as a copy of the first, except for the name, without both controls being the same object? Thanks.
|
| How to add new records to the top of the DataGrid | 30 Nov 2005 09:39 GMT | 3 |
I am using Win forms VB 2003 The form design requires the newest records appear at the top of the DataGrid. I load my form with a stored procedure that orders the records with the
|
| STAThread error on windows grid | 30 Nov 2005 09:14 GMT | 5 |
I'm getting following error "The current thread must set to Single Thread Apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it" on CTRL+C on grid cell; I'm opening this form from a .net dll; so there's no Main()
|
| Prevent listview backgroundimage from scrolling with list | 30 Nov 2005 05:53 GMT | 4 |
Is there any way to prevent the listview background image from scolling with the listview contents? I would like to have an image which does not change and does not move. This is using the 2.0 framework. Thanks!
|
| UserInterfaceProcess AB and CompositeUI AB | 30 Nov 2005 05:22 GMT | 2 |
(I do not know which is the exact newsgroup for this post) I am doing application based on SOA. My client app is winforms and we are targeting it as smart client. I know about MVC in general. And I am puzzled how to go with MVC in my
|
| why cant i see wmplayer video through overlays | 29 Nov 2005 22:53 GMT | 2 |
I have an application window with opacity 25%. I can see through all background application windows. But when i set it over the Windows media player playing a video, the part of the wmplayer goes blank. May i know the technical reason behind this???
|
| TabPages.Insert does not work as advertised | 29 Nov 2005 22:52 GMT | 1 |
OK, so there have been about a million posts on the subject of showing/hiding and reordering TabPages in TabControls, and all note that the TabPageCollection class did not expose an Insert method in .Net 1.1.
|
| VS 2005 and COM Running Object Table | 29 Nov 2005 21:01 GMT | 4 |
With VS 2003, we used the COM Running Object Table to retrieve the current instance of VS 2003 in order to know the solution path at design time, see following post: http://groups.google.be/group/microsoft.public.dotnet.framework ...
|
| ContextMenu Underline Missing | 29 Nov 2005 20:32 GMT | 3 |
All, I have defined a ConextMenu to appear within a TextBox. I added the ampersand to text of menuitem as "&Hello". The underline appears in the resource editor however when I run the windows
|
| tiered datagrid rows? | 29 Nov 2005 15:45 GMT | 1 |
i have a datagrid that i need to tier rows in. some rows will have additional info that needs to be optional to display. i'd like a "+" for the user to click on and the additional information shows in the current datagrid. rows that do not have any additional info will not ...
|
| Detecting if a Printer supports Collation | 29 Nov 2005 15:27 GMT | 1 |
Can someone provide a definitive method for determining, programatically, whether or not a printer supports collating on its own? I've found this question asked but not answered many times and would appreciate any clear answer.
|