﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>A1VBCode Forums / Classic Visual Basic (VB 6 or earlier) / COM/ActiveX  / MSScript.ocx / Latest Posts</title><generator>InstantForum.NET v4.1.1</generator><description>A1VBCode Forums</description><link>http://www.a1vbcode.com/vbforums/</link><webMaster>forums@a1vbcode.com</webMaster><lastBuildDate>Thu, 09 Sep 2010 15:57:25 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: MSScript.ocx</title><link>http://www.a1vbcode.com/vbforums/Topic26393-7-1.aspx</link><description>Not that it really matters but this is what Microsoft says about the script control. "&lt;EM&gt;The Script control ships with Visual Basic 6.0; however, Visual Basic 6.0 setup does not install the Script Control for you.&lt;/EM&gt;" &lt;A href="http://support.microsoft.com/kb/184739"&gt;http://support.microsoft.com/kb/184739&lt;/A&gt;</description><pubDate>Sun, 30 Nov 2008 16:55:55 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>RE: MSScript.ocx</title><link>http://www.a1vbcode.com/vbforums/Topic26393-7-1.aspx</link><description>&lt;div class="Quote"&gt;&lt;b&gt;Mark (11/29/2008)&lt;/b&gt;&lt;hr noshade size="1" class="hr"&gt;I have it listed as Microsoft Script Control 1.0 under components. The path to the ocx on my machine is C:\WINDOWS\system32\msscript.ocx.&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Thanks Mark but I don't have msscript.ocx in my system. I can't be a normal VB install else I would have it. &lt;img align="absmiddle" src="http://www.a1vbcode.com/vbforums/Skins/Classic/Images/EmotIcons/Wink.gif" border="0" title="Wink"&gt;</description><pubDate>Sun, 30 Nov 2008 10:21:16 GMT</pubDate><dc:creator>Keithuk</dc:creator></item><item><title>RE: MSScript.ocx</title><link>http://www.a1vbcode.com/vbforums/Topic26393-7-1.aspx</link><description>I have it listed as Microsoft Script Control 1.0 under components. The path to the ocx on my machine is C:\WINDOWS\system32\msscript.ocx.</description><pubDate>Sat, 29 Nov 2008 18:55:03 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>RE: MSScript.ocx</title><link>http://www.a1vbcode.com/vbforums/Topic26393-7-1.aspx</link><description>&lt;div class="Quote"&gt;&lt;b&gt;bardoel (11/29/2008)&lt;/b&gt;&lt;hr noshade size="1" class="hr"&gt;Hi Keith,&lt;BR&gt;&lt;BR&gt;MSScript should come with VB it allows for your apps to run VBScript as a result the Date$ doesnt work and Date displays the date in mm/dd/yyyy format.&lt;BR&gt;&lt;BR&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Well Lee in all the years I've used VB I've never noticed MSScript. Is this a Reference or an ocx?  &lt;img align="absmiddle" src="http://www.a1vbcode.com/vbforums/Skins/Classic/Images/EmotIcons/Wink.gif" border="0" title="Wink"&gt;</description><pubDate>Sat, 29 Nov 2008 17:38:15 GMT</pubDate><dc:creator>Keithuk</dc:creator></item><item><title>RE: MSScript.ocx</title><link>http://www.a1vbcode.com/vbforums/Topic26393-7-1.aspx</link><description>With vbscript you and easily separate the date parts and then reassmeble the however you want.&lt;/P&gt;&lt;DIV style="BORDER-RIGHT: #ffffff 3px solid; PADDING-RIGHT: 25px; BORDER-TOP: #ffffff 3px solid; PADDING-LEFT: 25px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 25px; BORDER-LEFT: #ffffff 3px solid; PADDING-TOP: 25px; BORDER-BOTTOM: #ffffff 3px solid; BACKGROUND-COLOR: #ffffff"&gt;&lt;FONT color=#0000cc&gt;Option&lt;/FONT&gt; &lt;FONT color=#0000cc&gt;Explicit&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#0000cc&gt;Dim&lt;/FONT&gt; strDay, strMonth, strYear, strOutput&lt;BR&gt;&lt;BR&gt;strDay = &lt;FONT color=#0000cc&gt;Day&lt;/FONT&gt;(&lt;FONT color=#0000cc&gt;Date&lt;/FONT&gt;)&lt;BR&gt;strMonth = &lt;FONT color=#0000cc&gt;Month&lt;/FONT&gt;(&lt;FONT color=#0000cc&gt;Date&lt;/FONT&gt;)&lt;BR&gt;strYear = &lt;FONT color=#0000cc&gt;Year&lt;/FONT&gt;(&lt;FONT color=#0000cc&gt;Date&lt;/FONT&gt;)&lt;BR&gt;&lt;BR&gt;strOutput = strday &amp;amp; "/" &amp;amp; strMonth &amp;amp; "/" &amp;amp; strYear&lt;BR&gt;&lt;BR&gt;MsgBox strOutput&lt;BR&gt;&lt;/DIV&gt;</description><pubDate>Sat, 29 Nov 2008 09:05:01 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>RE: MSScript.ocx</title><link>http://www.a1vbcode.com/vbforums/Topic26393-7-1.aspx</link><description>Hi Keith,&lt;br&gt;&lt;br&gt;Thaks but that still doesnt work. MSScript should come with VB it allows for your apps to run VBScript as a result the Date$ doesnt work and Date displays the date in mm/dd/yyyy format.&lt;br&gt;&lt;br&gt;Thanks &lt;br&gt;&lt;br&gt;Lee</description><pubDate>Sat, 29 Nov 2008 05:40:16 GMT</pubDate><dc:creator>bardoel</dc:creator></item><item><title>RE: MSScript.ocx</title><link>http://www.a1vbcode.com/vbforums/Topic26393-7-1.aspx</link><description>Welcome to A1vbcode &lt;STRONG&gt;Lee&lt;/STRONG&gt;.  &lt;IMG src="http://www.a1vbcode.com/vbforums/Uploads/Images/a42eca92-c175-476b-941c-ce21.gif"&gt;&lt;P&gt;&lt;div class="Quote"&gt;&lt;b&gt;bardoel (11/28/2008)&lt;/b&gt;&lt;hr noshade size="1" class="hr"&gt;Hi,&lt;BR&gt;&lt;BR&gt;I have added the MSScript control to an APP in VB6 and i am having issues with the date format. My regional settings are set to UK but when i use now() function it is displayed as 11/28/2008. Has anyone got any ideas.&lt;BR&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Well I never use &lt;STRONG&gt;Now&lt;/STRONG&gt; because Now shows Date and Time. If I only want the date I use &lt;STRONG&gt;Date &lt;/STRONG&gt;function. Now depending how your regional settings are set Date will give the current English date and Date$ will show the American date.&lt;/P&gt;&lt;P&gt;If its displaying 11/28/2008 then its showing the American date use the Date function. &lt;/P&gt;&lt;P&gt;I've never heard of MSScript where did you get it and what extra functions does it have?  &lt;img align="absmiddle" src="http://www.a1vbcode.com/vbforums/Skins/Classic/Images/EmotIcons/Wink.gif" border="0" title="Wink"&gt;</description><pubDate>Fri, 28 Nov 2008 20:27:54 GMT</pubDate><dc:creator>Keithuk</dc:creator></item><item><title>MSScript.ocx</title><link>http://www.a1vbcode.com/vbforums/Topic26393-7-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I have added the MSScript control to an APP in VB6 and i am having issues with the date format. My regional settings are set to UK but when i use now() function it is displayed as 11/28/2008. Has anyone got any ideas.&lt;br&gt;&lt;br&gt;Thanks &lt;br&gt;&lt;br&gt;Lee</description><pubDate>Fri, 28 Nov 2008 17:03:44 GMT</pubDate><dc:creator>bardoel</dc:creator></item></channel></rss>