hi, Can any one tell me how can i load images(.bmp,.jpeg) in listbox, The images are dynamically generates. So i want to list all the images in the listbox. Regards Santosh.K
santosh k
Posts
-
images(.bmp) in listbox -
Regarding Screen changesHi, Iam Using VC++, Iam planning to capture the screen, saving into .BMP format and iam able to do this. My question is I want to capture the screen whenever the changes happen on my desktop. Can any one tell me how do i know whether the screen changed or not. i mean through which event we can find it out. Thanks in Advance. Regards Santosh.K
-
Regarding Screen changesHi Mr.GopalaKrishna, Iam Using VC++, Iam planning to capture the screen, saving into .BMP format and iam able to do this. My question is I want to capture the screen whenever the changes happen on my desktop. Can any one tell me how do i know whether the screen changed or not. i mean through which event we can find it out. Thanks in Advance. Regards Santosh.K
-
Trying to capture the screen, Getting some ErrorHi, Here iam trying to capture the screen , i included d3dx8tex.lib, d3d8 in the project. Iam using Vc++ 6.0 and DirectX 9. In my dailog box when i click on button (Screen button) trying to capture the screen. In run time when i click on the button iam getting an error, can any body tell me what is the problem or is there any other solution using DirectX #include #include typedef struct IDirect3DDevice8 *LPDIRECT3DDEVICE8, *PDIRECT3DDEVICE8; typedef struct IDirect3DSurface8 *LPDIRECT3DSURFACE8, *PDIRECT3DSURFACE8; void CMainclass::OnScreen() { LPDIRECT3DDEVICE8 pDevice ; LPDIRECT3DSURFACE8 pSurface ; LPDIRECT3DSURFACE8 pFrontSurface = NULL; pDevice->GetFrontBuffer( pSurface ); //Here iam getting error D3DXSaveSurfaceToFile( "ScreenShot.bmp", D3DXIFF_BMP, pFrontSurface, NULL, NULL ); } Thanks in Advance Santosh
-
Screen Capturing and saving in .AVIHi, Iam new to VC++, Is there any body tell me how to capture screen and save it in .Avi. Santosh K