| Thread | Last Post | Replies |
|
| DrawString Problem | 07 May 2004 11:13 GMT | 11 |
In the code below it will output the text string that is using the text from txtTextToDraw.Text using the font properties of the lblFont. Then problem is that not matter the font size in the label. It will also DrawString Bigger. If I change the font type, size of the label the ...
|
| Excessive CPU usage with realtime GDI+ drawing | 06 May 2004 21:34 GMT | 1 |
I am developing an application that is drawing multiple realtime waveforms. Each waveform is drawn within it own Waveform control and each sample is drawn as a vertical line (with a seprate vertical line dranw in the background color a few pixels to the right to erase previous ...
|
| Need a way to print additional text not in the rich text for printpriview | 06 May 2004 05:41 GMT | 1 |
I am providing the PrintPriview facility to a RichText control. I also have attachments feature to RTC. This provides facility to attach files to the Control The problem is the Print Priview show only the context in the RichText area. I want to show the attached files to the ...
|
| VisibleClipBounds = {X=-699050.7,Y=-699050.7,Width=1398101,Height=1398101} | 05 May 2004 19:17 GMT | 1 |
Obviously this is wrong, but why? If I change the printer,the VisibleClipBounds does not change. Any ideas of what is going on? And how can I fix it? Thanks.
|
| Overriding "CanParent" - Does not Works | 04 May 2004 09:50 GMT | 3 |
Hi I am having a custom Tab control. In the Control's designer class am adding the follwoing code but it is not working i am still able to drag and drop a button or other controls on tabControl. But it works if I drag and drop a control, say button on from, and hten cut and try ...
|
| How to make an eraser -- need new CompositingMode? | 03 May 2004 13:36 GMT | 5 |
I am creating a drawing program as part of an application I am making and have run into something I just can't figure out. How can I make a nice anti-aliased eraser? My current erase just uses CompositingMode.SourceCopy with a 0-alpha pen to draw transparency
|
| Will an IE Band written in c# work on all OS's ? | 03 May 2004 10:25 GMT | 2 |
I am interested in developing an IE band (small toolbar with buttons, etc;) and I was thinking maybe write it in c#. will this band after building it work on all os ? like: 98, win2k, xp ? Thanks a lot in advance for any help. if you think I have to use c++,
|
| Applying color to Toolbars | 02 May 2004 12:31 GMT | 4 |
H I'm trying to draw an gradient on a Toolbar. I have created my own GradientToolbar, which inherrits from Toolbar. In this I try to override OnPaint in order to draw something protected override void OnPaint(PaintEventArgs e Rectangle rectangle = new Rectangle(0, 0, this ...
|