Description:
GDI, graphics and printing.
|
|
|
Moving a toolbar in a Win32 Application using CreateWindowEx and CreateToolBarEx
|
| |
Hi, I have modified source code of Gvim existing application in order to have larger icons. It is possible to add several icons dynamically but the toolbar don't manage those which are X positionned over the width application. I would like to enable the toolbar to slide versus my x position cursor. The fact is that I have an handle return by a first CreateWindowEx... more »
|
|
To avoid lockbits
|
| |
Hi, My goal is to load an image as a bmp and get to its pixels. So what i do is: Bitmap::FromFile(<filename>); // i guess this loads the file as a bmp LockBits(...); // this coppies the bitmap's bits into another buffer //now i can use the pixels Is there any way to avoid the extra copy at LockBits(which is... more »
|
|
Easy way to read a JPEG in native Win32?
|
| |
Hi all, I'm writing a native Win32 program and I need to read in a JPEG image. Is there anything built-in to Win32 for that? Or was that introduced later in MFC or .Net? Thanks.
|
|
Resize a rotate shape
|
| |
I am developing an application in which the user is allowed to draw primitives on the screen (ellipses, rectangles, lines, polylines etc). The application allows a user to move, rotate, and resize a shape. Everything works correctly, except when I attempt to resize a rotated shape. My rectangle and ellipse is expressed as a point array of size two.... more »
|
|
Books on system and programming stuff
|
| |
You might be reading this or not But I have to tell you that Books are not needed to buy actually. All books are compiled via some kind of sources Most of the books on system are around information compiled around the web and from MSDN library included in your CD/DVD installing VS. Some of the writers'relative just plainly copied and pasted the frames... more »
|
|
Satellite camera and MS source code
|
| |
MS website is hosted by some people who are Vietnamese origins. Do you know after hosting the site they get the source code and could break down passwords easily ? All the bases belong to them! See what could they do for you, MS ? Advertise you around the world with their prostitution systems ?
|
|
flicker drawing window with child controls....
|
| |
I have a main window with two children(say child1 and child2 ) clipping it's entire area. One of children(child2 ) windows contains child controls. ...These controls are owner drawn(set by BS_OWNERDRAW ) capturing WM_DRAWITEM in the window message handler (of child2 ). Problem is that now my second child window(child2) flickers whenever... more »
|
|
new member
|
| |
hi guys my name is vyas your new member .i am studing MCA from SIES mumbai university. plz guide me to a good book for lerning PHP.can you send me some programs on boundary fill algo and flood fill algo. thank you vyas
|
|
|