| Thread | Last Post | Replies |
|
| .net help on windows xp | 02 Mar 2006 17:01 GMT | 1 |
I have an application that was written in C# and works fine on windows 2000. We have started to upgrade our software to windows XP Pro and the application no longer works. The error I get is "Application has generated an exception that could not be handled" "Process id=0xffc
|
| One form calling another form | 02 Mar 2006 16:59 GMT | 1 |
Hello dotnet expert, this method never exit. It call frm.show without exiting the sub. Any Idea ??
|
| Getting the Dragged Source of a Drag'n'Drop Operation | 02 Mar 2006 15:48 GMT | 2 |
Got drag and drop functionality working great... but how does one get information about the source of the drag operation? For instance, can I tell it came from an open Word document and obtain the filename? Can I tell is came from a browser and get the URL?
|
| Darken a parent form when a modal form is in front of it | 02 Mar 2006 15:26 GMT | 3 |
Folks, I am trying to figure out a way to darken the parent or main form of an application when a wizard or modal form is called from within it. What I am trying to do is duplicate what Windows XP does when a user does a Start, Shut
|
| Restricted User running Windows App accessing "ProgramFiles" folde | 02 Mar 2006 15:25 GMT | 1 |
We have a windows application which needs to update the files through the autoupgrade process on start. Application is installed under "Program Files" directory. Now when a restricted user runs the application, the update of the files
|
| Problem with menu item | 02 Mar 2006 14:52 GMT | 1 |
I have a .NET 1.1 program which uses System::Windows::Forms::MainMenu. I have the "ShowShortcut" property turned on, and the "Shortcut" property is set to CTRL1. The problem is, when the program is running, the menu shortcut shows up as CTRL+D1. How can I change this so it just ...
|
| How to convert Message.LParam pointer to CREATESTRUCT to an object | 02 Mar 2006 14:15 GMT | 3 |
I'm capturing WM_CREATE messages by overriding WndProc in C#/.NET. How do I then convert the CREATESTRUCT* that GetLParam() would return to an object that I can use in my code ? protected override void WndProc(ref System.Windows.Forms.Message m)
|
| Kind of event overriding | 02 Mar 2006 14:12 GMT | 11 |
I have an object that works with an external treeview (myObject.TreeView = formTreeView) On myObject.TreeView = formTreeView assigment an AftreSelect event is being attached inside the object code.
|
| Getting out from OnLoad event on a form. | 02 Mar 2006 13:30 GMT | 1 |
.NET Framework 1.1 Hi I' m wondering what is the best method to close a form while executing code on the Load event.
|
| Passing dataset between two web forms... | 02 Mar 2006 12:29 GMT | 2 |
Hi all... I wan to pass a dataset from one web form to another. i had tried with the session object but it didn't worked out....am workin on asp.net 2.0 & c# Please help...
|
| Adding WindowsForms to TabPages | 02 Mar 2006 11:33 GMT | 1 |
I'm co-developing a WindowsForms app with multiple forms residing inside a mainform (MdiParent). Using C# and VS .NET 2005. Problem. We would like to be able to open multiple forms, each form on a separate TabPage, making it easy to navigate between the forms.
|
| What aspx stands for? | 02 Mar 2006 09:26 GMT | 3 |
asp means Active Server Pages what does aspx stands for ? Regards Micheal
|
| ToolStripMenuItem.CheckOnClick Does Not Fire | 02 Mar 2006 06:00 GMT | 2 |
I have a menu item that has a check mark. When ever the check mark is toggled I do a bunch of changes in the appropriate event handler. Now when the app starts I read the last settings and set the menu accordingly. So in my MainFrame_Load function I call:
|
| Opening a ContextMenu without a parent control | 02 Mar 2006 01:45 GMT | 3 |
I am writing an Excel addin with C#. I have some ActiveX objects embedded within the spreadsheet and when the user clicks on one of them I want to show a context menu. Now the problem is that ContextMenu.Show() needs a Control object as
|
| Override of WebBrowserSite IDocHostUIHandler using WebBrowser.CreateWebBrowserSiteBase doesn't work | 01 Mar 2006 19:49 GMT | 3 |
According to http://msdn2.microsoft.com/en-us/library/system.windows.forms. webbrowser.createwebbrowsersitebase.aspx I should be able to customize the behavior of the System.Windows.Forms.WebBrowser control as follows: "To use this feature, implement classes that inherit from the ...
|