Re: Custom dialog boxes




"Blinky" <wehxxxnospamxx@xxxxxxxxxxxxxx> wrote in message
news:UxxYj.2794$IK1.142@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi everyone,

I have a project that has been a work in progress over some time.
I am in the process of upgrading and improving, howver my problem concerns
the fact I need to use custom dialog boxes.

I have been using a custom IE dialog box which, to be honest I don't have
a huge understanding of, but have got working within my code.
I now need to create a custom IE dialog with dynamic content.

This dialog uses a mix of radio, check, select and text inputs.

The radio selections are within one group - 3 of them are static but more
may need to be added on the fly.
There is one checkbox that is static, a dropdown (select) which is static
and a checkbox that is static.

I know this is a fairly loose description, but could someone help me with
the required code to use and support the IE dialog box.

PS. I have a fairly good understanding of VBScript for the majority of
projects I have undertaken, but I am somewhat lacking when it comes to
using IE dialogs whith VBScript.


Many thanks, Bill.


I can only offer an example that might help. This uses IE to display a box
that indicates progress in a program. I use it when my script may take some
time:

http://www.rlmueller.net/IE%20Display.htm

I think it is based on work by Tom Lavedas. You can search the
microsoft.public.scripting.* newsgroups for more examples.

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--


.



Relevant Pages

  • Custom dialog boxes
    ... the fact I need to use custom dialog boxes. ... The radio selections are within one group - 3 of them are static but more ... There is one checkbox that is static, a dropdown which is static ... IE dialogs whith VBScript. ...
    (microsoft.public.scripting.vbscript)
  • Re: % Complete
    ... I am looking to extract the progress of % complete for a block of tasks. ... > Project data field or custom calculated value can be exported as ... > timescaled information to Excel. ... > all data the formatting in Excel can also be customized with the macro ...
    (microsoft.public.project)
  • Problem with add-in application
    ... To provide the functionality to capture and display some custom and inbuilt document properties for all new documents and, if possible, existing ones. ... Create a Word template with an integral userform and the necessary VBA code; ... Personally I'd like to progress the 2nd option as it seems to have a number of advantages ...
    (microsoft.public.word.vba.general)
  • Problem with add-in application
    ... To provide the functionality to capture and display some custom and inbuilt document properties for all new documents and, if possible, existing ones. ... Create a Word template with an integral userform and the necessary VBA code; ... Personally I'd like to progress the 2nd option as it seems to have a number of advantages ...
    (microsoft.public.word.vba.customization)
  • Re: BackgroundWorker.ProgressChanged Event
    ... instead of simply incrementing a progress bar. ... ProgressChangedEventArgs has another property: UserState. ... you can use the userState parameter to pass a custom ... In the ProgressChanged event handler, you can then cast the UserState to ...
    (microsoft.public.dotnet.general)