Ever wanted to create something as simple as a login form using vbscript, or just som other form with more that one textbox .. or perhaps create forms with listboxes, comboxes and stuff like that? Sure you has, and then you realized that is just isn’t possible. Fear no more .. DialogLib is here: DialogLib-0.3.zip
24/11-2018: DialogLib is no longer maintained by me – so I hereby release the source into the public domain. Feel free to alter and use the code as you see fit: DialogLib-Source.zip
August 8, 2012 - 12:45
Dear Søren,
I’m missing Radio-Buttons in the DialogLib.dll. Is it possible to implement it?
greetings from Germany
Thorsten Reinert
August 20, 2012 - 16:33
Hi Søren,
looks cool. Tried to add it to my script, but have a litte problem with the DLL. Registration was successfully, but Listdlls.exe did not find it. I the Registry I found some entries from the DLL. got an idea?
regards
Achim
August 21, 2012 - 09:13
Hi Thorsten
Radiobuttons will be added in the near future.
Regards Søren
August 21, 2012 - 09:44
Hi Achim
Listdlls.exe only displays currently loaded .dll’s – meaning that for Listdlls.exe to include DialogLib.dll in the list, a script using DialogLib must be running.
Regards Søren
April 22, 2013 - 22:38
DialogLib looks very promising. Any progress since v0.1?
December 10, 2013 - 18:15
The download link does not work
December 11, 2013 - 13:58
Just a few bugfixes for now.
Regards Søren
December 11, 2013 - 13:59
Sorry about that. The link has been fixed now.
Regards Søren
February 27, 2014 - 13:24
Hello, I am using your library and is very very helpful!
I have a question please, how can I set a specific position for the dialog?
I mean, you can do this:
UsernameLabel.SetPosition 20, 10
But you cannot do this:
Dialog.SetPosition 20, 10
I have this question cause I need the dialog to be always in the center of the screen.
Thank you!
February 27, 2014 - 13:24
May 6, 2016 - 14:12
Hello,
I am using your DialogLib dll and love it. Can the 0.2 version when adding a listbox allow for multiple selections or just one? Can multiple selections be added?
Thanks,
Kizer
October 19, 2016 - 18:41
ActiveX component can’t create object: ‘DialogLib.Dialog’
Windows 7
I tried to register the dll: failed
The dll is in the same folder as the demo.vbs
January 7, 2017 - 21:19
Nice library! Quick question though:
I work a bit on Windows Core servers, and Windows PE, so it can’t be guaranteed WOW64 is present. How about an AMD64 version?
I note that this may be the issue that the fellow above is having.
April 24, 2018 - 13:52
Hi,
this is excellent! Do you think you could add the feature “Browse file” in order to catch the file location? From there, I could then ran a script to copy the file location to the final destination… ;)
Cheers from Switzerland!
Poy
November 2, 2018 - 09:48
Hi,
this is the helpful Addon, that i’am looking for. But in the Demo I can’t find an example for Radiobuttons. Please can you give me an overview of the Methods and Properties, which where supported by your library.
Many thanks from Germany.
Andreas
November 20, 2018 - 19:51
Thank you so much!
Your DLL file was really useful. You saved me a lot of time!!!
November 24, 2018 - 11:54
Hi Edward
Thanks mate. Nice to hear. :-)
Regards Søren
November 24, 2018 - 11:57
Hi Andreas
I havn’t hvad the time for maintaing this little project due to other projects (currently http://www.jentronic.dk) – so there is no support for radiobuttons.
But .. I just released the sourcecode, so maybe someone would pick up where I left. :-)
Regards Søren
November 24, 2018 - 12:00
Hi Poy
Its great that you find the tool usefull. :-)
Due to lack of time, I’m not able to continue working on the project, but I’ve released the sourcecode into public domain – so hopefulle someone else would continue working on the tool. :-)
Regards Søren
November 24, 2018 - 12:01
Hi Richard
There is a 64bit .dll within the current release. :-)
Regards Søren
November 24, 2018 - 12:02
Hi David
You probaly need to run the demo in an administrative shell. :-)
Regards Søren
November 24, 2018 - 12:03
Hi Kizar
I’m no longer maintaing the project – but the sourcecode has been released – so hopefully someone else would keep up the work. :-)
Regards Søren