i am in need of a good tutorial on installscript,working with scripts,extensibility, custom dialogs for working on dev studio 9 on a installshield project. But on web it seems no good tutorials are available.everything points to books from installshield.com Advise. Thanks Suman ray
R
raysuman
@raysuman
Posts
-
installscript -
getdlgitem/getwindowtextthe problem is that there is no gurantee that this object will be created in program lifetime. In fact if the user does not click on help->about , object is never created. Suman ray
-
getdlgitem/getwindowtextI have to get back the static text on a dialog programatically. Say version number on help about dialog which will keep on changing . But when the code like getwindow text executes the dialog is not active . So grtting invalid handle .please advise Suman ray
-
reading icons:)thanks you can do it that way, discovered another api . ExractAssociatedIcon(also a shell api ) to do it . regards Suman Ray