Beatonator  |
Posted 11th Oct 2005 10:04am |
Post 770 / 3716
 |
Im working on something in VB. Its my own "Project"
Now I have only learnt VB for a very short time, but I have expierence in VB and I have a mate at College who is up on VB. BUT i need someone who has ALOT of knowledge. Preferably knowledge about:
Using and creating memory DCs
I had a tutorial however it says the following:
Code | 'Load the image....
'BIG NOTE: This function is not supported under NT, there you can not
'specify the LR_LOADFROMFILE flag
hBitmap = LoadImage(0, FileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE Or LR_CREATEDIBSECTION) |
now I have Windows XP, but it still doesn't work. I tried deleting the "LR_Loadfromfile" but that didn't help. How can I get this to work on XP? It is rather important as using tons of picture boxes is going to be highly annoying and will require extra overheads. |