| Thread | Last Post | Replies |
|
| Checking for null icon | 16 Mar 2007 12:01 GMT | 7 |
If I create a form, not supplying an icon, if I get the value of the Icon property I get the default icon back (even though no icon is being displayed in the form). How can I determine whether the icon is set in a form or not? I have been trying using PInvoke with Win32 APIs with ...
|
| TabControl/TabPage | 15 Mar 2007 20:39 GMT | 3 |
Is there a way to make a TabPages tab Not visible (other than removing the TabPage) or does anyone know of a third part control that allows this? Thanks, Db
|
| SMART CLIENT save architecture | 15 Mar 2007 20:14 GMT | 2 |
We have a smart client but we have some difficulties with saving our business objects. We would like to have one save method on the client side. But our problem is that we can't find a good method to find out wathever we should do an insert or an update on our server side.
|
| What is the accelerator key, shortcut key and hot key? | 15 Mar 2007 14:58 GMT | 1 |
What is the accelerator key, shortcut key, hot key and mnemonic key on a form? I'm confused by these concept, who can explain them? If I have a "&Open Ctrl + O" menu item and a button, whose text is
|
| Assigning Default value to Enum Variable | 14 Mar 2007 23:15 GMT | 2 |
i was working with Enum and one Question strike, i thought it would be good idea to ask more experience guys around. the scenerio is like this : [System.ComponentModel.DefaultValue(check.None)]
|
| How to change form language (in code) | 14 Mar 2007 19:53 GMT | 1 |
I'm trying to make a multilanguage application. I manage to create the forms resource files for each language and to read them (rm.GetString("Label1.Text", pCultureInfo)), but I need to change all objects after changing pCultureInfo.
|
| ListBox SelectedValueChanged Event Anomaly!!!! | 14 Mar 2007 16:20 GMT | 2 |
someone brought to my notice sometime ago that the SelectedValueChanged and SelectedIndexChanged event acts slightly wierd. Firstly ,the events fire even if you click/select the currently
|
| TreeView AfterSelect not fired | 14 Mar 2007 15:40 GMT | 2 |
VS2003, C#. I have a user control that has a TreeView. Depending on user role (rights) this TreeView can be either visible or invisible.
|
| Urgent...Help me.. | 14 Mar 2007 15:16 GMT | 5 |
Thank you for your help in Advance. I have have string " hellow world " In this this i need to have different font for "hellow" and different font for "world" . Leater i would assing
|
| Binding custom objects | 14 Mar 2007 15:06 GMT | 2 |
I got a problem with binding custom objects to the controls. Let's say we have 2 objects: obj1 and obj2. In my case DataGrid column is bound to the obj1 and ComboBox in that column is bound to the collection of obj2 and has its ValueMember as Guid and DisplayMember as string from ...
|
| Image transfer to another machin | 14 Mar 2007 13:20 GMT | 1 |
I am programatically capturing image and then transfering it to another machine. but the size of image depends on the screen resolution. I want to keep the size of image very small and still it should also maintaine it's clairity so
|
| OutOfMemoryException when using a datagridview in a panel | 14 Mar 2007 10:06 GMT | 1 |
I am using .NET 2.0 and a datagridview in panel. The datagridview is bound to a datatable which is populated through a database. The first column should be a combobox column. The combobox column has a datasource which is another datatable so an integer is
|
| passing values | 13 Mar 2007 23:04 GMT | 1 |
Hai dear all,. How can i capture child form close event in parent form in c# 2005, I'll make it some more clear , I have one master form with 40 text boxes, and one 'search' button , in the search button im calling child
|
| Data communication between winforms of two different applications | 13 Mar 2007 23:02 GMT | 4 |
If i want to excahnge data between my application and WM 5.0 Native SMS application.How can i do that? i.e sending data from my application to the Windows mobile Native application such as SMS or phonebook .... and receive some data from Native SMS application. I have taken SMS ...
|
| TreeView Node Color | 13 Mar 2007 22:57 GMT | 5 |
I'm a newbie to C#. I was wondering how I can change the individual color of nodes in my TreeView control which I'm using to read in an XML file. Any ideas? Thanks!
|