Jump to content

Recommended Posts

Posted (edited)

1) is it possible to make opposite command for WinSetOnTop? I need func to force given window always be behind all other windowses.

2)is is possible to make menuitems with picture?(using jpg, png, ico)

Edited by E1M1

edited

Posted

Yes but I want to make something like explorer in windows.. it have window called Program Manager which is always behind others and it can not be minimized.

edited

  • Developers
Posted

1) is it possible to make opposite command for WinSetOnTop? I need func to force given window always be behind all other windowses.

2)is is possible to make menuitems with picture?(using jpg, png, ico)

Why would you want to do all this?

Sounds a bit iffy to me.....

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

Posted

Why would you want to do all this?

Sounds a bit iffy to me.....

I want create window like program manager is, I other words I want create my own desktop.

for the window behind you could look at WinList, for the menu check out XSkin

Chow could WinList help me, it only shows window names with handles, and I event dont know for what is handle used.

Doesn't Xskin change gui totally?I want that GUI is like normal Win32 GUI, but only thing i want is load menu images from ico.

I have already made my own way, I can make GUI with button,and when I click on button another GUI will be created that has icon and text label next to it. so it looks like menu.I wanna know what u thing about that? is it good or bad?

edited

Posted

$Form1 = GUICreate("Program Manager", 633, 454, 193, 115,0x96000000,0x00000080)

This creates window I need, but not how I fore it always be on background

edited

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
×
×
  • Create New...