Guest_imported
New member
- Jan 1, 1970
- 0
I run sites of free play-by-email wargames (check them out at new blood always welcome). I have been programming the so-called "Manager" for the games that generates the Turns for the Players and then sends them the results. What Im still not able to do is the following :
>> when the Manager starts it loads up an INI File with information on the Map used for the current game. I would like to add X/Y coordinates to that INI File and then have a routine that checks which Player owns which territories and colors the bitmap accordingly.
Is there any function that allows me to FILL a bitmap at given coordinates with a specified color ? How can I achieve this ? Also once I got a colored bitmap, is there an easy way WITHIN VB6 to transform (and save) that Map as JPG ?
Thank you all for your help !
>> when the Manager starts it loads up an INI File with information on the Map used for the current game. I would like to add X/Y coordinates to that INI File and then have a routine that checks which Player owns which territories and colors the bitmap accordingly.
Is there any function that allows me to FILL a bitmap at given coordinates with a specified color ? How can I achieve this ? Also once I got a colored bitmap, is there an easy way WITHIN VB6 to transform (and save) that Map as JPG ?
Thank you all for your help !