| Thread | Last Post | Replies |
|
| Rich TextBox | 14 Feb 2006 07:18 GMT | 2 |
I have two RichTExtbox controls on a form. After the user is done editing them a 3rd RTB control shoud contain the merged contents of the other 2 controls (as the contents of the 2nd control is appended to the content of the 1st).
|
| System.Timers.Timer - Potential CPU Hog | 14 Feb 2006 06:13 GMT | 5 |
I have a timer running on our form and what we have seen is users who leave there application open for more than a day straight will have a response problem with the UI. We tracked the CPU utilization and the spikes started off at 1 min intervals every 10 minutes and it increased ...
|
| User defined types in application settings | 14 Feb 2006 04:34 GMT | 2 |
Is there a way to store an object of a user defined type in the applications settings? I have compiled the type in a dll and referenced the dll into my application.
|
| xml treeview | 14 Feb 2006 01:58 GMT | 4 |
Is there a .net control to show a xml file (like xml notepad). I can show it in a Textbox, but it will be not formatted. Thanks.
|
| FlowLayoutPanel control reordering | 13 Feb 2006 22:39 GMT | 1 |
I'm trying to implement drag/drop reordering of controls within a FlowLayoutPanel. I'm doing this by using the SetChildIndex and GetChildIndex methods of the panel. This works up to a point but then I notice things become somewhat de-synchronized, and the flowlayout panel refuses ...
|
| RichTextBox Line at cursor question | 13 Feb 2006 20:28 GMT | 3 |
If a user clicks into a RichTextBox, how can I get that entire line where the click occured? Goal: If *line* is a path\filename, I want to open it in my own personal display viewer. After pulling hair trying, unsuccessfully, to
|
| How to check if a string is in a valid DateTime format? | 13 Feb 2006 19:31 GMT | 3 |
Hello, guys, what is the easiest way to check if a string is in a valid DateTime format or not in C#.net? Thanks.
|
| DateTimePicker in VS2005 | 13 Feb 2006 15:47 GMT | 2 |
When I drop a standard DateTimePicker onto a form in VS2005 it displays in a Flat XP-style, even though it does not appear to have any properties relating to this. But when the application runs, it reverts to the old 3D look. What do I have to do to retain the Flat look?
|
| Setting properties by name | 13 Feb 2006 14:36 GMT | 8 |
I would like to write a method that allows me to pass a reference to an instance of a class, the name of a property of that class and a value to set that property to, the method would then set the property of the instance to the value here is an example of what the method might ...
|
| System.Reflection.ReflectionTypeLoadException in Windows Service | 13 Feb 2006 12:42 GMT | 1 |
I'm experiencing this exception while attempting to examine the public types on my assembly DLL. Here is the code: Dim objType As Type Dim objDLL As Assembly
|
| DataGridViewDataErrorEventArgs ? | 13 Feb 2006 01:59 GMT | 3 |
For the "DataError" event of the DataGridView I would like to catch the "ConstraintException" when there is an error but I havent figure it out how to do it with e.Exception of DataGridViewDataErrorEventArgs. Thanks in advanced for any help,
|
| Filling a treeview | 12 Feb 2006 21:06 GMT | 3 |
Hope you can help me out. I want to fill a treeview in VB.Net with values from a table out a database. The table has the following contents:
|
| VisualStyleRenderer and Office 2003 colors | 12 Feb 2006 10:52 GMT | 1 |
All - (*) Is it possible to get the gradient colors that Office 2003 uses for its toolbar, programmatically? For instance Outlook 2003's toolbar under Blue, has a Horizontal Gradient
|
| Problem with Custom Control in Building it when the same is used in a new windows project solution | 11 Feb 2006 12:46 GMT | 1 |
I have created a custom control. I am using this control in a new windows solution-Project after adding the dll from custom control project's bin directory to the toolbox. this works ok for the first time. when I try to do changes in custom
|
| Embedding font | 11 Feb 2006 12:43 GMT | 1 |
I am using a font which is not part of the windows font library for my vb.net windows form controls. When I distribute this application do I also need to distribute the font or is there any way I can embed the font to it like we embedd image
|