Re: Is ther any wrapper framework dll available for gdi32,user32
From: Tim Wilson ("Tim)
Date: 09/22/04
- Previous message: TusharP: "Is ther any wrapper framework dll available for gdi32,user32"
- In reply to: TusharP: "Is ther any wrapper framework dll available for gdi32,user32"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 11:19:09 -0400
A good way to make irregularly shaped forms and controls is to use the
GraphicsPath and Region classes.
There are a few articles out on the internet that walk through how to create
irregularly shaped windows forms and controls. If you search on google you
should find some more. A fairly simple way to do this is outlined in the
article linked below.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchShapedWindowsFormsControlsInVisualStudioNET.asp
-- Tim Wilson .Net Compact Framework MVP <Feedback> Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups </Feedback> "TusharP" <tushar.patil@solversa.com> wrote in message news:%23Hg2XFLoEHA.556@tk2msftngp13.phx.gbl... > Hi Friends, > Is there any similar framework dlls for gdi32.dll, used32.dll. > I want to use following functions > 1) GetPixel > 2)SetWindowRgn > 3)CreateRectRgn > 4)CombineRgn > 5)SendMessage > 6)ReleaseCapture > 7)DeleteObject > 8)GetRegionDataByte > 9)GetRegionDataLong > 10)ExtCreateRegionByte > 11)OffsetRgn > 12)ReleaseDC > 13)GetDC > 14)CreateCompatibleDC > 15)LoadImage > 16)GetPixel > > I want to use this function to make irregular forms........ > I think Calling gdi32 & user32 dll is not good way to achieve this, > Framework must have these functions... > Any body know about this please help me in this regard. > > Thanking You > Tushar P. > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.766 / Virus Database: 513 - Release Date: 17-Sep-04 > >
- Previous message: TusharP: "Is ther any wrapper framework dll available for gdi32,user32"
- In reply to: TusharP: "Is ther any wrapper framework dll available for gdi32,user32"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|