| Thread | Last Post | Replies |
|
| DataBinding Question | 29 Jun 2007 22:27 GMT | 1 |
I have a schema that defines a STRING variable: TimeLimit On my data collection form, there are two numericUpDown controls - one for hours, one for minutes. Internally, the program does the conversion, hours * 60 + minutes to get the
|
| PictureBox, setting SizeMode = StretchImage | 29 Jun 2007 17:22 GMT | 1 |
Is there any way to get the image displayed in a PictureBox to stay sharp when the SizeMode property is set to StretchImage? When the PictureBox to image size ratio is 1:1 the image is sharp, when I double the size of the PictureBox the image size is doubled but the pixels
|
| tab oder within tab control | 29 Jun 2007 12:59 GMT | 3 |
Working with Visual Studio 2005. I have a Windows Form with several text boxes and a tab control with several tabs. Using the View -> Tab Order, I have set the tab order, but can't seem to find a way to set the tab order for the tabs within the tab control. Currently, when ...
|
| XP themes and Visual Styles on Application under Windows Classic | 27 Jun 2007 19:48 GMT | 4 |
REPOST: I posted this last week, but it seems to have gotten lost. Hopefully this one is found! Hello, I expect this is not possible, but can anyone confirm if it is possible for
|
| A little delegate help | 27 Jun 2007 13:42 GMT | 2 |
Well I've been looking for an example on how to use the delegate method but all I have found doesn't work like I want it. All the examples assume you have a main form and a class file which the class file will be called from the main as a thread etc. etc.
|
| comboBox control with treeview | 26 Jun 2007 22:39 GMT | 14 |
Dear Sir, I needed a comboBox control with treeview style and I found one in the web as an example. But it’s written in C#. I don’t understand C# very will so I started to rewrite the code in vb.net 2005 until I faced to problem that I
|
| Button with arrowdown (acting as a combobox) | 26 Jun 2007 22:15 GMT | 4 |
I have seen WinForm applications with a control, that I am pretty sure is standard in .NET 2.0 It is a button with a leftadjusted text followed by an arrow pointing down. When the button is pressed, a menu is shown benieth and the text of the
|
| Combobox with check items | 26 Jun 2007 21:56 GMT | 1 |
I am searching for an example where a combobox is extended to contain checkbox items. I've looked all day now, and so far the best links are: 1) http://www.codeproject.com/useritems/CheckComboBox.asp
|
| controls appears differently on different PCs | 26 Jun 2007 10:44 GMT | 6 |
I have an application that uses a Windows form, and I run exactly the same application on my desktop and my laptop. On my desktop, when my program shows the form, labels appear fine, but on the laptop, two labels next to each other overlap. Both the desktop and laptop have ...
|
| TabControl.Select(TabPage) does not trigger Selecting Event | 26 Jun 2007 07:17 GMT | 2 |
Am I doing something wrong here? Me.TabControl2.SelectTab(DoctorInformationTabPage) Private Sub TabControl2_Selecting(ByVal sender As Object, ByVal e As System.Windows.Forms.TabControlCancelEventArgs) Handles
|
| checkedstate and checked conflict: why? | 26 Jun 2007 03:19 GMT | 1 |
I have a checkbox on a form that determines which of several controls will show up at runtime. I set a user property so that the context the user selected shows up the next time the program is run and the inappropriate controls made invisible. VS2005 put together a Designer.cs ...
|
| Transparency on Non-Client Area | 25 Jun 2007 22:04 GMT | 2 |
I've built a control to mimic WindowsXP collapsible panels. In order to do this I had to change the client area of the control so the child controls can dock on my control. Using WM_NCPAINT I get to draw the border and the headers... But I can't get the rounded corners as I can ...
|
| Third party treeview recommendations ? | 23 Jun 2007 15:33 GMT | 2 |
we need to handle and display nested stucture in a .net Winform application. We would like to display the tree in different modes/layout. Have you heard of something nice ? Oriane
|
| How can i use the editor attribute? | 22 Jun 2007 16:59 GMT | 6 |
Please I need help on how to use the editor attribute. I am trying to learn how to create User Controls? I created a UserControl using VB.NET. It Contain a TreeView control and I want to expose the TreeView nodes collection
|
| How to deny switching to another TabPage (C#.NET 2.0) | 20 Jun 2007 21:58 GMT | 5 |
is there a way to deny switching to another TabPage of a TabControl in case a certain condition is not met? Any help would be much appreciated... Regards
|