| Thread | Last Post | Replies |
|
| GDI+ Paint over children controls such as button as well as non-client scrollbar | 09 Apr 2005 00:10 GMT | 2 |
I am trying to paint in a custom control "OnPaint" but can not paint over the child controls such as a button or listview. I also want to be able to paint in the "Bounds" region of the control over the scrollbars in a ScollableControl. Any ideas? --------------------------------
|
| Need Toggle button like in MS Access | 08 Apr 2005 23:39 GMT | 1 |
I'm writing an app in vb.net 1.1 and would like to use a toggle button similar to the one found in MS Access. does anyone know of such a control or how to make one? Thanks.
|
| Opening and Closing a form error : Cannot access a disposed object named "frmImage". | 08 Apr 2005 18:38 GMT | 3 |
I use the following code to open up a form. ------------------------------------------------------- If fImage Is Nothing Then fImage = New frmImage
|
| Component icons! | 08 Apr 2005 17:17 GMT | 2 |
How can I define the icon for my custom component in VS2003? (to appear on the toolbar) Thanks! --------------------------------
|
| Mouse over text in richtextbox | 08 Apr 2005 16:48 GMT | 2 |
I can't seem to find out if the mouse cursor is over text in a richtextbox. I can use GetCharIndexFromPosition but all that does is tell me the closest character. But if the cursor is outside the range of current text, there's no way to calculate that. I'm sure there should be ...
|
| DataGrid in Winforms | 08 Apr 2005 16:09 GMT | 5 |
I am using an arrary of double as the DataSource of a DataGrid object, but the DataGrid window contains nothing. What am I doing wrong?
|
| Grids sought | 08 Apr 2005 14:33 GMT | 2 |
I am looking for a grid control that also supports excell like calculaions functionality. I have looked at the Infragistics grid/calc engine and it lacks support for defining calculations on a range of cells/rows. Does anyone know of a grid that meets the requirements we have?
|
| Runtime PropertyGrid and custom UITypeEditor with Business object | 08 Apr 2005 14:12 GMT | 1 |
I have a conundrum I'm hoping someone here might have an idea for: I am implementing a propertygrid on a form that is "bound" to a business object class containing global settings that a user will edit using the property grid.
|
| Establish z-order of forms between applications | 08 Apr 2005 12:41 GMT | 2 |
I have two separate Forms executables that interact and behave visually to the user as one application. When my second app starts I set it's form to TopMost to ensure the user can see it above the first app so it appears like a child of the first. Of course this is not really ...
|
| Rounded Rectangle Region | 08 Apr 2005 10:45 GMT | 3 |
I want to create RoundRectRegion in .net. We used to have createRoundRectRegion API in vb6. Does .net frameWork has anything to achieve the same.I also don't find any method to
|
| Prevent borderless Form to appear in "Alt+TAB" window | 08 Apr 2005 08:14 GMT | 4 |
i have a Windows Form (Splashscreen) that runs on a seperate thread until my main app is up and running. This form has its FrameBorderStyle set to "None". How can I prevent this Form from beeing displayed in the
|
| Custom Shortcut Keys | 08 Apr 2005 02:37 GMT | 1 |
How can I specify shortcut key combinations and hook them to my own events, similar to the ones that are optional in the MenuItems? - Peder -
|
| List view - ICOn display XP | 07 Apr 2005 22:51 GMT | 1 |
I have a strange issue. I am using a listview control and have an imagelist. The Listview is being displayed in details view . I have an icon against each of the list item.These icons show up perfectly in Windows 2000 but in XP , I dont see the icons. I am finding it difficult ...
|
| No touch deployment - IEEXEC won't fire up | 07 Apr 2005 22:49 GMT | 9 |
We are experiencing a problem when trying to run an application using no touch deployment. All works fine on our W2K workstations but failes to run when browsing from IE on a Win2K server with framework 1.1, IE 6.0.28.
|
| CurrencyManager Position issue | 07 Apr 2005 22:45 GMT | 2 |
I'm asking to see if anyone has found a way to deal with the issue of "non-selection" with the CurrencyManager. In particular, we have a grid control that we've created. When you have a parent and child grid, the CurrencyManager for each is set to the first row, so if the first row ...
|