Jump to content

help Direct UI


Recommended Posts

freebsdcn,

What are you asking? Are you asking if AutoIt can automate that type of interface? Have you tried automating that interface yourself?

If it's based off of IE and DHTML, then you would need to use the <IE.au3> include.

Thanks,

Jarvis

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

autoit........... AutoIt Window Info

spy++

Can not find handle ??????????

DirectUI is a gui library to make win32 gui development more easy, It has the similar principle with the Microsoft "DirectUIHWND", which is used in Window xp file system ( left panel) , MSN Messager,Media Player or other product. If you use the spy++ tool to search the window, you will find a window class named "DirectUIHWND". The name of this library comes from the window class "DirectUIHWND". It means that drawing the child controls on parent window directly.

Traditionally, Windows applications are built upon the GDI/User windowing hierarchy, and thus restricted in several areas, While you can certainly generate a nice application quickly with the win32 control-set and get a standard clean look, you will soon find the limitations of the windows controls - especially if you want to build something that looks a little more flashy. The native Win32 custom-draw/Owner-draw technique is limited, next to support for transparent windows, rigid control scaling/resizing.

The DirectUI doesn't make use of the native Win32 controls except some complicated control such as edit, listctrl. Instead,It draws controls and widgets on the screen, this kind of interface is now new: "Skinning" has been widely accepted for its cool look and feel, as seen in Microsoft Msn and Media Player. This type of DirectUI is usually more suitable for small application hosting a limited number of dialogs. In fact, you can integrate the directui and native win32 controls in your application. For example, msn uses the type of directui to build its fancy main panel and uses the native win32 controls to build its Options dialog.

Edited by freebsdcn
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...