| Thread | Last Post | Replies |
|
| ListView Question... | 24 Apr 2006 06:17 GMT | 1 |
I have a listview control containing a number of columns. When I populate the listview columns with data I want to size each column according to the following rules: 1. If the width of the data is greater than the width of the column header's
|
| IE hosted Winforms control. How to prevent font substitution? | 24 Apr 2006 02:23 GMT | 1 |
NETters, I have developed a Winforms control that works in two applications: 1. A Winforms application 2. A downloaded control hosted within Internet Explorer
|
| Smart Client Apps ?? | 24 Apr 2006 00:19 GMT | 2 |
I have been developing ASP.Net apps for over three years now. I've only done a couple of forms apps in .Net back when I was first learning .Net. (I've done lots of forms apps in Delphi before .Net) I recall reading at that time that a major feature of .Net was that we would be ...
|
| Windows services UI | 22 Apr 2006 14:38 GMT | 4 |
Can anybody point to examples on the internet of adding a user interface to a windows service? I can find plenty on controlling the services, IE starting stopping them etc. I want to be able to write a windows service that can interact with the desktop and user when they are ...
|
| XOR painting | 22 Apr 2006 11:59 GMT | 1 |
How can I do XOR painting in GDI+? If I let the user draw a rectangle with the mouse I would like to use a xor-mode to paint the rectangle. Do I have to do a complete repaint on every mouse move in GDI+?
|
| Tab Control Customization | 21 Apr 2006 20:25 GMT | 2 |
Hi! I would like to draw a Tab Control myself (instead of the recatangle, for example, I would like to draw a rounded Rect). Is there any way to do this or should I create my own Tab Control? Thanks.
|
| ToolStripTextBox and LostFocus | 21 Apr 2006 15:30 GMT | 2 |
I'd like to use a ToolStripTextBox in a MenuStrip for a test application I'd like to catch the event indicating that the user has entered its text in the textbox. Therefore, I'd like to catch the 'LostFocus' event. This event is not proposed in the visual studio by default.
|
| UserControl name | 21 Apr 2006 15:23 GMT | 2 |
I am creating a UserControl in VS.NET 2003 (VB.NET). I would like my control to display its name at design time when it is dropped onto a form, similar to how a TextBox displays "TextBox1". I tried doing this inside the UserControl's constructor after
|
| Drag+Drop and MouseClick | 21 Apr 2006 12:06 GMT | 3 |
I want to allow a user control to respond to drag+drop operations, and also to a MouseClick or Click event. It seems I can only do one or the other. The reason seems to be that as soon as you handle a MouseDown event and call DoDragDrop for a POTENTIAL drag/drop operation, it ...
|
| Opening PDF within a Windows Form | 21 Apr 2006 08:37 GMT | 6 |
What is the best way doing this? Thanks for the information.
|
| Check Control.Visible property value | 21 Apr 2006 03:15 GMT | 7 |
How can I check if my control is visible at run-time BEFORE the form is fully loaded? In design mode you can create a window and put a Button inside, set the property Visible to true.
|
| Databinding on DataGridBoolColumn | 20 Apr 2006 23:38 GMT | 4 |
I'm newbie on winform and datagrid I have a DataGrid with a DataGridBoolColumn. The DataGrid is binded to a DataTable. The DataTable is the resultset of SQL query "SELECT UserName, Enabled FROM
|
| High DPI and WebBrowser control | 20 Apr 2006 22:26 GMT | 1 |
I'm using a WebBrowser control on my Form. On my dev machine everything looks nice and neat, but when I load it up on customer's box the WebBrowser fonts are really small (customer has high DPI settings). What's strange is that the regular Internet Explorer does properly
|
| vss and solution files? | 20 Apr 2006 21:14 GMT | 1 |
I have historically not checked in the solution (sln) file. I am working with client with a number of devs that check in the sln file. (this is vs.net 2005) We seem to have a lot of Vss issues with sln file.
|
| DataGridView virtual mode row header text | 20 Apr 2006 19:40 GMT | 3 |
A simple question, but I can't find the answer anywhere. What's the 'correct' way of setting the row header text for a DataGridView in virtual mode? There is no RowHeaderNeeded event, nor is CellValueNeeded explicitly
|