Search found 7 matches

by mixim
Sun Nov 11, 2018 6:35 pm
Forum: Windows
Topic: help popup window
Replies: 11
Views: 3481

Re: help popup window

thanks Rashad
by mixim
Sun Nov 11, 2018 4:36 pm
Forum: Windows
Topic: help popup window
Replies: 11
Views: 3481

Re: help popup window

hi RASHAD

can't we get a tooltip without opening a window?

I don't want to open a window

https://yadi.sk/d/kxmorZyYmi8W2w
I have prepared a sample with autoit, i just want this

AutoIt code this here
#NoTrayIcon
$x = @DesktopWidth - 240
$y = @DesktopHeight - 150
$SplashTittle = " App Installer ...
by mixim
Sun Nov 11, 2018 4:09 pm
Forum: Windows
Topic: help popup window
Replies: 11
Views: 3481

Re: help popup window

I got what I wanted with this code,
but I couldn't keep it on screen until all the other processes were finished

i sorry for my english bad :cry:


ExamineDesktops()
x=DesktopWidth(0) - 240
y=DesktopHeight(0) - 150

LoadFont(0,"Arial",-12)

OpenWindow(0, x, y, 220, 70, " App Installer", #PB ...
by mixim
Sun Nov 11, 2018 3:58 pm
Forum: Windows
Topic: help popup window
Replies: 11
Views: 3481

Re: help popup window

opening a window, but not on my screen :(
by mixim
Sat Nov 10, 2018 10:48 pm
Forum: Windows
Topic: help popup window
Replies: 11
Views: 3481

Re: help popup window

yes, tooltip great :) thanks
can be made automatically without "RUN" button and without window?
by mixim
Sat Nov 10, 2018 10:33 pm
Forum: Windows
Topic: help popup window
Replies: 11
Views: 3481

Re: help popup window

RASHAD wrote:Hi and welcome to PB adventure
Next is a simple and direct way to do it

Code: Select all



thanks, i am so glad
i will try this codes thank you
by mixim
Sat Nov 10, 2018 6:38 pm
Forum: Windows
Topic: help popup window
Replies: 11
Views: 3481

help popup window

hi

how do i make a popup window in the lower right corner of the screen

for example like AutoIt

Image