| Thread | Last Post | Replies |
|
| Problem with ComboBox | 03 Sep 2004 13:12 GMT | 1 |
I’m experience a problem with a combo at VB .NET. I’m developing a window application and I’m using a combobox. I’m populating the combo with a dataset. I set its ValueMenber and DisplayMenber, and the selectedindex to -1. The dropdownstyle is set to
|
| How to change the backcolor of MainMenu | 03 Sep 2004 10:02 GMT | 1 |
Is it possible to change the backcolor of a MainMenu I have tried using the handle property of the inherited Menu class using it as a parameter for the win32 api function SetMenuInfo, but it didn't work Any help Thx in advance, Marc
|
| Datagrid Column merge | 03 Sep 2004 08:23 GMT | 1 |
G'day Folks, One form in my app has a datagrid with multiple columns, 3 of which i want to merge. I have been unable to obtain any information on merging datagrid columns, is this possible ?... or do i have to merge prior to binding with
|
| AutoScroll property | 03 Sep 2004 07:56 GMT | 1 |
I have a very long Form whose AutoScroll property is set to true. The user can easily scroll vertically through the form. The problem is that as the user drags the scroll marker up and down, the form doesn't actually scroll. Instead, the user must release the mouse button before ...
|
| Show Blank value in Combo Box | 03 Sep 2004 07:41 GMT | 3 |
I need to display a blank value as well as other values. I do not want to alter any current records but just be able to display this blank value amongst the list. I have not been able to figure out how to do this in a combo box. Any help
|
| where is ip address control? | 03 Sep 2004 06:56 GMT | 1 |
in vs.net 2003, a vc.net project, i want to add a ip address control on my form,but i can't find it.where is it?
|
| ScrollBar In LidtView Detail | 03 Sep 2004 06:52 GMT | 2 |
Hello, Everybody! I have problem in myListView control, inherited from ListView Class I try to calculate width of some Column in LisrView (Detail) when after resizing.
|
| Make mp3 player by vb.net | 03 Sep 2004 06:52 GMT | 1 |
Dear all, I want to make a mp3 player by vb.net, could anyone give me some idea? Thank in advance
|
| remove combox 3d border | 03 Sep 2004 02:25 GMT | 1 |
How can I remove the 3d border of a combobox on a windows form. even on a box using xp style it is painting with a 3d border. it does not seem to have a BorderStyle property. could I do this by overriding OnPaint at all?
|
| ClickOnce Provider | 03 Sep 2004 01:41 GMT | 2 |
Ok, I ran into this problem also ;-( http://weblogs.asp.net/klaus.aschenbrenner/archive/2004/08/25/220475.aspx Instead of un-installing / reinstalling or using mageui ... does anyone know what registry setting is used so I can just have clickonce pick the info up
|
| how to add button column in Datagrid | 02 Sep 2004 23:49 GMT | 3 |
Hello everyone, I was wondering if I can extend the Windows Forms Datagrid to add my own ButtonColumn (like in ASP.NET Datagrid). I also would like to add my own Formatted Text box column. Is it possible to extend the current Datagrid to
|
| Form Activation | 02 Sep 2004 23:45 GMT | 2 |
I am currently involved in .Net windows form application, but in an uncommon way. The application has a main windows form which displays a title panel on top and several navigation buttons at bottom. Whenever a button is clicked,
|
| Running with XP-Style | 02 Sep 2004 23:36 GMT | 3 |
In MSDN the topic "Add the Manifest to the Executable File" under "Using Windows XP Visual Styles With Controls on Windows Forms" explains how to add the manifest resource to the executable after it's been built.
|
| TextBox carret not placed correctly | 02 Sep 2004 22:11 GMT | 1 |
When a user clicks a TextBox on a modal form, the caret immediately moves to the clicked location within the existing text. On a non-modal form, the user's TextBox click sets the focus appropriately, but fails to set the caret. How do I correct this behavior? When the user ...
|
| Inherits TextBox and then? | 02 Sep 2004 16:56 GMT | 2 |
I have inherit a class from TextBox. In my class I do some stuff. But how can I get my class to a form? Placing a normal TextBox and changing TextBox to MyTextBox will not work. The box disappears from the form. What must I do?
|