| Thread | Last Post | Replies |
|
| Using WebBrowser to open office documents inside a Windows Forms Form | 06 Apr 2006 06:24 GMT | 5 |
Using Visual Studio.Net 2005 Team Edition for Software Developers on a Windows XP machine. Microsoft Support article 304662, dated 1/10/2006 shows how to use the WebBrowser control to open word/excel documents inside a Form.
|
| Accessing a form being created | 06 Apr 2006 03:44 GMT | 4 |
I would like to know if it possible to receive an event or intercept a message so I can access every form I create in my application. I want to add some functionality to my forms, but I want to do it in runtime. Is it possible to be notified every time a new form is created and ...
|
| Setting combo box items property? | 06 Apr 2006 01:13 GMT | 1 |
I am building a user control that has a combo box (comboBoxMain) as a constutient control. The user control has an Items property, which will set the items of the combo box. I want the user control Items property to be browsable at design-time, so the user of the control can ...
|
| VB6-MDI child in .NET application | 05 Apr 2006 23:31 GMT | 3 |
Is it possible to integrate a VB6 MDI child form into a .NET application? How is it done? Thank you Karl-Heinz
|
| Move Files | 05 Apr 2006 21:58 GMT | 2 |
I have directory say C:\d1. It has a file say f1. I have to move this file to a sub directory under c:\d1. i.e., I have to move f1 into C:\d1\d2. I use fileSystemInfo.move for this but I get an error as follows -
|
| How to catch clicks on contained controls in the form. | 05 Apr 2006 20:50 GMT | 2 |
I would like to capture, in my form, any mouse clicks on controls contained in the form. I know I can do this using a mouse hook, but that has a few problems with catching clicks on dialogs the form owns that I have not been able to work
|
| Data binding a ListBox to a List<T> | 05 Apr 2006 20:25 GMT | 1 |
I have 2 list boxes on the form. Each listbox is bound to a different List<T>. My goal is for the user to select an item in ListBox1, click a button, and have that item moved to ListBox2. The way I approached this was to have a populated List<T1> bound to
|
| Is there any slide show control for win-form? | 05 Apr 2006 19:19 GMT | 3 |
Is there any slide show control for win-form?
|
| Clipboard events | 05 Apr 2006 18:36 GMT | 1 |
Hello , Does any one know if the clipboard fires any events (oncopy, onpaste)? I would assume it does. If so, how would an application handle such an event? The clipboard class itself does not have one. I am looking to change
|
| Cannot print a PrintDocument | 05 Apr 2006 18:29 GMT | 1 |
I not beeing able to print a document created using PrintDocument. I can preview it, but when I try to print it, I receive an "Invalid Parameter" exception in a "DrawString" method execution. I tried changing the default printer and the printer settings but it
|
| Create something of ContextMenuStripItem type ???? | 05 Apr 2006 18:02 GMT | 1 |
f I can declare a menu item as : Dim mnuItem As MenuItem then why cant I declare something of ContextMenuStripItem type. There is a collection of items for a contextmenustrip.!!
|
| ClosingEventArgs 'Cancel' member already set to true by framework | 05 Apr 2006 17:55 GMT | 2 |
I'm having a difficult time trying to track this issue down. Hopefully, someone might be able to share some insight. I have a situation where a form is not closed when I explicitly call Close() on it. As part of trying to debug this problem, I overrode the "OnClosing"
|
| Fereshing an open form | 05 Apr 2006 14:53 GMT | 1 |
I want to refresh the data in an open form from another form by calling a procedure. Is this possible? thanks
|
| reading data from a datagridview | 05 Apr 2006 12:52 GMT | 1 |
How can I read data rows from a datagridview and insert it into the database.
|
| Designer not showing inherited forms | 05 Apr 2006 10:26 GMT | 5 |
I have a problem that occurs does NOT occur when my laptop is connected to the network at work. I inherit a form from a base form. When not connected to the network, if I try to design the inherrited from, the designer says:
|