How to display an image on the screen when...

Community Forums/General Help/How to display an image on the screen when...

RemiD(Posted 2012) [#1]
Hello, :)

I want to code a small program which can display an image on the screen each x milliseconds, even when i use others programs.

I don't see how i can do this effect with Blitz3d...

Is it possible to do this effect with BlitzMax ?

If not, what kind of langage should i use in order to be able to do this effect ?

Thanks for your suggestions,

Problem solved : I have managed to achieve this effect with a windows command : SetWindowPos(hWnd%,ZOrder%,WX%,WY%,WW%,WH%,Flags%).

Last edited 2012

Last edited 2012