You could try this, seems like it ought to work, though I know nothing of GameMaker's image layers. This creates a 32bit transparent image that should serve. An alternative would be to use PB's EncodeImage command to create a PNG or JPG if GM has the decoder for that.
Procedure SaveImage2Memory ...
Search found 7 matches
- Sun Jun 16, 2013 8:47 am
- Forum: Off Topic
- Topic: Blank image as Layer
- Replies: 2
- Views: 660
- Sat Jun 08, 2013 7:19 pm
- Forum: Off Topic
- Topic: Blank image as Layer
- Replies: 2
- Views: 660
Blank image as Layer
Hi there! :D
I am user of both game maker ( Good ) and purebasic ( beginner + learning… )
I am creating a paint program in game maker and I need a DLL for creating a blank image as layer in game maker does anyone know how to create a DLL using Purebasic so that it create blank images as layers in ...
I am user of both game maker ( Good ) and purebasic ( beginner + learning… )
I am creating a paint program in game maker and I need a DLL for creating a blank image as layer in game maker does anyone know how to create a DLL using Purebasic so that it create blank images as layers in ...
- Fri Aug 17, 2012 3:28 am
- Forum: Off Topic
- Topic: Running an action while shutdown log off or restart [DLL]
- Replies: 2
- Views: 1059
Re: Running an action while shutdown log off or restart [DLL
See this forum post: http://www.purebasic.fr/english/viewtopic.php?f=12&t=45779
IdeasVacuum dude!
as i said i am making the program in game maker and its already complete just i need DLL to port it on game maker. and also i don't have mach experience in pure basic [ i am a newbie in pure basic ...
IdeasVacuum dude!
as i said i am making the program in game maker and its already complete just i need DLL to port it on game maker. and also i don't have mach experience in pure basic [ i am a newbie in pure basic ...
- Fri Aug 17, 2012 2:27 am
- Forum: Off Topic
- Topic: Running an action while shutdown log off or restart [DLL]
- Replies: 2
- Views: 1059
Running an action while shutdown log off or restart [DLL]
hi there!
i am making an app that run in background ( invisible window ) using game maker and when user try to [ shutdown,log off,restart ] the PC
it will save the files.
the problem is that when user shutdown, log off or restart the PC it close the program process [ without any saving files or any ...
i am making an app that run in background ( invisible window ) using game maker and when user try to [ shutdown,log off,restart ] the PC
it will save the files.
the problem is that when user shutdown, log off or restart the PC it close the program process [ without any saving files or any ...
- Thu Feb 23, 2012 6:26 am
- Forum: Off Topic
- Topic: pure basic dll problem
- Replies: 7
- Views: 1285
Re: pure basic dll problem
ts-soft dude!ts-soft wrote:What is HKMain?
You can write to #HKEY_CURRENT_USER without admin privilege, the other sections only readable with #KEY_READ!
i tried that but it show an error RegWriteString() is not a function, array, macro or linked list.
- Thu Feb 23, 2012 6:05 am
- Forum: Off Topic
- Topic: pure basic dll problem
- Replies: 7
- Views: 1285
Re: pure basic dll problem
thanks from all of you for replying to my topic but i want to know is there any other way to make dll for game maker using pure basic that could enter value in registry 
- Wed Feb 22, 2012 3:08 pm
- Forum: Off Topic
- Topic: pure basic dll problem
- Replies: 7
- Views: 1285
pure basic dll problem
Hi there!
i made a DLL using pure basic which Write String value in registry it has 4 arguments
argument0[HKey],argument1[Subkey],argument2[String], argument3[Value]
but the problem is when i run the game nothing happening i checked registry editor no value was written in registry. :(
here is my ...
i made a DLL using pure basic which Write String value in registry it has 4 arguments
argument0[HKey],argument1[Subkey],argument2[String], argument3[Value]
but the problem is when i run the game nothing happening i checked registry editor no value was written in registry. :(
here is my ...