| Thread | Last Post | Replies |
|
| Shortcut keys are not displaying | 23 Sep 2005 13:56 GMT | 7 |
In my window application i used shortcut keys for my controls. Until press Alt, the shortcut keys are not displaying. Can any one help me out. Regards
|
| How can I identify the thread where the main form is running? | 23 Sep 2005 12:47 GMT | 2 |
I need to Identify the thread (or context) where the main form is running, so if the current thread is this thread, call BeginInvoke.. The idea is: I need to Open a DbConnection and launch a query, but when the query finish,
|
| auto tab from textbox | 22 Sep 2005 22:12 GMT | 3 |
Is there a good way to automatically tab to the next control when the user has typed in the max characters into a textbox? The idea is to flow from one text box to another without the user having to use their mouse or tab key.
|
| UserControl in an app in design time | 22 Sep 2005 09:58 GMT | 1 |
In Design time can I create a UserControl and then drag that UserControl to one of the forms of the application ? How ? After I try to do this, then cannot drag that control after full generation of solution. If not, then it means that only solution is that I have to create a ...
|
| WebForm_DoCallback is not defined | 22 Sep 2005 08:03 GMT | 1 |
I try to programm a webcontrol, which uses remote-scripting. Therefore I implemented the ICallbackEventHandler interface. I Registered the JavaScript-File as embeded Resource in the OnPreRender method.
|
| Multiple columns in a combobox dropdown list | 21 Sep 2005 18:47 GMT | 2 |
Does anyone know of a way to display multiple columns in a ComboBox dropdown list? I found one solution at http://www.codeproject.com/vb/net/ControlsTest.asp, but the listbox that it uses (in place of the combo's dropdown list) is not fully visible past the
|
| If Docked left, Height cannot be modifed | 21 Sep 2005 12:07 GMT | 1 |
After many hours troubleshooting a problem, I found that the problem lies in Docking a Panel. If my panel1.Dock = System.Windows.Forms.DockStyle.Left, the panel height cannot be modified programmatically anymore. Is this a feature? If yes, why?
|
| Text invisible at time in Dropdown | 21 Sep 2005 12:06 GMT | 1 |
In our windowsForm application, we use drop down boxes in many places. At times, when the user clicks on the drop-down box, no text is visible, but as the user moves cursor down, the correct text is shown as selected. Very strangely this happens certain times but at other times ...
|
| Best practice regarding localization without satelite assemblies | 21 Sep 2005 10:26 GMT | 2 |
I am wondering how to best perform localization without using satelite assemblies. Globalization would of course also be nice. I don't think the application will reach _that_ great an audience, but I might as well be prepared for it.
|
| ListView LargeIcon View problem | 21 Sep 2005 09:37 GMT | 2 |
I am trying to display a bunch of thumbnails of images in a listview control. I set the View to LargeIcon and set the LargeImageList property. But the icon displayed is pretty small. I changed the View to SmallIcon and set the SmallImageList to the same ImageList I used in LargeIcon ...
|
| Chart | 21 Sep 2005 09:17 GMT | 2 |
Where can I find Chart control with source for C# or VB. thanks mario
|
| Referring to a Control made during Run Time | 20 Sep 2005 22:09 GMT | 1 |
I asked this earlier but i'm not sure if i phrased it correctly. I have downloaded and used ZoomPicBox from BobPowel, and i create this control during run time. During Run time the name of the control becomes ZoomPicBox & i, i being
|
| Error using custom control in the Designer | 20 Sep 2005 20:11 GMT | 1 |
I've got a custom control called LabeledLine. It's a very simple control as this is the first one I've ever done. It works perfectly save for the fact that when I use it in the designer and try to run the project, I get the following error:
|
| how to get the number of milliseconds between two System.DateTime objects | 20 Sep 2005 06:41 GMT | 1 |
how to get the number of milliseconds between two System.DateTime objects
|
| How to get the Active MDIchild form.. | 19 Sep 2005 18:05 GMT | 1 |
Hai, I am creating MDI Application which uses Docking, Actually I downloaded this project and implemented in my application. But i cannot able to get the Active Mdi child which returns null. Help me What i have to do
|