| Thread | Last Post | Replies |
|
| locating MessageBox within calling form? | 24 Jan 2006 20:03 GMT | 1 |
I am using 2003 .NET and have a simple form that when encounters an error it will bring up the MessageBox to display the error. I want that message box to pop up over the calling form, but it always pops up in middle of my screen.
|
| Delegate use between forms failing in Class Library project | 24 Jan 2006 18:52 GMT | 1 |
Hi, I'm using delegates successfully in a Windows Application project. As soon as I try the same code in a Class Library project, I get an error. Here is the simple code: Form1
|
| Create UI in the style of Outlook 2003 | 24 Jan 2006 17:44 GMT | 2 |
|
| Property Grid issue | 24 Jan 2006 17:17 GMT | 5 |
I would like to reflect on multiple objects and filter their properties based a criteria, consolidate these properties and show them in the Property Gird. Is there any way to do that ?? Any help is appreciated. Thanks,
|
| DataBinding Problem | 24 Jan 2006 15:39 GMT | 1 |
i have a custom collection implementing IList. this collection holds custom objects. my binding object is the collection. i implemented the PropertyChanged events in my custom object. example:
|
| Embedded modal question | 24 Jan 2006 14:55 GMT | 1 |
I am somewhat new to winforms and my question should be kind of basicbut I have been unable to find the solution thus far. I have a VB.net app that requires a user to login; the idea is to open the app with toolbars disabled - the user clicks on a "login button" and a login
|
| Get reference to datagridview column from given coordinates. | 23 Jan 2006 21:28 GMT | 2 |
Does anyone know a method to retrieve a reference to the datagridview column that contains given client coordinates? Essentially I am trying to implement drag and drop functionality from a listbox to a datagridview. In this case I am using an item dragged from
|
| Repainting Problem | 23 Jan 2006 20:39 GMT | 3 |
I am having my user control on my form. My user control hosts a custom build panel that gets dynamically loaded with ListView controls when form is opened, maximized, resized. ListViewItems of each Listview have their ForeColor properties
|
| How to get rid of dialog icon? | 23 Jan 2006 18:58 GMT | 5 |
I am developing Windows Forms/C# application under VS 2003. Some dialogs have wrong icons. I can easily replace the icon to another one using dialog's "Icon" property, but what I really want is to remove the icon from the dialog altogether. I tried to delete the Icon property ...
|
| Want bi-state not tri-state checkbox in datagrid | 23 Jan 2006 16:16 GMT | 4 |
I am adding a checkbox to a datagrid in the normal way (see below), but I end up with a tri-state checkbox. I only want a bi-state one and I can not see how to arrange this. Many thanks
|
| Build error, nothing in task list | 23 Jan 2006 16:15 GMT | 1 |
I have a VB.Net solution with 5 projects, 4 of the projects are control libraries and the 5th is a forms application that displays the controls. If I open the form into the designer, the solution will fail to run (it pops up the build error warning box), but if I remove the form ...
|
| RichTextBox and color | 23 Jan 2006 15:57 GMT | 3 |
It's not new, but I cannot find a really good solution. The context: I grab text lines from log files in a RichTextBox and I would like to mark with a specific color some keyworks (e.g. the errors). I wrote a function (see hereunder) that works correctly when the number of lines is ...
|
| Editing HTML inside a winform | 23 Jan 2006 15:15 GMT | 1 |
I need to let the client of my program edit HTML code within one of the forms of my program. I am looking for a Control that encapsulates Visual Web Developer (I'm not sure whether that's the right phrase to use,i mean "encapsulates" as
|
| Forms Namespace | 23 Jan 2006 14:40 GMT | 9 |
How to I change the namespace for a form in vs 2005? Do I add " "Namespace/End Namespace" to both of the partial files? Or is there an easy way to keep them both sync'd?
|
| Cannot make a new form active | 23 Jan 2006 14:32 GMT | 2 |
Hello - I am an experienced web programmer who is new to windows forms programming. The problem I am facing is passing control in a winforms app from one form to another. Essentially I have form1, which has some text fields,
|