
<!-- Start of Zopim Live Chat Script -->
<script type="text/javascript">
document.write(unescape("%3Cscript src='" + document.location.protocol + "//zopim.com/?ftNlySisWzA7cL4yhBH2i1AnOhsP7Vzk' charset='utf-8' type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- End of Zopim Live Chat Script -->
<!-- Start google Analytics Script -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-34284194-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script><?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[La Chí Nhân - Mr Biết Tuốt - Blog]]></title> 
    <link>http://trubatgioi.net/lbs/</link> 
    <description><![CDATA[Nơi của sự chia sẻ]]></description> 
    <language>en</language> 
    <copyright><![CDATA[Copyright 2013, La Chí Nhân - Mr Biết Tuốt - Blog]]></copyright> 
    <webMaster><![CDATA[lachinhan@gmail.com (La Chí Nhân)]]></webMaster> 
    <generator>LBS v2.0.313</generator> 
    <pubDate>Sat, 25 May 2013 13:13:03 +0700</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[Tạo sitemap cho website bằng công cụ miễn phí]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=560]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sat, 19 Jan 2013 13:39:29 +0700</pubDate> 
      <description><![CDATA[<div style="width: 100%;overflow-x : auto;"><a href="http://static.xml-sitemaps.com/images/home-colour.jpg" target="_blank"><img src="http://static.xml-sitemaps.com/images/home-colour.jpg" alt="http://static.xml-sitemaps.com/images/home-colour.jpg" /></a></div><br /><br /><b>Tạo sitemap cho website bằng công cụ miễn phí với hỗ trợ đầy đử và nhanh chóng</b><br />Sitemap là một yếu tố rất quan trọng trong việc Google lập chỉ mục website của chúng ta. Một site đầy đủ sẽ giúp các con robot của Google nhanh chóng tiếp cận tới các webpage của chúng ta và lập chỉ mục cho chúng. <br /><br />Ngoài ra sitemap cũng làm ]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=560]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Disable Right Click -EXCEL VBA]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=498]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Wed, 03 Oct 2012 14:20:20 +0700</pubDate> 
      <description><![CDATA[This will disable popup menu<br /><div class="code"><br />Sub Disable_Right_Click()<br /><br />&#39; ---------------------------------------------------------------<br />&#39; Written By Shanmuga Sundara Raman for http&#58;//vbadud.blogspot.com<br />&#39; ---------------------------------------------------------------<br /><br />&#39; This will disable mouse right click on worksheets<br /><br />Application.CommandBars(&quot;Cell&quot;).Enabled = False<br /><br />End Sub</div>]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=498]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Extract Links hoặc URLs từ một Web Page – Visual Basic 6 (VB6)]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=398]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sun, 19 Feb 2012 08:42:02 +0700</pubDate> 
      <description><![CDATA[<div style="width: 100%;overflow-x : auto;"><a href="http://fatherofcents.com/wp-content/uploads/2011/08/extract-links-visual-basic-6-300x206.png" target="_blank"><img src="http://fatherofcents.com/wp-content/uploads/2011/08/extract-links-visual-basic-6-300x206.png" alt="http://fatherofcents.com/wp-content/uploads/2011/08/extract-links-visual-basic-6-300x206.png" /></a></div><br /><div class="code">Private Sub Command1_Click()<br />&nbsp;Dim c<br />&nbsp;Dim aLink As Object<br />&nbsp;<br />&nbsp;For Each aLink In WebBrowser1.Document.All.tags(&quot;A&quot;)<br />&nbsp;List1.AddItem aLink.href<br />&nbsp;Next aLink<br />&nbsp;<br />&nbsp;Open App.Path &amp; &quot;\urllist.txt&quot; For Output As #1<br />&nbsp;For c = 0 To List1.ListCount - 1<br />&nbsp;Print #1, List1.List(c)</div>]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=398]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Một số mã nguồn cho VB6]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=376]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Thu, 02 Feb 2012 15:06:18 +0700</pubDate> 
      <description><![CDATA[<b><a href="http://www.mediafire.com/?m04p8xd046nmymb" title="http://www.mediafire.com/?m04p8xd046nmymb" target="_blank">Code chương trình quản lý hồ sơ công chứng</a></b><br /><br /><b><a href="http://www.mediafire.com/?2s3xvtnnaq74oju" title="http://www.mediafire.com/?2s3xvtnnaq74oju" target="_blank">Code chương trình quản lý kế toán  VB6, CSDL Access</a></b><br /><br /><b><a href="http://www.mediafire.com/?ds890zuudb3o0i1" title="http://www.mediafire.com/?ds890zuudb3o0i1" target="_blank">Code chương trình quản lý nhà trẻ  VB6, CSDL SQL</a></b><br /><br />Code tự động thu thập dữ liệu qua cổng COM theo chuẩn RS322 bằng VB<br />]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=376]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Function Giá Vàng Dollar hôm nay]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=342]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 13 Dec 2011 13:37:22 +0700</pubDate> 
      <description><![CDATA[<div style="width: 100%;overflow-x : auto;"><a href="http://www.caulacbovb.com/forum/download/file.php?id=13790" target="_blank"><img src="http://www.caulacbovb.com/forum/download/file.php?id=13790" alt="http://www.caulacbovb.com/forum/download/file.php?id=13790" /></a></div><br /><br />Function Giá Vàng Dollar hôm nay dùng số liệu do trang <a href="http://www.sacombank-sbj.com" title="http://www.sacombank-sbj.com" target="_blank">http://www.sacombank-sbj.com</a> cung cấp<br />Function hoạt động nhờ một function khác: SourceURL_Stream để load source trang web<br />2 function có code như sau:<br />MODULE:<br /><div class="code">&#39;us-ascii, utf-8, unicode, iso-8859-1, _autodetect<br />Public Function SourceURL_Stream(Url As String, _</div>]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=342]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Làm giảm dung lượng tập tin Excel]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=272]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sun, 18 Sep 2011 17:52:32 +0700</pubDate> 
      <description><![CDATA[<div style="width: 100%;overflow-x : auto;"><a href="http://www.vbaexpress.com/forum/images/logos/09-18.gif" target="_blank"><img src="http://www.vbaexpress.com/forum/images/logos/09-18.gif" alt="http://www.vbaexpress.com/forum/images/logos/09-18.gif" /></a></div><br /><br />Sau khi sử dụng một thời gian, các bạn phát hiện tập tin Excel của mình có dung lượng lớn. Vậy làm sao để làm giảm dung lượng tập tin Excel này?<br />Xin giới thiệu các bạn đoạn code của DRJ<br /><div class="code">Option Explicit <br />&nbsp;<br />Sub ExcelDiet() <br />&nbsp;<br />&nbsp;Dim j               As Long <br />&nbsp;Dim k               As Long <br />&nbsp;Dim LastRow         As Long </div>]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=272]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Thay đổi Level của Security của Excel bằng Code VBA]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=252]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 29 Jul 2011 16:07:19 +0700</pubDate> 
      <description><![CDATA[Đoạn code này có thể thay đổi Level của Security dù đang để ở mức cao, nhưng phải nằm trong file add-ins (xla), và phải khởi động lại Excel:<div class="code">Sub Set_Security()<br />&nbsp;Dim obj, iLevel<br />&nbsp;Set obj = CreateObject(&quot;WScript.Shell&quot;)<br />&nbsp;iLevel = obj.RegRead(&quot;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\11.0\Excel\Security\Level&quot;)<br />&nbsp;If iLevel &gt; 1 Then<br />&nbsp;obj.RegWrite &quot;HKEY_CURRENT_USER\SOFTWARE</div>]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=252]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Chèn hình vào cell bằng hàm tự tạo]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=245]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sun, 10 Jul 2011 11:02:26 +0700</pubDate> 
      <description><![CDATA[Chèn hình vào cell bằng hàm tự tạo<br />Xưa nay người ta thường chèn hình vào bảng tính bằng 1 thủ tục nào đó (Sub...). Vậy các bạn có nghĩ rằng có thể chèn hình bằng hàm tự tạo không? Tức là ta gõ hàm vào cell, lập tức hình được chèn vào ngay cell ấy!<br />Ví dụ ta gõ thế này: =CommPic(&quot;D:\Pic\Hinh 1.jpg&quot;,C5) thì lập tức Hinh 1.jpg được chèn vừa vặn vào cell C5<br />Hấp dẫn nhỉ? Vậy mà code lại khá đơn giản:<br />]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=245]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Đăng nhập vào 1 website  caulacbovb]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=185]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sun, 20 Mar 2011 20:13:51 +0700</pubDate> 
      <description><![CDATA[website (caulacbovb.com) có các textbox để nhập nick và pass, button Đăng nhập... Tuy thế, chúng lại không có hWnd nên không thể dùng SendMessage được<br />Vậy ta dùng WebBrowser với Document để điều khiển nó (các textbox và button)<br /><br />* Dùng IE, mở trang <a href="http://www.caulacbovb.com/forum/ucp.php?mode=login" title="http://www.caulacbovb.com/forum/ucp.php?mode=login" target="_blank">http://www.caulacbovb.com/forum/ucp.php?mode=login</a><br />* Xem source code để tìm ID của 2 textbox, kết quả là: username và password<br />* button có name ]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=185]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Mở tập tin Excel có macro mà không cần phải Enable]]></title> 
      <link><![CDATA[http://trubatgioi.net/lbs/article.asp?id=182]]></link> 
      <category><![CDATA[Lập trình VB - VBA]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sun, 20 Mar 2011 09:54:18 +0700</pubDate> 
      <description><![CDATA[Khi tạo một ứng dụng Excel, đôi lúc bạn muốn người dùng khi mở tập tin ra không cần phải nhấn vào nút Enable Macro.<br /><br />Tôi xin giới thiệu  cách Dùng Visual Basic 6.0<br /><br />Kỹ thuật Tạo một Front Loader cho ứng dụng Excel của bạn bằng Visual Basic 6.0<br /><br />Đầu tiên bạn mở VB 6.0 ra, chọn Standard EXE sau đó chọn nút Open<br /><br /><div style="width: 100%;overflow-x : auto;"><a href="http://i2.photobucket.com/albums/y4/levanduyet/en1.jpg" target="_blank"><img src="http://i2.photobucket.com/albums/y4/levanduyet/en1.jpg" alt="http://i2.photobucket.com/albums/y4/levanduyet/en1.jpg" /></a></div><br />Bạn thêm vào ]]></description>
      <wfw:commentRss><![CDATA[http://trubatgioi.net/lbs/feed.asp?q=comment&id=182]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
