Search found 5 matches

by uengin
Thu Jun 28, 2012 2:11 pm
Forum: VBScript
Topic: Modular VBS-HTML checkbox state retrieval
Replies: 4
Views: 8857

Modular VBS-HTML checkbox state retrieval

Jvierra,This is absolutely magnificent!!!Thank you for putting me on to HTA. I got more done in the past 2-3 days than I had developed that VBScript in the week I worked on that.My development of it was not trouble free though but as my understanding grew and I learned more I resolved every issue I ...
by uengin
Mon Jun 25, 2012 4:13 pm
Forum: VBScript
Topic: Modular VBS-HTML checkbox state retrieval
Replies: 4
Views: 8857

Modular VBS-HTML checkbox state retrieval

Oh wow. This looks good.Any online resources you can advise for me to get in to the nitty gritty of HTA?I gather you could embed images as well (though this might be an advanced feature) ?
by uengin
Mon Jun 25, 2012 1:04 pm
Forum: VBScript
Topic: Modular VBS-HTML checkbox state retrieval
Replies: 4
Views: 8857

Modular VBS-HTML checkbox state retrieval

Again, thanks for your reply (and also your critique).If you would like to understand why I have my code like this:++++++++++++++++++++++++++++++++++++++++++When you have logical functions performing discrete tasks, the main flow of the designed code, in my opinion is easier to understand especially...
by uengin
Mon Jun 25, 2012 12:23 am
Forum: VBScript
Topic: Modular VBS-HTML checkbox state retrieval
Replies: 4
Views: 8857

Modular VBS-HTML checkbox state retrieval

Thank you for your reply. It has definitely cleared up some of the confusion in my head. I definitely need to have a better understanding how how IE, HTML objects and VBScript interact and behave. However, the way you have set up that function for the time being leaves me in a predicament. I had the...
by uengin
Sat Jun 23, 2012 5:04 pm
Forum: VBScript
Topic: Modular VBS-HTML checkbox state retrieval
Replies: 4
Views: 8857

Modular VBS-HTML checkbox state retrieval

Hello Ladies an Gentlemen, Been trying to work out for the better part of the weekend how to retrieve checkbox states from an IE object in VBS, but not having very much luck so far. Objectives: 1) Modularity 2) Flexible dialog function 3) Single file container Purpose: Use the function to pass it va...