| Thread | Last Post | Replies |
|
| UserControl & XML Config File | 20 Apr 2006 17:32 GMT | 2 |
I'm trying to create a WinForms application that has a dynamic Menu driven via an XML file. I have created a UserControl which encapsulates this functionality, the problem is the location of the XML file. I would like some advice on the best way to achieve this...
|
| Sending Mail SMTP Server UnKnown | 20 Apr 2006 17:04 GMT | 4 |
I want to be able to send an error log to use, from a un-supervised PC that runs our application 24x7 (on client's site). Some of our clients use Exchange Server, but the PC that runs our s/w is not configured with A MAPI client (i.e. Outlook), what is the best way to send an ...
|
| dialogBox | 20 Apr 2006 16:08 GMT | 2 |
on the dialogform I've a ok button and a textfield txtfield I want to rename a file to the name given in txtfield by the user but I get the error that the destination file could not be accessed because it's used by another process. What shell
|
| Modal main form? Desktop as parent? | 20 Apr 2006 15:57 GMT | 4 |
I'm trying to create a modal DialogBox\Form from a process that is not a .net form. I can call .ShowDialog() but the form is not modal since I can't set a parent. Is there a way to set the desktop as the parent? Thanks
|
| change control property on inherited form from base form | 20 Apr 2006 15:37 GMT | 1 |
I was wondering if anybody knew a way from the base form to change a property of a control on the inherited form? I have a bunch of strings (form name, control name, property name) and i want to set the property to a new value (also a string). Does anybody know of a way to do ...
|
| modeless status dlg and disabling main app | 20 Apr 2006 15:10 GMT | 1 |
Simple question: After displaying a modeless status dialog, how does one go about disabling the main app given that you know the "owner" of the modeless dialog?
|
| Scrollbars and the Anchor property | 20 Apr 2006 13:55 GMT | 2 |
I have a from with the autoscroll property set to true. On this form I have a button with the anchor property set to AnchorStyles.right. When pressing the Button I want to add another button to the form at location (-100, 0). The new button anchor property is also set to
|
| DataGridView: Supressing left mouse click row selection | 20 Apr 2006 13:05 GMT | 1 |
Some of my datagridview rows should not be selectable, thus I need to suppress left mouse button row selection. Any ideas?
|
| timer question | 20 Apr 2006 12:58 GMT | 1 |
how can I set timer in a windows services to execute at 16:00 every day ? thanks
|
| how to schedule operations | 20 Apr 2006 12:51 GMT | 2 |
how can I configure my windows service to execute same operations every day at 16:00 ? Can I use timer controls ? How? tanks
|
| Help with richedit based custom control for final university project | 20 Apr 2006 11:13 GMT | 1 |
Hi all, I'm trying to programatically change the background color of lines of text and running into a few difficulties, anyone got any suggestions? my relevant code is as follows:
|
| System.Net.Mail and a User's Outlook profile name | 20 Apr 2006 03:19 GMT | 3 |
I am using System.Net.Mail and currently I'm using the user's computer login name as the "To." However, I have found out that some user's email aliases are different than their login names. Does anyone know of any .NET classes, VSTO, or other dlls that I can use to
|
| databinding untyped dataset and visual design | 20 Apr 2006 02:57 GMT | 7 |
I have lots of trival databound forms that maintain simple tables that I want to port to winforms and edit with a datagridview or similar. I would like to achieve the following: Deriving from a baseclass 'DataBoundForm' or similar I want to be able to set a design-time sql select
|
| Add custom control into toolbox, which dll to select ? dll in bin or dll in debug ? | 20 Apr 2006 01:36 GMT | 2 |
I've create a custom control class lib, when i add the custom control into toolbox, which dll should i select ? the dll in bin folder or the dll in debug folder ? Please help.
|
| C# compiler error? | 19 Apr 2006 19:30 GMT | 6 |
Found something weird. If you have a code file for a windows form like so, the resources are tied to SomeClass, not MyForm. If you move SomeClass below the code for the form (but in the same file), the complier links everything correctly.
|