<?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>YS-Soft Labs &#187; Visual Basic</title>
	<atom:link href="http://ys-soft.web.id/category/visual-basic/feed" rel="self" type="application/rss+xml" />
	<link>http://ys-soft.web.id</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jan 2010 13:24:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable tombol Close X pada form</title>
		<link>http://ys-soft.web.id/disable-tombol-close-x-pada-form</link>
		<comments>http://ys-soft.web.id/disable-tombol-close-x-pada-form#comments</comments>
		<pubDate>Sat, 13 Sep 2008 03:00:06 +0000</pubDate>
		<dc:creator>Yuddy</dc:creator>
				<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://ys-soft.web.id/?p=16</guid>
		<description><![CDATA[Option Explicit
Private Declare Function DeleteMenu Lib &#8220;user32&#8243; (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long) As Long
Private Declare Function GetSystemMenu Lib &#8220;user32&#8243; (ByVal hwnd As Long, ByVal bRevert As Long) As Long
Private Const MF_BYPOSITION = &#38;H400&#38;
Private ReadyToClose As Boolean
Private Sub RemoveMenus(frm As Form, remove_restore As Boolean, remove_move As Boolean, remove_size As [...]]]></description>
		<wfw:commentRss>http://ys-soft.web.id/disable-tombol-close-x-pada-form/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form &#8220;Always on Top&#8221;</title>
		<link>http://ys-soft.web.id/form-always-on-top</link>
		<comments>http://ys-soft.web.id/form-always-on-top#comments</comments>
		<pubDate>Sat, 13 Sep 2008 02:56:50 +0000</pubDate>
		<dc:creator>Yuddy</dc:creator>
				<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://ys-soft.web.id/?p=14</guid>
		<description><![CDATA[Deklarasi
Declare Function SetWindowPos&#38; Lib &#8220;user32&#8243; (ByVal hwnd As Long, ByVal  hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long,  ByVal cy As Long, ByVal wFlags As Long)
Code yang digunakan
&#8216;Code ini akan menampilkan form selalu didepan
rtn = SetWindowPos(OnTop.hwnd, -2, 0, 0, 0, 0, 3)
&#8216;Code ini untuk mengembalikan fungsi [...]]]></description>
		<wfw:commentRss>http://ys-soft.web.id/form-always-on-top/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cek kecepatan akses form</title>
		<link>http://ys-soft.web.id/cek-kecepatan-akses-form</link>
		<comments>http://ys-soft.web.id/cek-kecepatan-akses-form#comments</comments>
		<pubDate>Sat, 13 Sep 2008 02:38:26 +0000</pubDate>
		<dc:creator>Yuddy</dc:creator>
				<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://ys-soft.web.id/?p=9</guid>
		<description><![CDATA[&#8216;*******************************************************
&#8216; Paste This code in the module don&#8217;t in form_Load
&#8216; Change Start object as sub main
&#8216; For check speed form : run the form for the first time and look how many you get access on speed form.
&#8216; Step two load picture or large picture in form and then check again how many form speed [...]]]></description>
		<wfw:commentRss>http://ys-soft.web.id/cek-kecepatan-akses-form/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

