<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Install &#187; html</title>
	<atom:link href="http://www.install.gr/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.install.gr</link>
	<description>OFFICE &#124; SharePoint &#124; Exchange &#124; Vbscript &#124; Windows</description>
	<lastBuildDate>Tue, 22 May 2012 11:25:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>inputbox in VBS &#8211; tutorial</title>
		<link>http://www.install.gr/vb-scripts/inputbox-in-vbs-tutorial/</link>
		<comments>http://www.install.gr/vb-scripts/inputbox-in-vbs-tutorial/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 12:34:49 +0000</pubDate>
		<dc:creator>Installer</dc:creator>
				<category><![CDATA[Vbscript]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[InputBox]]></category>
		<category><![CDATA[msgbox]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb6]]></category>
		<category><![CDATA[vb9]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.install.gr/vb-scripts/inputbox-in-vbs-tutorial/</guid>
		<description><![CDATA[How to use inputbox in a vbscript. First code: y = inputbox(&#8220;Message here&#8221;,&#8221;Title here&#8221;,&#8221;and textbox message here&#8221;) Second code: Name = inputbox(&#8220;Write your name here:&#8221;,&#8221;Test with inputbox&#8221;,&#8221;Here&#8221;) x = msgbox(&#8220;Hi &#8221; &#038; Name &#038; &#8221; !&#8221;,16,&#8221;hello&#8221;)]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vdqGZCDq4nQ?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/vdqGZCDq4nQ?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>How to use inputbox in a vbscript. First code: y = inputbox(&#8220;Message here&#8221;,&#8221;Title here&#8221;,&#8221;and textbox message here&#8221;) Second code: Name = inputbox(&#8220;Write your name here:&#8221;,&#8221;Test with inputbox&#8221;,&#8221;Here&#8221;) x = msgbox(&#8220;Hi &#8221; &#038; Name &#038; &#8221; !&#8221;,16,&#8221;hello&#8221;)</p>
<!-- Created with WP-Autoblog (http://elliottback.com) -->]]></content:encoded>
			<wfw:commentRss>http://www.install.gr/vb-scripts/inputbox-in-vbs-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a Html editor with Visual basic 2008</title>
		<link>http://www.install.gr/vb-scripts/how-to-make-a-html-editor-with-visual-basic-2008/</link>
		<comments>http://www.install.gr/vb-scripts/how-to-make-a-html-editor-with-visual-basic-2008/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 17:22:08 +0000</pubDate>
		<dc:creator>Installer</dc:creator>
				<category><![CDATA[Vbscript]]></category>
		<category><![CDATA[.exe]]></category>
		<category><![CDATA[08]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Edition]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[helpme]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.install.gr/vb-scripts/how-to-make-a-html-editor-with-visual-basic-2008/</guid>
		<description><![CDATA[Please visit my website @ www.nickmeow.tk Here is the code for the form1.vb Public Class Form1 Private Sub openbrowsertoolstripmenuitem_click(byval sender As System.Object, byval e As System.eventargs) Handles openbrowsertoolstripmenuitem.Click form2.show() End Sub Private Sub textbox1_textchanged(byval sender As System.Object, byval e As System.eventargs) Handles textbox1.textchanged Form2.webbrowser1.documenttext = textbox1.Text End Sub Private Sub button1_click(byval sender As System.Object, byval [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/A65jkcQOpTw?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/A65jkcQOpTw?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Please visit my website @ www.nickmeow.tk Here is the code for the form1.vb Public Class Form1 Private Sub openbrowsertoolstripmenuitem_click(byval sender As System.Object, byval e As System.eventargs) Handles openbrowsertoolstripmenuitem.Click form2.show() End Sub Private Sub textbox1_textchanged(byval sender As System.Object, byval e As System.eventargs) Handles textbox1.textchanged Form2.webbrowser1.documenttext = textbox1.Text End Sub Private Sub button1_click(byval sender As System.Object, byval e As System.eventargs) Handles Button1.Click Dim request As System.Net.httpwebrequest = System.Net.httpwebrequest.Create(textbox2.Text) Dim response As System.Net.httpwebresponse = request.getresponse() Dim sr As System.IO.streamreader = New System.IO.streamreader(response.getresponsestream()) Dim sourcecode As String = sr.readtoend() textbox1.Text = sourcecode End Sub End Class Please comment rate and subscirbe add your suggestions in the comments for my next video if you need help comment and ill help you</p>
<!-- Created with WP-Autoblog (http://elliottback.com) -->]]></content:encoded>
			<wfw:commentRss>http://www.install.gr/vb-scripts/how-to-make-a-html-editor-with-visual-basic-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diffrent way to Loop in a vbscript &#8211; Tutorial</title>
		<link>http://www.install.gr/vb-scripts/diffrent-way-to-loop-in-a-vbscript-tutorial/</link>
		<comments>http://www.install.gr/vb-scripts/diffrent-way-to-loop-in-a-vbscript-tutorial/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 09:55:44 +0000</pubDate>
		<dc:creator>Installer</dc:creator>
				<category><![CDATA[Vbscript]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[until]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb6]]></category>
		<category><![CDATA[vb9]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[while]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.install.gr/vb-scripts/diffrent-way-to-loop-in-a-vbscript-tutorial/</guid>
		<description><![CDATA[Learn a few diffrent way to Loop in a vbscript]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/CpybYNRamBs?f=videos&#038;app=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/CpybYNRamBs?f=videos&#038;app=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Learn a few diffrent way to Loop in a vbscript</p>
<!-- Created with WP-Autoblog (http://elliottback.com) -->]]></content:encoded>
			<wfw:commentRss>http://www.install.gr/vb-scripts/diffrent-way-to-loop-in-a-vbscript-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

