Another thing i want to ask is as you wrote to change the Cstatic type to CPicture, but i dont know how to do that? please tell me how to change the variable type from CStatic to CPicture?
Thanks,
Nishant
|
Light Poster
|
|
| 19Jan2007,16:33 | #21 |
|
Go4Expert Founder
|
![]() |
| 19Jan2007,16:45 | #22 |
|
I would request you to put queries into a seperate thread rather than jumping into an old thread with the queries.
|
|
Go4Expert Founder
|
![]() |
| 19Jan2007,16:46 | #23 |
|
Quote:
Originally Posted by Nishant Desai |
|
Light Poster
|
|
| 19Jan2007,16:57 | #24 |
|
Quote:
Originally Posted by shabbir |
|
Go4Expert Founder
|
![]() |
| 19Jan2007,18:15 | #25 |
|
You probably missed the step 4 I mentioned in the article.
4. Change the CStatic to CPictureBox. Don't forget to add the header files at the top. Adding the header files should shred off your errors. |
|
Light Poster
|
|
| 20Jan2007,09:42 | #26 |
|
Quote:
Originally Posted by shabbir Thanks, Nishant |
|
Go4Expert Member
|
|
| 4Feb2007,18:19 | #27 |
|
hi there .. this tuto is intended for what version of vc++?? 6.0?? cus i don't have hte "ownerdrawn" option for the picture control..
|
|
Go4Expert Member
|
|
| 4Feb2007,18:22 | #28 |
|
and the include in picturebox.cpp
#include "stdafx.h" #include "Wallpaper.h" #include "PictureBox.h" #include ".\picturebox.h" ----------------------------------- #include "Wallpaper.h" #include ".\picturebox.h" where are these 2 headers found? |
|
Go4Expert Founder
|
![]() |
| 5Feb2007,09:15 | #29 |
|
The Wallpaper header files will be generated by the MS VC compiler. PictureBox.h is in the attachmet.
|
|
Go4Expert Member
|
|
| 5Feb2007,10:51 | #30 |
|
it's not generated... i am getting error that it is missing
|

