| Thread | Last Post | Replies |
|
| .NET and the 32Bit Icon support (imagelist) | 09 Jun 2004 17:55 GMT | 2 |
i want to use icons on my app but i'm not able to do so, because it seems .net does not support 32 bit icons (*.ico) on imagelist control. Am I correct? If so, is there any workaround for .net to support 32 bit icons?
|
| MDI for as Child and Parent? | 09 Jun 2004 17:48 GMT | 1 |
I am trying to figure out the following: Main form is a MDI Parent. I have several forms that are children that I want always to be Maximized within the Parent.
|
| Raise a keydown event | 09 Jun 2004 17:39 GMT | 1 |
I use a touch screen and I need to simulate a keydown event every time a user starts typing. Is it possible to do it or I have no option but use windows API's?
|
| Visual inheritance bug? | 09 Jun 2004 17:07 GMT | 3 |
Hello gurus! In my C# project I have a localized form that I use as the prototype for two others. The prototype form has a ListBox control data bound to an ArrayList containing data elements of a custom class type. At design time its Items
|
| Smart divice applications | 09 Jun 2004 15:20 GMT | 1 |
Is it possible to create a windows forms user control for smart device applications?
|
| How to enumerate embedded resources??? | 09 Jun 2004 15:07 GMT | 5 |
I'd like to be able to enumerate resources in embedded .resources files like it is possible with external .resources files using the ResourceReader class. Is there a way to do such a thing???
|
| will a software developed in VS .Net run in a computer without ms framework | 09 Jun 2004 07:52 GMT | 3 |
Will a software developed in Visual Studio .Net run on a computer which is not having MS Framework ?
|
| Main form wont appear on top | 09 Jun 2004 05:54 GMT | 2 |
How can I make the main form of my application appear on top when it is displayed for the first time. I have a 'splash' / 'loading' screen which appears while the program is loading and then the main form is displayed. But if i switch to another app (such as visual studio) then my ...
|
| Find a string in VB.NET | 09 Jun 2004 05:35 GMT | 5 |
I need to extract a string from another string separated by "," like a .csv file. for example I have this string: String1 = 000,federico,00,439827HGH,1233,FGB,0000,00,000
|
| Possible Help Provider bug! | 09 Jun 2004 04:55 GMT | 3 |
I have a strange problem with connecting help file to windows forms. I am using the helpprovider and attaching the help in the usual way via designer. I have another popup form and whenever I open that form, the help stops working. So, after I start my application and open the popup ...
|
| Toolbar icon images disappear when docked vertically - Bug? | 08 Jun 2004 18:37 GMT | 4 |
I have a simple C# Windows Forms application with two toolbars, using the standard .NET toolbar and imagelist classes. I want to dock one toolbar at the top and the other at the left edge of the form. In the designer they look fine but when I run the app the vertically-docked
|
| Count of opened windows forms | 08 Jun 2004 18:21 GMT | 3 |
1. How can I get count(or list) of my opened forms in application 2. How can I enforce my application close all forms Thanks Gennady
|
| Form load time | 08 Jun 2004 14:04 GMT | 3 |
Hi, I have a complex form with many controls that work very fine, but, it's very slow to load (about 6 seconds). Any idea to cut the load time ? Thank.
|
| PropertyGrid Localization Question | 08 Jun 2004 14:00 GMT | 1 |
I have a propertygrid displaying properties for instances of classes I designed. How can I replace the property name to a more humanly readable name? (e.g "Name" -> "Shape Name")
|
| Using TextBox as a buffer | 08 Jun 2004 13:57 GMT | 5 |
Is there a simple way to use a textbox as a buffer that holds the last N lines or characters for logging info? Thanks. -- Bud
|