Jump to content

Recommended Posts

Posted (edited)

I have seen a lot of codes in whih this word is written inside brackets for example ["CLASS:Shell_Traywin"]

what is the word "CLASS" mean here what is its functionality?? also I haven't got any info about the words "Shell_Traywin" in help file for example check the given link & see the codes as given in that thread

http://www.autoitscript.com/forum/index.php?showtopic=86090
Edited by COMSATS
Posted (edited)

I have seen a lot of codes in whih this word is written inside brackets for example ["CLASS:Shell_Traywin"]

what is the word "CLASS" mean here what is its functionality?? also I haven't got any info about the words "Shell_Traywin" in help file for example check the given link & see the codes as given in that thread

http://www.autoitscript.com/forum/index.php?showtopic=86090
Play around with AU3Info ( in Scite's toolbar), and you'll get the idea :D

read here ---> http://en.wikipedia.org/wiki/Class_(computer_science)

Edited by Robin
Posted (edited)

lol, it's not the meaning here. Class is the lpszClassName of the WNDCLASSEX structrue and not a C\C++ Class.

Edit: WNDCLASSEX instead of CLASSWNDEX ;]

Edited by Authenticity

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