| Thread | Last Post | Replies |
|
| Merging MDI menus | 08 Nov 2006 11:27 GMT | 2 |
For the life of me, I can't seem to merge main menu items from child to parent with MDI forms. I can merge sub-menus, but not main menu items. So I have a parent form with: File Windows Help
|
| IE Hosted UserControl - javascript interaction not working. | 08 Nov 2006 11:05 GMT | 16 |
I am trying to get a UserControl hosted in IE working. Having read some articles on this and followed the examples (Jay Allen’s article at http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/ was a great source, especially for the security side of things), I have
|
| PLS HELP!!! MDI application Closing event | 08 Nov 2006 09:23 GMT | 5 |
For example, I have an MDI application with two MDI child forms: one called "Menu" and one called "Data". "Menu" form has Menu_Closing() event handler for "Closing" event where it checks if "Data" form exists and if yes, it closes it.
|
| Adding icon, toggle btn, or check box to form control box | 08 Nov 2006 07:06 GMT | 2 |
is it possible to add an icon, toggle btn, or even a checkbox to the control box caption area of a form (this is there the minimize, maximize and close icons are located in the upper right of a form) and also trap for user clicks on those controls?
|
| Printing XSL document in .NET Application | 07 Nov 2006 23:50 GMT | 1 |
I hope that I can explain this correctly. I am trying to print a specific report based upon user's input in a Windows application. I'm a newbie to XSL and unaware of how to go about this. Basically, I want to create the XML file based on the user's input, format the report with
|
| SVG - Drawing Vector graphics in .NET | 07 Nov 2006 09:00 GMT | 2 |
How do you draw an .SVG (scalable vector graphics) file in Windows Forms? Is there a 3rd party library out there to do this?
|
| WindowsForms? Windows Forms? WinForms? .. | 07 Nov 2006 03:46 GMT | 4 |
Can anyone please tell me - what's the most common way to refer to Windows Forms? It's for proposals for customers, where we say that most of the end users have a browser-based thin client and others use applications we
|
| FileGroupDescriptorW and FileContents data formats (C#) | 06 Nov 2006 23:03 GMT | 1 |
I need your help. I am implementing namespace extension for Windows Explorer. Users have asked me to add ability to drag a file compressed in zip file directly to namespace exetsnsion. I know that I should retrieve from DataObject object
|
| Cursors | 06 Nov 2006 23:01 GMT | 2 |
I have a windows form that creates a background thread to do a long task and 'invokes' back to the form to update the UI (progress bar etc). I would like to show the 'busy' (Default arrow and waitcursor) cursor as long as my background thread is still running. Can anyone help me ...
|
| Expand Tree Nodes by default in a Treeview | 06 Nov 2006 23:00 GMT | 1 |
In VB.Net 2005: 1. how do I expand all node in a treeview by default. 2. Restrict users to collapse a node. Thanks
|
| Show Desktop causes applications to minimize on startup | 06 Nov 2006 22:15 GMT | 2 |
I have a strange bug that only manifests itself under these conditions: 1. Click the Show Desktop button on the Quick Launch bar. 2. Launch the application by double-clicking its icon on the desktop. 3. The application will start but immediately becomes minimized.
|
| VB.Net 2.0 - Clipboard | 06 Nov 2006 18:44 GMT | 2 |
Hey all, I have a problem where I need to manipulate the data that is about to be put into the clipboard after pressing CTRL+C - but I am unable to find anything on the net outlining how to go about this... I know about GetData and
|
| Can't use base method for event | 06 Nov 2006 16:33 GMT | 1 |
I've got a form that is interrited from a base form. The base form defines methods, event handlers, that I want to call from the derived class. This form was originally developed in .Net 1.1 and converted over to .Net 2.0. This worked fine in .Net 1.1 but in .Net 2.0 the designer ...
|
| resizing a panel in a form with the mouse | 06 Nov 2006 16:29 GMT | 1 |
I am following up on an older thread about resizing a panel in a form with the mouse. http://groups.google.de/group/microsoft.public.dotnet.framework ...
|
| Open backgrond window | 06 Nov 2006 16:18 GMT | 1 |
I have a little app that controls PHP cron jobs (automated script execution) on my local machine. My app is started once a day at 15h00. The app shows the output of the script so it has a window, but the window has to be created in the
|