microsoft.public.vb.winapi.graphics
RSS FEED IDEMS: www.tech-archive.net: microsoft.public.vb.winapi.graphics
- Page turn "curl" effect
microsoft.public.vb.winapi.graphics: Page turn "curl" effect
- REQ: Heraldry Clipart - any format, but I Prefer Vector. THANKS
microsoft.public.vb.winapi.graphics: REQ: Heraldry Clipart - any format, but I Prefer Vector. THANKS
- Alpha Blended Windows in Vista and XP
Summary:
shaped window using a Bitmap on a form with a transparency color. ... works great but I would like to get rid of the jagged edges that show on the ...
- Picturebox & StretchBlt
Summary:
Dim lWidth As Long ... Dim lHeight As Long ... Dim myPicture as StdPicture ...
- Resource Management -- Preventing Crashes
Summary:
Graphical RAM? ... GDI resources? ... How do you measure the upper bound acceptable limit of whatever this is? ... with a GDI resource tracker and it is 100% leak free. ...
- GDI leak
Summary:
Public Function CreateMyFont(nSize As Integer, nDegrees As Long) As Long ... Occasional use wasn't so harmful, but I started using it in a frequently called paint routine, and then things got nasty. ... one must release the DC after calling GetDC. ...
- AntiAlias Line Optimization
Summary:
Private Type tIntPix 'point settings ... 'Public Sub Widget ... Dim lCount As Integer ...
- subtractive painting
Summary:
Using getpixel and setpixel I have made a crude kind of painting ... program for my kids and they are quite happy about it. ... when blue is painted over an existing yellow color, ...
- extracting a part of a bmp file using c++ (no intel libraries! )
Summary:
i m more interested in low level image manipulation. ... me how to extract many images (many images on a black background) join ...
- Fixing Window Region Memory Leak
Summary:
Make an array of TmpRegn?? ... Dim TmpRegn As Long ... Dim TmpControl As Control ... DeleteObject ...
- How to image processing on frames of any type of movie (vb6)
Summary:
i asked to do some pattern recognition things in movie frames, ... image processing on each frame of movie, i know how to get frames in AVI ...
- Shape Control
Summary:
I have a problem with shape control in vb6. ... it does not resize and drag. ... plz. ...
- SetSysColors & Taskbar doubt
Summary:
Is it posible to change windows task bar color using SetSysColors() ...
- Image <-> Byte Array
Summary:
ConvertToPicture: converts a byte array to a picture ... Dim iFile As Integer ... Public Function ConvertToByteArray(ByVal oImage As IPictureDisp) As Byte ...
- Plz help me in finding the transpareancy of image
Summary:
i want to display a transparent image(some part of that image is ... can find that that particular part of that image is transparent.. ... bitmapinfo to identify that .Could any one give one sample code for ... i am using platform SDK. ...