Re: Need help - How to change icon in dialog box ?
Hi everybody,
I think I found a solution ...
I use
var oShell=new ActiveXObject("Shell.Application");
oShell.ShellExecute("bin\\Something.hta","","open");
to open my desired dialog box. By this maner I can specify an icon to my
Something.hta.
But for the moment I don't know how to simulate the modal aspect of
Something.hta. I tried with windows events like onActivate, onDeactivate,
onBlur, onFocus ... but nothing works
Someone have a idea to do this modal aspect ?
DrBelin
.
Relevant Pages
- Re: Export SMS 2003 Packages and Advertisements
... '// Export Package to PDF ... ICON comes back as actual Icon data. ... '// save in ICO file, then put icon file name in value. ... '// USERINPUTREQUIRED - specify whether user must interact with program ... (microsoft.public.sms.admin) - Re: Exctracting an icon from an EXE
... Ah, yeah, you can specify the size in the actual Windows API call, this is ... see any way to extract a specified icon size. ... (microsoft.public.dotnet.languages.csharp) - Re: File types on RISC OS
... same graphics image in the one directory. ... RISC OS should allow several files with the same name as long as ... If you specify only the name and there is only one ... icon. ... (comp.sys.acorn.misc) - Re: icons in commandbarbuttons
... but I add buttons inside an AddIn. ... I want to specify the icon button using FaceId property. ... (microsoft.public.visio.developer) - Re: current working directory
... ...hhhhhhh, very long line indeed, giving space to breathe. ... they tell me that there is option in VC++ to do like that means, if U specify the filename alone, it is enough to look for that in the installed directory's hierarchial step. ... i tell them it is not that much easy to like that in LV, bcos I ve not seen an icon in LV,s Function palette which ll give U the "Current Working Directory" like the case if Current VI's path or so. ... (comp.lang.labview) |
|