| Thread | Last Post | Replies |
|
| (Urgent)Regarding : STAThreadAttribute | 26 Sep 2003 10:16 GMT | 2 |
I want to copy a Image to the clipboard. When i try to do so following exception occurs : "The current thread must set to Single Thread Apartment (STA) mode before OLE calls can be made. Ensure that your Main function has
|
| Fix column size in Listview | 26 Sep 2003 08:01 GMT | 2 |
I want to fix-size column in listview. How can solve this problem. Please help me. Thank in advance! Nang
|
| how to open a Word document from .NET | 26 Sep 2003 05:48 GMT | 11 |
I have a solution with a win form project and an office project. I wannt to open word from my win form application. Any idea??? Albert
|
| Tab Control with Combo Box | 26 Sep 2003 04:28 GMT | 2 |
I have a windows form that contains a tab control. On one of the tabs I have a combo box bound to a datatable. When I first enter the tab I initialize the selectedindex of the combobox to -1. I then type text into the combo
|
| Designing controls | 26 Sep 2003 03:46 GMT | 1 |
I need a control like the one in an Excel worksheet. I want to write one myself. Which way is it better to go: 1. Draw all cells by hand on a lets say UserControl, do hit testing, scrolling and all by myself-lots of work but
|
| inputbox for C# | 25 Sep 2003 22:10 GMT | 4 |
Just wondering if there is an equivelant available to C# for quick string input. I am NOT using vb.net so i cant use that version. TIA,
|
| Preventing deletion of certain characters | 25 Sep 2003 22:03 GMT | 2 |
In a textbox control, how can you prevent the deletion of certain characters? For example, a user shouldn't be able to delete the backslash "/" character but can delete other characters. Thanks a lot :)
|
| Floating window makes parent flicker... | 25 Sep 2003 22:00 GMT | 2 |
Hi, I have the following problem: I designed a control that acts similar to a combo box by dropping a small window on click with some content. The control has a private member of type ContainerPanel, which is a type I
|
| Change Graph Line Colors at Runtime? | 25 Sep 2003 21:58 GMT | 1 |
Using Crystal Reports 9 RDC, VS Studio 2003, C#, Client/Server Application with Windows Forms. Is it possible to change the graph line colors in a chart at runtime? If so, does anyone have sample code for C#? Thanks in advance!
|
| Setting ListView Focused Color | 25 Sep 2003 21:57 GMT | 1 |
I am managing colors in my list view and setting the entire row to a given color. If I select a row and then click in an area that does not have a row, my previously selected row draws as white because it still has the focus. There are too many scenarios that I would have to reset ...
|
| Menu.MenuItemCollection | 25 Sep 2003 20:42 GMT | 2 |
I've added the System.Windows.Form.dll as a reference. When I try to locate Menu.MenuItemCollection in the object browser I can't find it or when coding at design time! Am I missing something. Any help is appreciated.
|
| Process -> MainWindowHandle always coming back as 0??? | 25 Sep 2003 20:32 GMT | 1 |
I'm using a mutex to ensure only 1 instance of my app is created. It works fine. If an instance of my app IS already running, I want to use the following code to bring the window to the foreground. BUT, the MainWindowHandle is
|
| Layout problem - Mainmenu + toolbar + a "filled" control | 25 Sep 2003 18:30 GMT | 2 |
I have a form that has a main menu (dock: top) and a tookbar (dock: top) I tried to insert a control that is (dock: fill) I found that the toolbar actually 'covered' the top of the 'filled' control....
|
| Control tips | 25 Sep 2003 17:45 GMT | 5 |
I think I must be going mad. This has to be included in .Net and I just can't find it. Controls on a windows form. How do I get explanatory text to display when the user hovers the mouse over a control? (i.e. the stuff that Access calls control tips)
|
| Getting data from a datagrid | 25 Sep 2003 16:46 GMT | 1 |
I have a bound datagrid called dgjobs that is bound to a dataset called dsjobs using the following code. Me.dgJobs.DataSource = dsJobs.Tables!Jobs cm = CType(Me.BindingContext(dsJobs.Tables!jobs),
|