| Thread | Last Post | Replies |
|
| Behavior error from PropertyGrid + CollectionEditor-Form | 23 Mar 2006 15:10 GMT | 1 |
I have a custom control which has got a custom collection. if I expand the property in propertygrid the CollectionEditor shows the standard CollectionEditorCollectionForm-form, which has got a propertygrid also. the type which is displayed in the propertygrid of this form has a ...
|
| PropertyGrid-disabling category sorting | 23 Mar 2006 08:30 GMT | 2 |
(.Net 1.1) Hi All, This concerns adding properties to a propertygrid dynamically. The situation is as follows:
|
| Intermittent failures of Web Services calls | 23 Mar 2006 07:56 GMT | 2 |
I am developing a .NET 2.0 WinForms client application which communicates with a Windows 2003 Server (actually SBS 2003, running ISA Server 2004) via Web Services calls. The client application works fine within our firewall. But when I access the server from outside the firewall ...
|
| How to find index of selected property in propertygrid | 23 Mar 2006 06:50 GMT | 4 |
i would like to find the index of selected property in the propertygrid. also, after editing the value of any particular property, i would like to verify it and revert it to its previous (verified) value, if it fails verification.
|
| VS2005 C# DataGridView Editable Control question | 23 Mar 2006 03:18 GMT | 1 |
I wish I brought my code sample home with me but I'm afraid I left it at work. I'm struggling with trying to attach an "Editable" control to a "bounded" DataGridView "after" the grid has been bounded. Going from memory, I have a Typed Dataset which has a DataTable. This
|
| stopping editor component | 23 Mar 2006 01:58 GMT | 2 |
I have create a control which could be edited. That is you could double click on some shape in my view and I will popup and editor. Such as a TextBox, an "advanced" UserControl and so on. Now I would like to stop editing if the user click outside my control, go
|
| Tinting occurs when reading/writing Bitmap - Why? | 23 Mar 2006 00:59 GMT | 1 |
I am reading a TIF file which is 24bpp, and writing a JPG which is also found to be 24bpp with code very close to that shown below. In the process the deep red TIF colors are being transformed into a ruddy rust in the jpg, and the blue highlights are being subdued. Color is not
|
| Put window straight on desktop | 22 Mar 2006 22:38 GMT | 1 |
Anybody has an idea how to put window with background underneath desktop icons? In other words the window should work bit like a desktop wallpaper. The effect I'm looking for is similar to Active Desktop (the window you
|
| Stopping a private sub running | 22 Mar 2006 20:49 GMT | 4 |
I have a datagridview with user specified data in it. I then have a sub handling a button click which then iterates through the data performing calculations. As this process could be quite lengthy, I would like to be able to offer "stop" & "restart" options to the user. I'm ...
|
| unexplainable form display issue | 22 Mar 2006 18:26 GMT | 1 |
I am using a .NET windows forms application, and the language is Visual Basics. another coleague has created the code, so i dont know the details of that aspect,but when I go to open the program, most of the window is black. A few of the data fields show up, and a few drop down ...
|
| PropertyGrid-adding properties at runtime | 22 Mar 2006 15:23 GMT | 2 |
I would like to add properties to the propertygrid control at runtime. There I would like to specify four things: a. Property Name b. Property Value
|
| "Block" a webbrowser object? | 22 Mar 2006 12:26 GMT | 2 |
I am trying to create a webbrowser object that will a) not respond to clicks on links, but b) will allow me to programatically navigate via the URL property or Navigate() method. I have tried to set AllowNavigation to false, but this restricts all
|
| serialize a collection | 22 Mar 2006 09:45 GMT | 2 |
how to serialize a collection in my custom object? i marked my typed collection as Serializable. the objects in the collection have an own TypeConverter. do i have to write a type converter for my list (which inherits from List<>) too?
|
| How do I add existing visual Item to a project | 22 Mar 2006 09:24 GMT | 1 |
Hello!! Normally I use C# but we have a project that is creating a window control library DLL that is done in C++.NET and that is here I have some problems that I want to solve.
|
| ClickOnce: is one or 2 clicks possible? | 22 Mar 2006 08:07 GMT | 6 |
This has come a LONG way since "No Touch"! Appreciations. However, is it actually possible to achieve one click? Reboot: After .NET FW 2.0 installed, a reboot was required on XP Pro test box. After the reboot, the install did not continue; required to re-open
|