Forum: C May 20th, 2004 |
| Replies: 0 Views: 3,521 Hi there,
Is it posible to declare multiple image handlers using an array?
Example:
HBITMAP ARRAY[10];
//Then use a loop to display a different bitmap for each member of the array? |
Forum: C May 5th, 2004 |
| Replies: 1 Views: 3,182 woops dont know what happened there!
Anyway, i am writing a program that has a lot of images that need seperate handlers for each.
I have tried making an array of handlers like:
HBITMAP ... |
Forum: C May 5th, 2004 |
| Replies: 1 Views: 3,182 |
Forum: C++ Apr 21st, 2004 |
| Replies: 1 Views: 3,634 its ok i have sorted it with the
InvalidateRect (hwnd, NULL, FALSE);
function, forceing the program to re-paint the window. cool |
Forum: C++ Apr 21st, 2004 |
| Replies: 1 Views: 3,634 hi i have a win32 c program. in it there are a few buttons and i am trying to get the program to display a differnet bitmap, for each button. Now i have managed to change the bitmap with this
... |
Forum: C++ Apr 14th, 2004 |
| Replies: 3 Views: 27,831 Can anyone help?
Does anyone know of a simple peice of code in c/c++ that will allow me to convert ASCII characters into their relevent binary code and back again?
Cheers. |
Forum: C Apr 12th, 2004 |
| Replies: 2 Views: 7,668 thanks to those who looked over my question, but i have solved it now. |
Forum: C Apr 12th, 2004 |
| Replies: 2 Views: 7,668 hi there, i am trying to get my program to display a different bitmap in four different child windows of my win32 C program but i cant seem to do it. Any idea's? I have got the information so far off... |
Forum: C++ Apr 9th, 2004 |
| Replies: 2 Views: 6,252 Thanks very much, I will get cracking right away.
:cheesy:
Keir. |
Forum: C++ Apr 8th, 2004 |
| Replies: 2 Views: 6,252 Hi I am trying to write a program that will demonstrate encryption to the user. I would like to have some kind of button menu at first, then the program will show an example of each depending on what... |
Forum: C++ Apr 4th, 2004 |
| Replies: 1 Views: 2,918 Hi there guys!
I am trying to write a program using Visual C++ 6.0.
It is a dialog MFC executable application (i dunno if this is the best to use) which has three buttons, say A,B and C. I... |