LOULOU Posted July 19, 2006 Posted July 19, 2006 How to read an ownerdraw listbox ? ControlCommand can't do
JSThePatriot Posted July 19, 2006 Posted July 19, 2006 How to read an ownerdraw listbox ?ControlCommand can't doWhat is "ownerdraw listbox"?Thanks,JS 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)
LOULOU Posted July 20, 2006 Author Posted July 20, 2006 What is "ownerdraw listbox"?Thanks,JSIt's a listbox crerate by the user and which is not a standard listbox with standard message
nfwu Posted July 20, 2006 Posted July 20, 2006 You mean a custom or non-standrad control.Note: AutoIt only works with standard Microsoft controls - some applications write their own custom controls which may look like a standard MS control but may resist automation. Experiment!Experiment!~#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
JSThePatriot Posted July 20, 2006 Posted July 20, 2006 A list box created by the user. In what language? If its in AutoIt try looking at the GUIListView.au3 include file that gafrost has so kindly been creating for us. JS 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)
GaryFrost Posted July 20, 2006 Posted July 20, 2006 A list box created by the user. In what language? If its in AutoIt try looking at the GUIListView.au3 include file that gafrost has so kindly been creating for us.JSif it's a listbox it would be GuiList.au3 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
JSThePatriot Posted July 20, 2006 Posted July 20, 2006 if it's a listbox it would be GuiList.au3Thanks for the correction. I have only used it once. JS 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)
LOULOU Posted July 20, 2006 Author Posted July 20, 2006 Thanks for the correction. I have only used it once. JSIn fact i want to read a non standard listbox from a programm created in C++
GaryFrost Posted July 20, 2006 Posted July 20, 2006 In fact i want to read a non standard listbox from a programm created in C++Define non-standard.It's not a ListBox32? SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
JSThePatriot Posted July 20, 2006 Posted July 20, 2006 Define non-standard.It's not a ListBox32?My guess by non-standard is maybe it was created using another library other than the Windows API.JS 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now