| Thread | Last Post | Replies |
|
| WinForm App seems to prevent logoff and shutdown | 05 Jan 2007 10:39 GMT | 2 |
I wrote a small winform app that is designed to launch at startup and be accessed via a system tray icon (notify icon). The application is fairly small and simple ... it connects to a database and moves files around the local network.
|
| top of datagrid is hidden by binding navigator | 04 Jan 2007 14:18 GMT | 1 |
I have the docking property of a datagrid set to fill and the docking property of the binding navigator set to top. At runtime, the top of the datagrid is hidden by the tool bar as opposed to stopping at the bottom margin of the binding navigator as expected. Are there properties ...
|
| Listbox Question | 03 Jan 2007 17:52 GMT | 1 |
class Person { int id; string name; string description
|
| Custom headers in ListView 1.1? | 03 Jan 2007 17:34 GMT | 1 |
Is it possible to draw my own column headers in 1.1? If so, can someone bootstrap me with some sample code or link me to an example? TIA Jared
|
| Localizing column headers | 03 Jan 2007 16:24 GMT | 1 |
Hi group, I have a problem with the datagridview component. I use a BindingSource and BindingList<T> to databind my collection of business objects to the DataGridView. The databinding uses the property
|
| Execute command | 03 Jan 2007 15:19 GMT | 2 |
can anyone tell me how can I execute an external command such as dos command through my windows application which is built in C#. VB has the "Shell(...)" function but I couldn't find something like this in C#.
|
| TextBox OnPaint override issues | 03 Jan 2007 11:41 GMT | 3 |
Hi, I'm a little confused regarding the OnPaint override for a textbox (code to follow). I have a tiny test class which inherits from TextBox and overrides OnPaint. However OnPaint in my derived class is never called. Could someone be so kind as to explain where I'm going wrong?
|
| Is BITS is XP specific? | 03 Jan 2007 11:24 GMT | 1 |
Background Intelligent Transfer Service (BITS) is used to for automatic update. I would like to know whether it is Win XP specific? Kindly reply.
|
| Glitchy ListView control | 03 Jan 2007 11:16 GMT | 2 |
I'm having trouble with the ListView control, which seems to size and position its child items incorrectly under certain circumstances. Specifically, when I recreate its ImageList, using a dynamically created set of images (from pixel data in memory), items are actually
|
| Getting top level window icons | 02 Jan 2007 23:24 GMT | 1 |
I posted this in c#, but thought it might be better in this group... I would like to do something similar to Task Manager's Application tab, but i would also like to do this for all windows that are top-level (whether they are visible or not).
|
| NotifyIcon in a form | 02 Jan 2007 11:25 GMT | 2 |
Hi; I want a NotifyIcon type behavior but I want it in my form pointing to a radio button if the user selects it. Basically if they select 1 radio button I want to pop up a message saying they better know what they are doing if
|