TheBobynator 0 Report post Posted October 18, 2008 Hi, I will make a Alpha Blend. about the example but I want that you cant change the position of the blend. help sry for my bad english Share this post Link to post Share on other sites
martin 68 Report post Posted October 18, 2008 Hi,I will make a Alpha Blend. about the example but I want that you cant change the position of the blend. helpsry for my bad englishWhat example? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script. Share this post Link to post Share on other sites
Pain 1 Report post Posted October 18, 2008 C:\Program Files\AutoIt3\Examples\GUI\Advanced\AlphaBlend.au3? Share this post Link to post Share on other sites
TheBobynator 0 Report post Posted October 18, 2008 @pain yes i mean this file Share this post Link to post Share on other sites
Pain 1 Report post Posted October 18, 2008 Take a look at the SetBitmap function and you will find the Opacity parameter. As you can see it start with 255 (solid). SetBitMap($hGUI2, $hImage, 255) Change the value to what you like and remove the code that's not needed. Share this post Link to post Share on other sites