Jump to content

Draw qeustion


Recommended Posts

  • Developers

Hello , can any help me?

How can i deletete GUI from the Start bar ?

note startbar is an link :)

@jeanster, there is no StartBar but Toolbar.

Could you try to put some effort in writing your question like:

I want to create my own GUI but it should not create a TaskBar icon.

The answer would then be;

Add $ws_ex_toolwindow as extended style like :

GUICreate("My GUI",-1,-1,-1,-1,-1,$ws_ex_toolwindow)

Or is that not what you meant ?

Edited by JdeB

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.
  :)

Link to comment
Share on other sites

  • Developers

i want to delete my gui from the taskbar .... how ?

note , only from the taskbar, i want that its still visebal , on my screen my gui

Have you even looked at the post i made with the example ?

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.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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