Search found 16 matches

by jglessner
Thu Jan 24, 2008 4:25 am
Forum: VBScript
Topic: Mask Input
Replies: 8
Views: 4993

Mask Input

Odd, the .dll is a component of the .NET framework (maybe only v2). I've found a couple pages where people say you can copy the .dll from an XP or WS2003 machine to Vista, register it, and it works.The file is in %SYSTEMROOT%system 32 on those systems, and can be registered on Vista by running "...
by jglessner
Thu Jan 24, 2008 4:08 am
Forum: VBScript
Topic: Mask Input
Replies: 8
Views: 4993

Mask Input

Hmm do you have the dotNET framework installed? The page mentioned that it was required.- Joe
by jglessner
Thu Jan 24, 2008 3:19 am
Forum: VBScript
Topic: Mask Input
Replies: 8
Views: 4993

Mask Input

They removed it in Vista?!?! GAH! One more reason for me to never install it. I wonder if there is an equivalent or something better maybe (or is that too much to hope for)?- Joe
by jglessner
Thu Jan 24, 2008 2:43 am
Forum: VBScript
Topic: Mask Input
Replies: 8
Views: 4993

Mask Input

If your users are all on Windows XP you can do it using the technique discussed in this Technet article. If not, I believe jdelatorre is right, and you're going to want to look at using an HTA.Hope this helps!- Joe
by jglessner
Thu Jan 17, 2008 2:21 am
Forum: PrimalScript
Topic: PrimalScript 4.5.561 script packager question
Replies: 11
Views: 4181

PrimalScript 4.5.561 script packager question

I put them all in the same directory so that I could easily zip them up. As it turns out the issue is that I was not aware that I had to add the script to the "Files" area of the Script Packager. Once I did this, it works fine. The documentation for PrimalScript should probably be amended ...
by jglessner
Tue Jan 15, 2008 6:51 am
Forum: PrimalScript
Topic: PrimalScript 4.5.561 script packager question
Replies: 11
Views: 4181

PrimalScript 4.5.561 script packager question

Any news on this?- Joe
by jglessner
Mon Jan 14, 2008 4:19 am
Forum: VBScript
Topic: New to VB, need help with variables
Replies: 3
Views: 2590

New to VB, need help with variables

That WMI reference is probably the most valuable scripting related link I ever came across (I had the old msdn.com link to this information, thanks for posting the new msdn2.com link!).Oh, and what you are looking for are Classes and Methods, not variables (variables are arbitrary names you assign i...
by jglessner
Mon Jan 14, 2008 3:37 am
Forum: PrimalScript
Topic: PrimalScript 4.5.561 script packager question
Replies: 11
Views: 4181

PrimalScript 4.5.561 script packager question

Ok, I tried adding 16x16, 24x24, 32x32 sizes, and even deleting the 48x48 size, and it still won't give me anything but the default icon.I tried all the other icons I could find, and same results. I looked at the Script Package .ESP file, and it shows the correct icon should be used, it's just not w...
by jglessner
Mon Jan 14, 2008 1:37 am
Forum: PrimalScript
Topic: PrimalScript 4.5.561 script packager question
Replies: 11
Views: 4181

PrimalScript 4.5.561 script packager question

Ok, in the mean time I'll try adding 32x32 and 16x16 sizes to it and see if that works out.- Joe
by jglessner
Sun Jan 13, 2008 5:21 am
Forum: VBScript
Topic: Changing File Properties
Replies: 7
Views: 5127

Changing File Properties

Ok, this can be done using WinAmp (free) and the ActiveWinAmp plugin (also free).Here is a link to ActiveWinAmp on the WinAmp site.And here is a link to a sample script that will work with ID3 info (it's about half way down the page, but read the article).Hope that gets you moving in the right direc...