| Thread | Last Post | Replies |
|
| Random AccessViolationException from TextBox control | 31 May 2006 22:09 GMT | 4 |
We upgraded our application from .NET 1.1 to .NET 2.0. Now we get random AccessViolationException when we open up different forms. I've personally seen the error occur on at least three different forms, but there could be more because our QA team says they see the error often. ...
|
| ListView Context Menu Problem | 31 May 2006 19:51 GMT | 2 |
I wrote some code that implements a context menu in a lsitview (see bellow for code snip). It works but not quite like I want it: If I click on an item, it shows the context menu. While the context menu is displayed, I click on a second different item. The menu disapears but
|
| Detect when a drag drop has finished. | 31 May 2006 13:10 GMT | 2 |
After calling DoDragDrop for a control, is there a way of knowing when the action finished regardless of whether the drop was cancelled(escape button clicked or Mouse released) or released over an object that wouldn't except it.
|
| List of controls in application | 31 May 2006 02:41 GMT | 3 |
I want to get a list from all controls in my Windows Forms application. Is there any way to get this information, for example, from the .EXE file? Thanks in advance for any help given. Regards,
|
| .Net 2.0 WebBrowser Control | 30 May 2006 20:54 GMT | 2 |
I am using a webBrowser control in my application. (vs.2005 vb.net) You know, that some links opens another window (normal IE) this i want to prevent Using the NewWindow event i can tell if the click link want to opens a new
|
| How to handle click event of Datetimepicker when i click up-down control??? | 30 May 2006 13:05 GMT | 4 |
How to handle click event of Datetimepicker when i click up-down control??? when i have a datetimepicker control and set properties like below: format = custom
|
| HOw to use a C# windows control in vb 6 ?? | 29 May 2006 13:40 GMT | 4 |
i have created a new c# custom control . if i want to use this control to my VB projects , what are the steps i must do ? can anyone let me know what are the things i must do step by step ?
|
| ListView hosted by ToolStripControlHost | 29 May 2006 09:37 GMT | 1 |
I need to use a control, MyListView which inherits from ListView, and hosted by ToolStripControlHost for using as a ToolStripItem in a ToolStripDropDownButton in a ToolStrip (puh! long, difficult sentence).
|
| how to prevent dropdown of combobox using a windows message? | 27 May 2006 12:54 GMT | 1 |
How do i prevent the "default" dropdown listbox from being displayed by trapping a windows message. WM_ctlcolorlistbox is called once the box is created... but how do i prevent it from being created and instead display my own popup.
|
| How to round corners of form? | 27 May 2006 11:25 GMT | 1 |
I need to round the upper left corner of my form using c# could someone post the code to do this.
|
| BackColor of a label ( PocketPC) | 26 May 2006 23:59 GMT | 1 |
when I set a label.backcolor - attribut to a user-defined color in the property-window, the new label-color changes in the designview, but in the property-window the value of the color don't change. If I run the program, there is also no change of the color in the form. It
|
| Deleting the children of your parent in a treeview | 26 May 2006 18:56 GMT | 2 |
Got a strange bug. My code is as follows: MyFunc(TreeNode t, string[] data) { TreeNode parent = t.Parent;
|
| Does an MS Word control exist? | 26 May 2006 03:55 GMT | 2 |
I'm basically looking for a MS Word control that I can embed on a form and load and save documents from. Is there one? If not, what have others done when wanting to edit word documents straight from there app?
|
| How to iterate through TextBoxes collection in C# | 25 May 2006 14:57 GMT | 2 |
I have a form with a tab control and four tab pages. On each tab page are several text boxes. I would like to iterate through the text boxes as a collection (in C#). I've tried several approaches and none have worked. For example: foreach (TextBox t in frm.Controls) gives me ...
|
| PropertyGrid::Refresh() updates PropertyDescriptors, but not values | 24 May 2006 19:27 GMT | 1 |
I hope somebody can help. I'm getting very strange behavior from the PropertyGrid. The situation: I have an object with an ICustomTypeDescriptor interface. At runtime, it creats a collection of PropertyDescriptors. If certain proprties
|