| Thread | Last Post | Replies |
|
| DrawToBitmap problem | 15 Mar 2006 02:59 GMT | 5 |
I need to get an image from a control and all its children. I'm using DrawToBitmap, but there are problems with the final result. There are things that are not correctly painted on the image. I've tried other approaches using the WM_PRINT message, but the result is the same.
|
| User Control | 15 Mar 2006 01:55 GMT | 1 |
Hello i have some problems with a UC that i create. This UC only contains a textbox. When i insert the UC into a form of any app, no problem occurs. The problem appears when i change the form font. When i do that, all the
|
| BinaryReader in Byte[] | 14 Mar 2006 21:24 GMT | 2 |
I would like insert my data(who i get on my binaryreader) in an array byte. nd after, i would like modify it and save it with my BinaryWriter this is my code. My file is always empty.
|
| Getting the DPI setting? | 14 Mar 2006 21:24 GMT | 2 |
Running my windows forms on screens set to 133 DPI has some odd effects (scroll-bars suddenly appearing because objects overflow their containers). Setting the AutoScaleMode to dpi doesn't seem to fix the problems either. Is it possible to evaluate the DPI setting within the code ...
|
| Printing rich text format | 14 Mar 2006 19:31 GMT | 2 |
Is there a possibility to print RTF document in .NET Framework using WindowsForms, without writting own RTF parser?? There's lots of tables and some text formatting tasks In my RTFs... So writting own RTF parser would be a bit hard.
|
| Painting TabControl | 14 Mar 2006 19:31 GMT | 1 |
I'm having a problem painting with my tabcontrol... I've painted my tabpages, but I could not paint the background of the tabcantrol. Now I have my tabpages painted, and a grey rectangle after the last
|
| Add Icon to Titlebar (right side) | 14 Mar 2006 18:57 GMT | 1 |
I would like to add an icon to the RIGHT side of an application's titlebar. Basically, it will supplement the other icons already there. Is there any direct support in .NET 2.0 to do this? If not I assume I would have to subclass the windows form but what exactly would I do
|
| Problem with using TopMost property | 14 Mar 2006 18:57 GMT | 3 |
I am having a few problems with using the TopMost property for dialogs. The problem centers around the fact that I have a main dialog which as a central map and at certain positions on this map I need to display small message boxs to represent information regarding this point. These
|
| DataGrid with drag and drop, need to control rowstate. | 14 Mar 2006 17:38 GMT | 1 |
I'm displaying a datagrid when the user enters (highlights) a certain text cell on a row it does a lookup of possible matches. The matches are displayed in a listbox and one of those matches can be quickly tossed with the mouse over to the grid surface and replace the original cell ...
|
| How could change the weekday display format for MonthCalendar | 14 Mar 2006 16:10 GMT | 3 |
For MonthCalendar control, the weekday format would follow the current culture setting of the system, I wish to change the weekday format to en-us while the system has been set to other culture setting rather than en-us. I've tried to change the culture of the UIThread & ...
|
| Trapping Key Presses. | 14 Mar 2006 15:51 GMT | 1 |
I want to trap a key press for my application but the application does not seem to trigger the KeyPress,KeyDown or KeyUp events. I have a menu and a picture on the main dialog. Is this a focus issue? or do I need to add further event handling?
|
| Text Box Manipulation | 14 Mar 2006 15:41 GMT | 2 |
I have an issue under which I have a multiline text box that can display six lines or 650 characters of Code, the problem is that a carriage return counts as a line, so if the user presses the enter button six times the cursor is all the way at the bottom fo the report,
|
| Put window straight on desktop | 14 Mar 2006 13:12 GMT | 4 |
Anybody has an idea how to put window with background underneath desktop icons? In other words the window should work bit like a desktop wallpaper.
|
| Datagridview to datasource help needed | 14 Mar 2006 12:37 GMT | 1 |
I have a small application which includes a routine which produces several outputs from various datagridviews. I want the outputs to be entered into a bound datagridview and then saved so that over a period of time the outputs db will increase in size.
|
| Data Retrieval | 14 Mar 2006 12:01 GMT | 1 |
I am working with an Access Database where I have to retrieve the data from the database based on the User input and on retrieval I have to populate that record data in individual textboxes.. Can any one please help me over this...
|