| Thread | Last Post | Replies |
|
| Initial value in a combobox in a datagridview | 31 Oct 2007 10:25 GMT | 2 |
Hi I have a datagrid that I have filled with data from a dataset with more tables and the proper relationships between the tables. One of the cells in the grid is a combo that contains a list of possible values for that cell.
|
| Databinding to Listcontrol shows the name of the class and not the property | 30 Oct 2007 08:25 GMT | 1 |
I have a list Control to which I am binding an array of custom objects. Say the custom object is ClassA. ClassA has a property XYZ. The property XYZ is of type ClassB. ClassB has a member called "Name". Now I want the "Name" to appear in the display of the List Control. If I set the ...
|
| Caret Position in Text box | 29 Oct 2007 17:21 GMT | 2 |
Is there a way to always get the actual caret position in a multi-line text box? Using SelectionStart will not work when pressing Shift+Down or Shift+Right - in that case the caret position is SelectionStart + SelectionLength. When pressing Shift+Up or Shift+Left, the caret ...
|
| Develop web update for application | 29 Oct 2007 07:59 GMT | 1 |
is there any way to develop automatic check for new release of my application. So when i start my application i want to check for new version on server and if there is one i want to download that version and run it.
|
| Datagrid Multiselection problem | 29 Oct 2007 05:53 GMT | 4 |
Hi, Can someone tell me how do I disable the multiselection of datagrid on windows forms. I want to stop multiselection of Datagrid when user is pressing the
|
| User Control - capturing Enter Key | 28 Oct 2007 16:01 GMT | 1 |
I have a usercontrol, which contains a textbox (as well as other controls). The textbox is set for multiline, so it *should* accept an Enter Key to move down to the next line. However, I'm finding that if I put the control onto a form which has a
|
| When loaded into a browser, what kind of "control" is Acrobat? | 26 Oct 2007 12:37 GMT | 4 |
So, I'm not really sure where to post this, but I'll start here. If you open a pdf file from a browser, and you have Adobe's Acrobat on your machine, the file is opened within an instance of Acrobat loaded into the browser. Now I assume that the browser actually uses a control ...
|
| treeview checkbox question | 25 Oct 2007 23:06 GMT | 6 |
Environment: vb.net 2.0 (2005) in Visual Studio 2005 on Windows XP latest service pack I think this will be simple enough: My treeview has about 6 root nodes, and each root node has about 5 child
|
| DateTimePicker Background Color in Vista | 25 Oct 2007 12:45 GMT | 6 |
I have previously used this fix for making the background color of a DateTimePicker work: http://dotnet.mvps.org/dotnet/faqs/?id=datetimepickerbackcolor&lang=en This fix does not work in Windows Vista and this is causing me problems.
|
| combobox dropdown header | 25 Oct 2007 11:23 GMT | 3 |
I have written a owner-drawn combo box, but I'm having trouble with the column headers. I have inserted a dummy object to use to draw my header, but this has caused side effects such as valid index starts now at 1 instead of 0, also, if the user chooses to not use the header, I ...
|
| Control.Focus() vs Select() | 23 Oct 2007 19:47 GMT | 2 |
Can anyone explain the differences between a control's Focus() and Select() methods? The documentation says that Focus: "is a low-level method intended primarily for custom control authors.
|
| WebBrowser Control doesn't resize automatically | 22 Oct 2007 23:17 GMT | 2 |
WebBrowser control in VS 2005 doesn't resize automatically when JavaScript or Web page code tries to resize the browser. I could not at least find an event to be notified that the browser needs to resize. If I add Microsoft Web Browser control via tool box using COM components
|
| UserControl hosting RichTextBox control doesn't work correctly in MFC dialog | 22 Oct 2007 09:12 GMT | 8 |
BlankAll I have created a UserControl that hosts a RichTextBox control. The RichTextBox control has the multiline property set to true. When I run this and use the TestContainer, I am able to type and using the enter key allows the multiline feature to work correctly. I use the ...
|
| Auto generated context menu for TextBox | 22 Oct 2007 09:09 GMT | 2 |
I have a problem with the paste option in the auto generated context menu for a TextBox. When the textbox is readonly I do not want the option Paste to be enabled. Copy should be the only choice active. This happens with XP. When I test it with Vista the Paste option is disabled ...
|
| animated xp style tree control | 20 Oct 2007 14:24 GMT | 1 |
I need to code tree control on windows forms which has an appearance as given in the link. http://deluxe-tree.com/data-samples/tree-menuxp2.html There is a slight variation that I need to add in the tree control. The
|