<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Prompt for password entry and hide while it is being typed</title>
	<atom:link href="http://quicktestprofessional.wordpress.com/2008/02/15/54/feed/" rel="self" type="application/rss+xml" />
	<link>http://quicktestprofessional.wordpress.com/2008/02/15/54/</link>
	<description>QTP Tips  QTP codes  QTP Faqs  and more</description>
	<lastBuildDate>Tue, 20 Oct 2009 04:00:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Usman</title>
		<link>http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-1201</link>
		<dc:creator>Usman</dc:creator>
		<pubDate>Thu, 16 Jul 2009 13:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-1201</guid>
		<description>Dear,
I have this below password. it is working good. but the problem is when it ask for password and when i type password the text show in the box is visible. it should come in &quot;******&quot; form. just guide me how can i edit this code to get password like this.
thanks

Private Sub CommandButton2_Click()
 If MsgBox(&quot;Are you sure(You have to enter a correct password otherwise this workbook will be closed) ?&quot;, vbYesNo + vbQuestion) = vbNo Then
   Exit Sub
Else
   &#039;Code goes here
   Dim pass As String
    pass = InputBox(&quot;Enter Password&quot;)
    If pass  &quot;sulaiman&quot; Then ThisWorkbook.Close Saved = True
   Unload Me
   End If
   
   End Sub</description>
		<content:encoded><![CDATA[<p>Dear,<br />
I have this below password. it is working good. but the problem is when it ask for password and when i type password the text show in the box is visible. it should come in &#8220;******&#8221; form. just guide me how can i edit this code to get password like this.<br />
thanks</p>
<p>Private Sub CommandButton2_Click()<br />
 If MsgBox(&#8220;Are you sure(You have to enter a correct password otherwise this workbook will be closed) ?&#8221;, vbYesNo + vbQuestion) = vbNo Then<br />
   Exit Sub<br />
Else<br />
   &#8216;Code goes here<br />
   Dim pass As String<br />
    pass = InputBox(&#8220;Enter Password&#8221;)<br />
    If pass  &#8220;sulaiman&#8221; Then ThisWorkbook.Close Saved = True<br />
   Unload Me<br />
   End If</p>
<p>   End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OingoBo</title>
		<link>http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-693</link>
		<dc:creator>OingoBo</dc:creator>
		<pubDate>Tue, 09 Dec 2008 12:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-693</guid>
		<description>Very usefull.  Thank you for taking the time to share.

-O</description>
		<content:encoded><![CDATA[<p>Very usefull.  Thank you for taking the time to share.</p>
<p>-O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pooja</title>
		<link>http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-266</link>
		<dc:creator>pooja</dc:creator>
		<pubDate>Sun, 06 Jul 2008 14:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-266</guid>
		<description>When I am using IE.Visible = TRUE, Application displays for a sec and disapperas,Is there ay method to display the form</description>
		<content:encoded><![CDATA[<p>When I am using IE.Visible = TRUE, Application displays for a sec and disapperas,Is there ay method to display the form</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quicktestprofessional</title>
		<link>http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-25</link>
		<dc:creator>quicktestprofessional</dc:creator>
		<pubDate>Thu, 06 Mar 2008 05:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-25</guid>
		<description>Pari,
You have to use TE(Terminal Emulator)Addin for that.You have to buy that seperatly.</description>
		<content:encoded><![CDATA[<p>Pari,<br />
You have to use TE(Terminal Emulator)Addin for that.You have to buy that seperatly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pari</title>
		<link>http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-23</link>
		<dc:creator>Pari</dc:creator>
		<pubDate>Wed, 05 Mar 2008 21:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://quicktestprofessional.wordpress.com/2008/02/15/54/#comment-23</guid>
		<description>Another thing i would like to ask you that &quot;Do you have some idea about how to use QTP on mainframes? I am a project manager here on a mainframe project and we are planing to get do automation using QTP. I will greatly appriciate your help</description>
		<content:encoded><![CDATA[<p>Another thing i would like to ask you that &#8220;Do you have some idea about how to use QTP on mainframes? I am a project manager here on a mainframe project and we are planing to get do automation using QTP. I will greatly appriciate your help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
