| Thread | Last Post | Replies |
|
| causes validation problem | 04 Feb 2006 20:23 GMT | 2 |
I have two buttons and a text box on my form amongst other things. The textbox is set to validate to see if there is no text in the box. The two buttons are set "causesValidate = false" . One of the buttons is in a group box. The other is on the form. The button on the form ...
|
| Explorer style interface | 04 Feb 2006 18:25 GMT | 1 |
I have created a windows forms application that has a windows explorer style interface using a TreeView and a ListView, I have attached a ContextMenuStrip to the tree view which appears when the user right clicks on a node. I would like to mimic the behaviour of the tree view of ...
|
| Capturing data from a separate application window? | 03 Feb 2006 23:03 GMT | 1 |
I have found that I need to be able to write a windows application that is capable of attaching to an independent windows application (one I haven't written), and gather information. For example, this application gathers a bunch of data from disparate sources, and updates a log ...
|
| Reaching parent form controls properties from child form? | 03 Feb 2006 22:30 GMT | 5 |
I have Form1 with a TextBox control on it and I have Form2 that I am showing from Form1. private void btnShowForm2_Click(object sender, EventArgs e) {
|
| Warning: byte[], [XmlAttribute] and MTOM | 03 Feb 2006 17:01 GMT | 1 |
I don't know if this is an intentional feature change, or simply a bug... but! I recently upgraded a web service to WSE3, specifically to use MTOM in a particular call. This worked, however something else unrelated went "snap"
|
| Inheriting a from with a special constructor | 03 Feb 2006 14:51 GMT | 1 |
I created a base form, what holds several graphical elements (text boxes, etc). This form has only one constructor, what expects one integer parameter. Call this BaseForm It's constructor looks like:
|
| Form Gradient Background | 03 Feb 2006 11:51 GMT | 5 |
Is the code below the proper way to achieve a LinearGradient Background on a form? Private Sub MyForm_Paint(ByVal sender As Object, ByVal e As PaintEventArgs) Handles Me.Paint
|
| ReportViewer & PageSettings.HardMarginX | 03 Feb 2006 07:52 GMT | 3 |
In a report, I tell a table or a text box to print at specific coordinates but it is off. How do I teach ReportViewer to take PageSettings.HardMarginX and PageSettings.HardMarginY into consideration? This occurs in .NET Framework 2.0.
|
| Using MaskedTextBox for currency values | 03 Feb 2006 06:03 GMT | 3 |
What would be the best mask for MaskedTextBox for Currency fields? Thank you, Alan
|
| DataGridview grouping like Outlook | 03 Feb 2006 05:39 GMT | 3 |
Is is possible to create Outlook like groupings in the DataGrid? Thanks Henrik Skak Pedersen
|
| Recommendations for graphical application | 03 Feb 2006 02:32 GMT | 4 |
I am at the early stages of defining the technology requirements for a graphical, 2D Windows Forms application with display features along the lines of MS Visio. It has a requirement to display it's data in a number of tree or network like formations.
|
| get value from combo box | 03 Feb 2006 00:56 GMT | 2 |
Gday, Am relatively new to dotnet so excuse me if this seems rather simple. I am trying to get the value of a bound combo box that has been set when the form is opened, and use this for another control. I am having
|
| RTF to HTML conversion | 02 Feb 2006 22:00 GMT | 1 |
Can anyone point me in the right direction (any links/help on the net) on writing your own function to convert rtf to html? Thanks Gav
|
| Measurement Unit problem with Printing. | 02 Feb 2006 19:40 GMT | 2 |
I have a problem where documents sent to the print spooler with a custom page size are ignoring the regional settings for the Measurement Unit. I have my Regional Settings set to "English (United States)" and confirmed that the Measurement Unit is "U.S". When I print my 4"w x ...
|
| Assign F4 to a button | 02 Feb 2006 14:57 GMT | 2 |
What would be the best way to assign the key F4 to a button? Thank you, Alan
|