| Thread | Last Post | Replies |
|
| how to debug a deployed WinForm app | 22 Feb 2006 16:35 GMT | 2 |
My ClickOnce app deploys and runs fine on one test machine, but fails on another. The only error message is the ubiquitous "Please tell Microsoft about this problem." and "Don't Send" button.
|
| Allow a user to create a new item in a ComboBox | 22 Feb 2006 16:21 GMT | 2 |
I've been trying to decide the best way to allow a user to enter a new item into a ComboBox. For example, I have a lookup table that I have bound to a ComboBox. If a user wants to add a new category, I would like them to be able to do that without clicking a button or working ...
|
| Start and minimize another application | 22 Feb 2006 15:48 GMT | 1 |
From within my .NET forms application I want to start and minimize another application, so I go: string eprog = System.Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles) +
|
| Client Requirements? | 22 Feb 2006 13:18 GMT | 6 |
I'm trying to find a site that will tell me exactly what the requirements from a OS perpective is required to run a .net 2005 smart client windows application from the clients machine. I know the developers machines need XP SP2 to install the IDE, but with the clients running the ...
|
| Check if a form or control is visible in Desktop (to the user) | 22 Feb 2006 09:11 GMT | 3 |
I want to know if a form is visible in the Desktop and the user can see it. The property Visible is true although other program is over the form, so this property don't solve the problem. Thanks.
|
| Saving and Restoring Form Locations | 22 Feb 2006 08:56 GMT | 8 |
I want to save the location of my forms when they are closed. I was thinking of using: UserScopedSettingAttribute class http://msdn2.microsoft.com/en-us/library/zz7y4375(VS.80).aspx Had three questions
|
| Business Object Model | 22 Feb 2006 07:53 GMT | 5 |
Did a little searching on Google for business object model in vb.Net but didn't find much. Anyone have some links and samples for this and as a last resort, a book title? I need to start at the bottom... Thanks,
|
| .Net 2.0 Rich Text Editor | 22 Feb 2006 00:35 GMT | 2 |
Is anybody aware of a component or sample application using a RichTextBox with a formatting toolbar using the .Net 2.0 framework. (Much like WordPad) .. I found one control, http://www.textcontrol.com/products/dotnet/, however this control is using the 1.1 framework and would ...
|
| Datagrid and custom collection as datasource | 21 Feb 2006 19:02 GMT | 3 |
All, I have successfully used custom collections as the datasource for a datagrid previously however this one is causing me problems as one of the properties of the objects within the collection relate to another custom object as
|
| Capture key events from hosted WebBrowser control | 21 Feb 2006 18:55 GMT | 1 |
The .Net 2.0's webbrowser control is neat and pretty. But I am not able to capture Key events when the focus is on the webbrowser control in my winform. Options tried.
|
| Display List<int> inside DataGridView | 21 Feb 2006 18:02 GMT | 1 |
Hi, i have bound my list of objects to a data grid view (i have actually used BindingList) and can add, edit objects ok. Sample object is given below: class MyObject
|
| SecurityException in Clipboard.SetDataObject | 21 Feb 2006 16:33 GMT | 6 |
I developed a WinForms control that runs withing Internet Explorer. To prevent changes to the client security settings I took care that the control only uses permissions from the Internet Zone. One of the controls features is copying text or bitmap images to the
|
| Open Documents of Arbitrary Type from .Net | 21 Feb 2006 16:26 GMT | 4 |
I'm developing a win form based add-on to a document management system using the .Net runtime. When a user is using my add-on they could be dealing with documents of many different types, e.g. Word, PDF, Excel, RTF. I would like to add a "View" button to my add-on that will open ...
|
| Updating Property Inspector | 21 Feb 2006 16:26 GMT | 1 |
Is there a way to update the Visual Studio property inspector when you change properties behind the scenes? Example: I have an enum that defines color schemes, when changed it changes two properties "StartColor" and "EndColor" but the new values
|
| Crashing VS.NET | 21 Feb 2006 15:24 GMT | 2 |
I am working on writing a simple base form that will provide a colored "Info Header" across the top of the form. I am no expert at winforms but I can't understand what I am doing that would cause this to crash out the IDE. Not an exception.. a hard crash where VS.NET has to ...
|