| Thread | Last Post | Replies |
|
| Pop up help not working. | 31 Jul 2009 03:58 GMT | 5 |
I have a form in C# VS2008. I have attached a HelpProvider and linked to a CHM file for help which works. But I want certain controls to just use pop-up help. I have set the HelpString to the text I want and cleared the HelpKeyword field but I always get the CHM file opening. ...
|
| Minimize, Maximize button not showing | 28 Jul 2009 21:07 GMT | 9 |
I have a form in VC# VS2008. I have set the MinizeBox and MaximizeBox to true. But the buttons do not show on the form. Right clicking on the title bar shows them as options and work. The only button on the forms title bar on the right is the cancle button.
|
| Save a property in my UserControl | 24 Jul 2009 09:33 GMT | 2 |
I've created a subclass of UserControl called CollapsiblePanel. It's a panel with a toolstrip at the top. The user can click a button to collapse the panel, leaving only the toolstrip visible, and another button to expand it again.
|
| System.Windows.Forms.Form.ActiveForm always null | 23 Jul 2009 02:27 GMT | 5 |
I just finished an application, with a standard Form. Though the form is Active (the property is true) the static System.Windows.Forms.Form.ActiveForm is null all the time. I tried to call Activate and Focus but the state for ActiveForm does not
|
| Resolution independent forms | 22 Jul 2009 13:04 GMT | 1 |
I developed an application on a computer which works with 1400x1050 screen resolution but on lower resolutions (tested in 1024x768), application's windows are either occupied partly by the Taskbar or overflow horizontally. I want it to execute resolution-independent.What setup ...
|
| Is winforms still moving forward? Anything new in .net 4? | 21 Jul 2009 12:53 GMT | 4 |
Winforms does not seem to be getting a lot of attention from Microsoft. I'm sure winforms is not going away, but is it becoming rather static? I have looked at wpf and silverlight and even in the vs2010 beta they seem to be harder to build crud type user interfaces with. ...
|
| Project consisting of multiple projects | 20 Jul 2009 17:45 GMT | 5 |
I have an application I've been working on which is basically a combination of four different applications. The users want to be able to access all applications from one spot. Two of the applications consist of five forms each. I used a tab strip for user access to each of the ...
|
| Explorer.exe getting closed. | 20 Jul 2009 12:15 GMT | 1 |
I have installed Windows XP SP2 in laptop. It is part of domain also, the problem is explorer is getting closed frequently. please help me on this.
|
| Fill ListBox (from Class 'ThisAddIn') | 18 Jul 2009 07:45 GMT | 1 |
Hello, I have a sorteddirectory (class ThisAddIn) and would like to populate the data to a listbox on a winform. I have created a instance of the form, but how can I get the listbox control
|
| Deployment Problem | 15 Jul 2009 14:06 GMT | 2 |
I'm deploying a C# desktop application using a .Net deployment project. The application installs fine on my development PC, but it gives the following error when I attempt to install it on laptop that doesn't have the development tools:
|
| Difference between UserControl and CustomControl project templates | 12 Jul 2009 15:51 GMT | 4 |
In VS 2008 Pro I can choose whether to create a Custom Control or a User Control, when creating a new project and browsing the WindowsForms-section. What's the difference between the two project-templates?
|
| Transactionscope doesn't roll back | 10 Jul 2009 19:07 GMT | 5 |
.NET 3.5, Vista Bussiness 64 Hi, I am calling an WCF service (netNamedPipeBinding, a locally running service) from Windows form application. During the connection to the service, I am
|
| OpenFileDialog and .lnk .url files | 10 Jul 2009 14:17 GMT | 3 |
Is there some way to force the OpenFileDialog NOT to display shortcuts like .lnk and .url files when I have specified a filter, for instance: "DWG files|*.dwg|DXF files|*.dxf" Thanks
|
| Multiple Thread | 09 Jul 2009 13:02 GMT | 3 |
Hello NG I want to implement TAPI to my application. The TAPI component i a Class that is placed i my application. my application has reference to TAPI3 from Microsoft.
|
| Left Alignment issue with TabConrol | 08 Jul 2009 17:56 GMT | 1 |
All, I have a TabControl with Allignment set to left. This results in the tabs being verticaly aligned. All is fine on Vista machines, but "it seems" on xp machines the rendering
|