i want to draw graph using on paint event in activex control application.
Rajesh
i want to draw graph using on paint event in activex control application.
Rajesh
i want to built MenuBar on right click of list control item
Rajesh
i want to drag and drop images in same list control .
Rajesh
I have a GUI Activex Application . Now I want to get the key press event when focus is on any one of the window control ,i.e.text box , button , listcontrol slider control etc.
Rajesh
But I want to move using drag and drop
Rajesh
I want to move items position in listcontrol using MFC . my listview style is image.
Rajesh
I have a ListControl in ICON view .I have many bitmap files . Now I want to show the files in list view . How it is possible.
Rajesh
How to extract BITMAPINFOHEADER structure from BITMAP structure . I have a bitmap file
Rajesh
Can you share with some piece of code for help me
Rajesh
you understand wrong . I have 32bit bmp and talking about the alpha channel tranparency . not opacity of image .
Rajesh
modified on Friday, July 23, 2010 7:50 AM
What will be color matrix values ???
Rajesh
Graphics graphics(hdc);//Handle to the device context //Load the image from a file Image image(L"test.bmp",FALSE); // test.bmp is 32bit with alpha channels for transparency graphics.DrawImage(&image,0,0,image.GetWidth(),image.GetHeight());
Rajesh
I have a 32bit bitmap with alpha channnel . I am drawing it using gdi+ . but I am not getting the transparency . How to get the transparency usnig gdi+
Rajesh
Main Window Not destop. I could not find to change it to Desktop
Rajesh
I am using modeless dialog box in my application . But When I minimize Main Application the modeless Dialog Box also minimize . It is also not showing in the task bar to switch to modeless dialog . How to avoid the dialogbox to minimize with the main Application .also how to show it in taskbar
Rajesh
You can use windows media encoder to get the desire result . Also you must read directshow which having all the functionality of streaming and drawing on directx surface
Rajesh
Is there any plugin in Window Media player to display the level of audio (i.e. audio bar).
Rajesh
can you send me the code using pure win32 api not MFC
Rajesh
can you sugggest me the last three parameter for creating 24bit rgb and write some text over it
Rajesh
but my question how to create bitmap of desired size without GDI+ from scratch
Rajesh