| Thread | Last Post | Replies |
|
| Unable to close Microsoft Word within AxWebBrowser Control | 26 Jul 2007 09:04 GMT | 2 |
I am currently opening Word in an AxWebBrowser Control on a form. When the user saves the saves the document using a save + close button on the form, it saves the document, navigates the AxWebBrowser Control to about:blank and exits word and then closes the form.
|
| FolderBrowserDialog.RootFolder not using special folder? | 26 Jul 2007 07:46 GMT | 1 |
Is it possible to set the root folder of FolderBrowsserDialog to any folder I want. ie c:\temp or something? Haven't yet found a way to do this. Thanks for any responses.
|
| DateTimePicker - how to show nothing when user has not specified a date? | 25 Jul 2007 21:42 GMT | 4 |
Is there some way to have the DateTimePicker display nothing? I came up with a hack but I was hoping that there was a less offensive method than the horrid little code snippet that fell out of my fingers when I wasn't paying attention.
|
| Was form miximized while closing? | 25 Jul 2007 21:21 GMT | 1 |
I want to store state of the form such as X and Y position, size, height of GridView on this form when form is closed. Then on load I want to reload this state. The question is how do I know if form was in maximized state while closing
|
| XP style GUI for winform | 25 Jul 2007 20:58 GMT | 5 |
hi i m using .net 2003 and winform application, i m using below article to make my application winform outlook like xp style, but it does not shows controls on my winform as xp style , but it shows messagebox(using MessageBx.Show("dd")) like xp style, what i m missing , how to ...
|
| Custom Toolstrip | 25 Jul 2007 15:36 GMT | 1 |
I want to create a toolstrip and I would like to make that toolstrip reusable by other windows in my application. This would be the same concept as a UserControl, only it would be a Toolstrip. Any suggestions on the best way to do that?
|
| Continual restart, never loads | 25 Jul 2007 05:48 GMT | 3 |
One of my computers is is in a continual restart, it never loads. The windows logo appears with the animated bar under it, it will go one and a half times them shuts down and starts back up. Safe mode does the same thing. The recovery console gives me this error message:
|
| DataGridView and Enter key | 24 Jul 2007 07:32 GMT | 3 |
I have a win form having DataGridView and one button which is accept button for this form. Now when the focus is on form, enter key causes click event of accept to fire. But when the focus is on DataGridView, enter key does not fire click event of accept button.
|
| Uninstalling SmartClient on XP | 24 Jul 2007 07:16 GMT | 1 |
I installed a .Net 2.0 SmartClient on an XP machine. The options for the SmartClient install was that the 'Application is only available online'. How do I remove it? How do I view a list of installed SmartClients and their versions?
|
| Customize Title Bar | 23 Jul 2007 21:07 GMT | 9 |
Does any body knows how can I customize winform's title bar to add some controls. For example, I need to add a text box and a button. Thanks.
|
| memory not being released | 23 Jul 2007 15:39 GMT | 2 |
I have a winforms app running on framework v2.0.50727 which isn't not releasing memory back to the OS after closing forms. Simple forms (a list + button) or complex ones (tabs, lots of text boxes, third party masked edit control)
|
| Looking for suggestions on design patterns/architecture books | 23 Jul 2007 14:33 GMT | 1 |
Hey guys, I'm looking to improve my knowledge of design patterns and n-tiered application architecture. Do any of you have any suggestions on good reading material?
|
| Question on WPF | 23 Jul 2007 12:26 GMT | 1 |
Is it possible to develop a windows app using WPF and net 3.0 that will run in a browser or on the desktop without any changes to it? Bill
|
| Winform controls vs. WPF controls. | 23 Jul 2007 12:25 GMT | 4 |
Will Net 2.0 Winform controls work in WPF apps or does a control have to be specifically designed for WPF? Bill
|
| vs2005: windows form won't minimize or maximize | 23 Jul 2007 03:42 GMT | 1 |
I have a main form window (c#) that won't minimize or maximize. Clicking the control menu buttons will minimize or maximize the form, but the form immediately reverts back to normal size. This just started all of a sudden, I have rebuilt the app, and searched through the form ...
|