| Thread | Last Post | Replies |
|
| Form serialization | 29 Sep 2008 13:03 GMT | 3 |
I'm looking for an example demonstrating a form and its controls (like radio buttons and list boxes)serialization. can someone direct me please? Regards
|
| Extending TableLayoutPane & GUI resizing of rows\columns | 26 Sep 2008 07:17 GMT | 2 |
i am Inheriting from TableLayoutPane with a designer that inherits from ParentControlDesigner .i would like to allow the user to resize the columns and rows .All rows and columns SizeType = SizeType.Absolute
|
| Exracting characters from string | 19 Sep 2008 11:14 GMT | 1 |
Hi guys; I am new to C#. I have a string for example: 1,2,3,6,7,8 and I need to parse this string into something like that: 1-3,
|
| Control overlaid when resizing form | 16 Sep 2008 20:51 GMT | 1 |
VS 2008, C#, .NET 3.5. I'm maintaining code - a form that has numerous controls, including a text box on the left side and a check box on the right side. The text box is anchored Top/Left, and the check box is anchored Top/Right. When the form
|
| TextBox DataBinding issue | 16 Sep 2008 13:15 GMT | 1 |
I am have problems binding textboxes to a custom object data source. I am posting the code below and if any one can give a clue of where i am going wrong, i would really appreciate it. The class that I am trying to bind to is
|
| tooltip caption | 15 Sep 2008 16:51 GMT | 4 |
Anyone know of a way to access a tooltip's caption property directly? I'd like to append a value to the existing caption. I have a validation object and I'm using its details to set the tooltip property of a textbox:
|
| Creating a 3D control | 10 Sep 2008 15:42 GMT | 2 |
I need to create an interactive winforms control that should display 3D objects. Not only should it display them, but also it needs to intercept mouse clicks and know what object was clicked on. I'm a newbie in the control making and I don't know which API should I use
|
| Checkbox and textbox | 09 Sep 2008 15:05 GMT | 1 |
I am a newbie in C#. I have a public struct TestType {
|
| Button Control Event | 08 Sep 2008 18:03 GMT | 2 |
I have a button control click event. Within the button control event I am establishing a variable based on a calculation. Say for example, int someVariable = 25. What do I need to do to make this variable available within another button control event? I am really at a loss with ...
|
| Getting ComboBox to act like an TextBox | 08 Sep 2008 13:38 GMT | 3 |
The form had a TextBox on it, but now this text box needs to be able to turn into a list control showing previous entries. From what I understand, this is the role of a CombBox. The problem is that when the user double clicks on another control, text needs to be "pasted"
|
| HOWTO: get TextBox functionality out of the ComboBox ’s edit control | 08 Sep 2008 13:33 GMT | 1 |
I am looking for some more advanced functionality out of a ComboBox control. Currently a TextBox control is being used to gather text, but now things need to be enhanced so that a history of previously entered values can be selected.
|
| Application StartupPath | 06 Sep 2008 16:36 GMT | 10 |
I need to load the same file in both design mode and in run mode. The problem is that the Application.StartupPath in design mode is the path to VCSExpress.exe? and in run mode as expected, my program. Do I need to have a copy in both folders or are there another solution,
|
| Listview shows extra Gridlines | 04 Sep 2008 23:07 GMT | 1 |
I have a Listview in Detail mode with three columns. The listview is size to show two rows of data, with the vertical scrollbar enable. When there are more than two rows, I am able to scroll down the listview but there is a horizontal grid line halfway down the cell for all ...
|
| Set focus | 02 Sep 2008 09:39 GMT | 1 |
I am moving code from VB.NET to C# but seting focus do not work as VB. 'This works in VB Private Sub AxWebBrowser1_DocumentComplete(ByVal sender As System.Object, ByVal e As AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent) Handles
|