PC Review


Reply
Thread Tools Rate Thread

Differences between DrawBorder3D and DrawBorder

 
 
Bragadiru
Guest
Posts: n/a
 
      28th Aug 2003
System.Windows.Forms.Control control;

.....

ControlPaint.DrawBorder3D(g, this.control.Bounds, Border3DStyle.SunkenOuter,
Border3DSide.All);

ControlPaint.DrawBorder(g, this.control.Bounds, Color.Black,
ButtonBorderStyle.Outset);

Those 2 methods use the same bound BUT don't print in the same location.
DrawBorder seems to print right and 3D NOT.



Any ideas why ?

Thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compare and highlight differences in 2 worksheets in same workbookand list differences in 3rd worksheet Joshua Houck Microsoft Excel Programming 21 19th Aug 2011 12:21 PM
DrawBorder3D query Matt Microsoft Dot NET Framework Forms 7 20th Oct 2005 02:58 PM
DrawBorder3D query. Matt Microsoft Dot NET Framework Forms 0 19th Oct 2005 09:04 AM
What are the differences between...? Cold War Relic Asus Motherboards 1 21st Feb 2004 01:35 PM
ControlPaint.Drawborder Alejandro K. Microsoft VB .NET 0 11th Feb 2004 02:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:57 PM.