| Thread | Last Post | Replies |
|
| How to restart Windows Explorer using Programme | 03 Aug 2007 11:09 GMT | 3 |
I need to re-start the windows explorer programmatically. How can I restart Windows Explorer using programmatically? Thank you
|
| ReadOnly property according to M$ | 03 Aug 2007 03:26 GMT | 10 |
Set NumericUpDown ReadOnly property to true. Click the Up or Down arrow and watch. Well, so ReadOnly applies to keyboard only. Wrong, press Up or Down keys and watch.
|
| Debugging method called from BeginInvoke(...) - Locks debugger, aborts thread | 02 Aug 2007 23:26 GMT | 5 |
Good Morning, I am having an interesting problem. I am calling a method on a form asynchronously through a delegate. In this case a loop to update a progress bar:
|
| Binding a DataGridView | 02 Aug 2007 16:24 GMT | 2 |
I'm using a List(of T) as the DataSource for a DataGridView. The list is a list of objects for which I wrote the class. The headers in the DataGridView are the names of the properties of the class, and the DataGridView columns appear in some apparent random order (if not random ...
|
| Localization and resource management through XML files | 02 Aug 2007 10:41 GMT | 2 |
I would like to do Localization in a sepearate way. I need to keep all the localized strings in XML files.For each culture there will be a seperate xml resource file. This files will be kept serialized. There will be a seperate Class file (Eg. LocalizationMAnager) to manage these ...
|
| Localisation of Resources.resx | 02 Aug 2007 08:28 GMT | 6 |
I'd like to know is there a resource editor one could use to create another localised version of Resources.resx? Winres.exe does not work. It reports tons of errors when I try to open the resource file with it.
|
| windows xp service pack2 | 02 Aug 2007 05:16 GMT | 1 |
Im having a problem installing this sevice pack on my windows xp home edition computer. the error message that im recieving is acess denied can any one help me to understand why im recieving this.
|
| Changing ProductName in Setup Package | 02 Aug 2007 01:20 GMT | 3 |
I created a setup package, through the wizard, and realized I didn't like the form of the ProductName. Where can I find the place to change the ProductName property?
|
| How to get values in DataGridViewComboBoxColumn | 01 Aug 2007 13:18 GMT | 1 |
I have a DataGridViewComboBoxColumn created at runtime and bind the data with datasource. How can I get display member when I want to retrieve data from datasource.
|
| programatically access property of a control placed on a windows f | 01 Aug 2007 11:14 GMT | 1 |
I want to programmatically access property of a control placed on a windows form which is not a part of my application. Other application might have already launched and a form is opened. I just want to access properties of a control based on name of the control.
|
| static or instance methods (performance) | 01 Aug 2007 09:15 GMT | 3 |
static class methods are shared, but even though i dont use them, they will still occupy memory ? how much memory? is static methods better than instance methods? thanks,
|
| Image control | 01 Aug 2007 02:12 GMT | 4 |
I need to have a control that I can place on a form that I can view an Image. But here's the catch, I need to view the entire image (no matter the size) in a 400x400 pixel object. Also, I need to be able to to enlarge and shrink the image in the same viewable area. Is there ...
|