| Thread | Last Post | Replies |
|
| On PocketPC, how to set default selection in combobox? | 27 Mar 2006 15:19 GMT | 1 |
For comboBox control used in pocketPC, which property I can use to set the default selection to one of the "Items"? thanks, amy
|
| 2 Column DataGrid | 27 Mar 2006 06:02 GMT | 1 |
Hi, I'd like to find out if I want to do something like the Properties tab of Visual Studio, how can I do it? I want to do a 2 column table: 1st column contains the attributes of something taken from a table from my database, while 2nd column will allow the user to key in the ...
|
| On PocketPC, how to change "x" (i.e. Close) button to "OK" button. | 27 Mar 2006 04:49 GMT | 2 |
On PocketPC 2003, I'd like to change a Form's default "x" button on the upper-right corner to an "ok" button. How can I do that? thanks,
|
| Looking for control or project just like adobe premiere timeline editor control | 27 Mar 2006 04:17 GMT | 1 |
I am try to implementation a X file timeline editor control just like the adoble premiere timeline editor. does anyone know any similiar control or project available that I can use as my start point? Many thansk,
|
| On PocketPC, how to create a menu-selection list under MainMenu | 27 Mar 2006 03:39 GMT | 4 |
For PocketPC 2003, is there a pre-existing control I can use to create a selection list within a menu? For example, if I have a menu called "Zoom" which has 3 submenu selections (e.g. 50%, 100%, 150%). If the current selection is "100%", when a user selects "50%", "100%" is ...
|
| Problem adding items to combobox | 24 Mar 2006 23:45 GMT | 3 |
This is driving me crazy, but I can't see what I'm doing wrong. I have a form (frmMain) with a combobox. I add items to it, but they don't show up. That is, when I drop down the list there is nothing in there. I don't get any error messages. The code is:
|
| TreeView: Descending memory - TreeNodeCollection.Clear() | 24 Mar 2006 21:51 GMT | 1 |
Hello Ng, I´ve a node with about 1000 child nodes. My thought, was to release memory by using 'Clear' method of node collection, but it seems that this takes no effect to memory.
|
| Which Report module? Is my understanding correct rdl, and rdlc files | 24 Mar 2006 19:56 GMT | 5 |
I'm hoping someone can shed some light on my confusion.. I am using vs2005 and I am trying to make use of some existing reports within my application. the problem is that the existing reports within my application are access reports and my application is c# SQL Server 2000 based ...
|
| Implement tablename property in CustomControl | 24 Mar 2006 17:27 GMT | 2 |
I would like to know which is the best way to have a custom property in a control that could be set at design-time from a dynamic list. Something like EnumType but set when a change occurred to another property value.
|
| DataGridView (.net 2.0) change mouse cursor over cell | 24 Mar 2006 17:15 GMT | 2 |
I am creating a custom datagridview control with an unbound column containing an image. I want to be able to change the mouse cursor when it is over the image (to a hand cursor). How would I accomplish this? What object do I act on?
|
| design-mode, runtime | 23 Mar 2006 17:20 GMT | 6 |
Hi to everybody, I have a problem detecting design time / runtime mode. Is there a certain way to detect it from any part of the code? Indeed, my problem is related to some controls, and there is some
|
| MHT files and WebBrowser Control | 23 Mar 2006 07:21 GMT | 1 |
I'm trying to load an MHT file to a WebBrowser control from a stream. If I use the Navigate method, there's no problem. However, if I use the DocumentStream property it doesn't load correctly. Is there any way to load it directly from a stream, without saving a
|
| setting particular cell's backcolor in windows datagrid | 21 Mar 2006 08:02 GMT | 2 |
i need help in setting a particular cell's backcolor in windows datagrid. thanks in advance.. Thiru.S
|
| Adding Windows Forms & Controls at Runtime | 20 Mar 2006 20:58 GMT | 7 |
I'm using VS2005 and adding a form together with some controls at runtime. I have been able to create the form and add the forms but I don't can't seem to create the subroutine that will respond to a buttton click event on the form during executing. Are there any examples to ...
|
| How to set the client area in my custom control? | 19 Mar 2006 18:58 GMT | 5 |
I am developing my first custom control for Windows Forms. It is basically a container that draws a special border around its contents. How do I change the bounds of the client area my users will see? For them, I want client 0,0 to be inside the border. TIA.
|