Jump to content

Recommended Posts

  • Moderators
Posted

DjATUit,

AdlibEnable() and AdlibDisable() are now deprecated. Jsut replace them with AdlibRegister() and AdlibUnregister().

The change happened with v3.3.2.0 released on 18th December, 2009.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • Replies 152
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

Thanks M23 (Again :blink:;) )

It turns out I didn't even need to know about that - for this, but it'll probably come in handy in the future!

Though, I've got it working now, does anyone know how to make the font a bit more readable - with the $GUI_BKCOLOR_TRANSPARENT it makes the text blocky and near impossible to read?!

  • 3 months later...
Posted

It works. But I have a question :graduated:

It works only when I use "grey.gif", I can't replace the grey.gif file by any other image file to make the same result! Could you explain me why? And how can I make that .gif file?

http://www.facebook.com/xx3004?sk=info

Posted

See Progandy's post #137 above

  Quote

You won't need the grey.gif. Just set the Background color of the child GUI to the color you want to see transparent. Then use

_WinAPISetLayeredWindowAttributes to set this color transparent

You see, no GIF is needed.

Posted

Do you mean this? I've tried and no result :graduated:

$mainForm = GUICreate("Multiple Tasks Launcher", $width, $height, -1, -1, $WS_POPUP, $WS_EX_LAYERED);
GUICtrlSetBkColor(-1, 0x000000);
_WinAPI_SetLayeredWindowAttributes($mainForm, 0x010101);
GUISetState();
$controlGUI = GUICreate("ControlGUI", $width, $height, 0, 0, $WS_POPUP, BitOR($WS_EX_LAYERED, $WS_EX_MDICHILD), $mainForm);

;And control gui goes below:

http://www.facebook.com/xx3004?sk=info

  • 3 weeks later...
Posted

OMG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

The coolest thing I could ever imagine with AUtoIt's capability in controlling graphics!!!

Thanks to all those smart people worked on this.

  • 14 years later...
  • Developers
Posted
  On 12/19/2024 at 1:19 PM, rot3r said:

so many place linked here for creating a transparent windows with control on it!

Expand  

That still doesn't validate resurrecting an 14 years old thread stating "it doesn't work anymore"  to me.

Going to lock this now since there is no question nor proposal for fixing.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Jos locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...