Jump to content

Win32 Classes


Recommended Posts

Is it possible to change the data to something else? I have a good understanding of how to pull data out of it. Is this a read only type of thing?

INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Link to comment
Share on other sites

  • Moderators

Is it possible to change the data to something else? I have a good understanding of how to pull data out of it. Is this a read only type of thing?

Like ControlSetText?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

No only as an example something like these:

class Win32_Desktop : CIM_Setting
{
  uint32 BorderWidth;
  string Caption;
  boolean CoolSwitch;
  uint32 CursorBlinkRate;
  string Description;
  boolean DragFullWindows;
  uint32 GridGranularity;
  uint32 IconSpacing;
  string IconTitleFaceName;
  uint32 IconTitleSize;
  boolean IconTitleWrap;
  string Name;
  string Pattern;
  boolean ScreenSaverActive;
  string ScreenSaverExecutable;
  boolean ScreenSaverSecure;
  uint32 ScreenSaverTimeout;
  string SettingID;
  string Wallpaper;
  boolean WallpaperStretched;
  boolean WallpaperTiled;
};
INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
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...