Hi!
So what I need is a context menu like that from explorer when you right click on desktop. But i don't know if that is possible. I searched a little and I found nothing, maybe you guys have any ideas ?
I mean something like that :
But...I know how do that from the GUIcreateblahblah side...now the problem is that I want to do that without GUI!
Like:
if _IsPressed( "02", "user32.dll" ) then
_Context(..)
endif
Please help!