| Thread | Last Post | Replies |
|
| Auto Shut-Down to Windows Forms App After N Minutes of Inactivity | 21 Feb 2006 15:22 GMT | 4 |
I'm creating a new Windows Forms MDI application... How can I add cause the application to shut itself down after a period of [no user activity]? I did this in an old COM/VB6 application and I had to have code behind
|
| ListBox | 21 Feb 2006 15:14 GMT | 2 |
I have displayed some text on my ListBox. How can I enable the user to copy these contents that is displayed? thanks
|
| Timer problem | 21 Feb 2006 14:35 GMT | 1 |
who knows ? when I am Hiding the Form the Time Control Associated with that form stops ? Regards FOX
|
| Visual Styles For Toolbar | 21 Feb 2006 13:37 GMT | 6 |
I'm working on a custom control which I'd like to have a background identical to that of the XP-themed explorer toolbar. Could anyone tell me which class of the VisualStyles hierarchy contains that look? VisualStyleElement.ToolBar seems to have only controls and separators, and
|
| ClickOnce | 21 Feb 2006 06:56 GMT | 5 |
I want to build a single ClickOnce application that will end up getting exposed in multiple datacenter environments - Test, PreProduction, Production, etc. I don't necessarily know before hand what the publish URLs will be. I also want to install the app locally and allow the ...
|
| Updating to backend datasource without copying to output directory | 21 Feb 2006 03:55 GMT | 2 |
IN .net 2.0 - I am trying to bind to Access database that is not in Output directory – scenario is like that database is in the another Data folder but same directory as the window form application. The problem is I am comfusing how to update to backend datasource without
|
| MVP and DAL Operations | 21 Feb 2006 02:57 GMT | 2 |
I'm designing an implementation of the Model View Presenter (MVP) pattern for a Windows Forms MDI application. Question: From where would it generally make sense to *initiate* data access (e.g, CRUD) operations - the Model or the Presenter?
|
| MessageBox Centering | 21 Feb 2006 01:28 GMT | 6 |
Is there anyway to get a MessageBox to center in the parent form or in the middle of a MDI parent? The .NET standard MessageBox is centered on the screen area, not on the application. Specifing the owner doesn't seem to work reliably in MDI applications
|
| strange windows forms error | 20 Feb 2006 23:29 GMT | 1 |
in one of my forms, at run-time when I put a breakpoint on one of the event handlers it shows this message at run-time: This breakpoint will not currently be hit. No symbols have been loaded for this document.
|
| MDI Client Rectangle Problem Help! | 20 Feb 2006 21:53 GMT | 1 |
I am trying to set a definite size for the client area in an MDI form (.NET Framework 1.1). In InitializeComponent() for the form, ClientSize is this.ClientSize = new System.Drawing.Size(984,570);
|
| Seeking lightwight virtual grid for c# 2.0 | 20 Feb 2006 20:21 GMT | 2 |
I'm currently in the process of migrating a large project from Delphi/Win32 into the dot net framework using c#. I'm looking for a lightwight grid control that can opperate in purely virtual mode - something like the Delphi TDrawGrid where you just set
|
| MFC Dialogs from Windows Forms | 20 Feb 2006 14:59 GMT | 1 |
I'm trying to use MFC Dialogs from Windows Forms. Is it possible to have the message pump in C# (Application.DoEvents()) and still be able to use MFC Dialogs? It's kind of a reversed problem. Most posts I've seen want to host
|
| Windows NT Authentication | 20 Feb 2006 13:36 GMT | 1 |
I'm developing windows application and I want to use integrated windows authentication in my application. I do not want to use a windows form for entering username and domain details. I want to get the currently logged in user details from my application.
|
| System tray notifyicon | 20 Feb 2006 13:15 GMT | 3 |
1. is it possible to use the notifyicon control from a component as opposed to a form? 2. is it possible to use a Windows service to control how and when the notify icon will be displayed in the system tray and have it stay there
|
| MDI Form Maximise | 20 Feb 2006 12:03 GMT | 4 |
I am a novice to MS Visual Basic .NET 2003 and hope I am posting this question to the correct newsgroup. Apologies if not. I have created an MDI form and have added a treeview and splitter control to the form. In the remainder of the window I want to display a maximized form.
|