<?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>Blog ngohaibac&#187; Visual C++</title>
	<atom:link href="http://www.ngohaibac.net/category/programming-my_work/visual-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ngohaibac.net</link>
	<description>Hãy chia sẻ để được chia sẻ.</description>
	<lastBuildDate>Sat, 15 Oct 2011 14:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MonoDevelop:Phần mềm lập trình C# và các ngôn ngữ .Net khác trong Ubuntu</title>
		<link>http://www.ngohaibac.net/monodevelop-phan-mem-lap-trinh-c-va-cac-ngon-ngu-net-khac-tren-ubuntu/</link>
		<comments>http://www.ngohaibac.net/monodevelop-phan-mem-lap-trinh-c-va-cac-ngon-ngu-net-khac-tren-ubuntu/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 08:17:32 +0000</pubDate>
		<dc:creator>ngohaibac</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Visual C++]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.net/?p=158</guid>
		<description><![CDATA[Chào các bạn. MonDevelop là môi trường phát triển IDE GNOME hoàn toàn miễn phí được thiết kế cho ngôn ngữ C# và các ngôn ngữ .Net khác với các chức năng gợi nhớ code, quản lý class,xây dưng Addon, .... đang chờ các bạn khám phá. MonoDevelop is a free GNOME IDE primarily designed [...]


Related posts:<ol><li><a href='http://www.ngohaibac.net/cai-d%e1%ba%b7t-p2p-emule-client-trong-ubuntu/' rel='bookmark' title='Cài đặt P2P Emule Client trong Ubuntu'>Cài đặt P2P Emule Client trong Ubuntu</a></li>
<li><a href='http://www.ngohaibac.net/lap-trinh-gui-trong-matlab-chap1/' rel='bookmark' title='Lập trình giao diện GUI trong Matlab (Phần 1)'>Lập trình giao diện GUI trong Matlab (Phần 1)</a></li>
<li><a href='http://www.ngohaibac.net/trinh-quan-ly-tai-lieu-hieu-qua-jabref-trong-ubuntu/' rel='bookmark' title='Trình quản lý tài liệu hiệu quả JabRef - Reference manager trong Ubuntu'>Trình quản lý tài liệu hiệu quả JabRef - Reference manager trong Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Chào các bạn.</p>
<p>MonDevelop là môi trường phát triển IDE GNOME hoàn toàn miễn phí được thiết kế cho ngôn ngữ C# và các ngôn ngữ .Net khác với các chức năng gợi nhớ code, quản lý class,xây dưng Addon, .... đang chờ các bạn khám phá.</p>
<p>MonoDevelop is a free GNOME IDE primarily designed for C# and other .NET languages. The main features of MonoDevelop are:</p>
<ul>
<li>Code Completion. MonoDevelop's intelligent code completion attempts to complete type, method and field names as you're typing. The IDE will automatically get the class information from your source code files and from the libraries referenced in your project.</li>
<li> Class Management. MonoDevelop has a class viewer which allows you to list the classes in your project, their methods, and properties. Your namespaces are also kept track of to keep the classes separated.</li>
<li>Built-in Help. The .NET documentation and the Gtk# documentation are built into MonoDevelop for easy access.</li>
<li>Project Support. MonoDevelop comes with built in projects that help get you started with your console, Gnome# or Gtk# application.</li>
<li>Add-ins. MonoDevelop has a powerful add-in engine, which together with a modular API and a complete set of extension points, provides a seamless platform upon which to build your own development tools. MonoDevelop also provides an Add-in Manager you can use to install add-ins from online repositories.</li>
</ul>
<p>Homepage: <a href="http://www.monodevelop.com/Main_Page" target="_blank">http://www.monodevelop.com/Main_Page</a></p>
<p><a href="http://www.monodevelop.com/files/9/93/Md-main.png" rel="shadowbox[sbpost-158];player=img;"><img src="http://www.monodevelop.com/files/9/93/Md-main.png" alt="" width="550" height="380" /></a></p>
<p>Các bạn hoàn toàn có thể vào trong trang chủ này để khám phá xem tính năng của phần mềm này và các tutorial của nó. Ví dụ: <a href="http://www.monodevelop.com/Creating_C_and_CPP_Projects" target="_blank">http://www.monodevelop.com/Creating_C_and_CPP_Projects</a> để tạo một project bằng C, C++ trong MonoDevelop.</p>
<p>Mình thấy cái này hay quá nên giới thiệu cho các bạn luôn. Thế là khỏi phải sợ không có Visual Studio nữa nhé ke ke.</p>
<h2>Cài đặt</h2>
<p>Mở Terminal lên gõ lệnh sau:</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">sudo apt-get install monodevelop</pre>
<p>Chúc các bạn thành công.</p>
<img src="http://www.ngohaibac.net/?ak_action=api_record_view&id=158&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.net/cai-d%e1%ba%b7t-p2p-emule-client-trong-ubuntu/' rel='bookmark' title='Cài đặt P2P Emule Client trong Ubuntu'>Cài đặt P2P Emule Client trong Ubuntu</a></li>
<li><a href='http://www.ngohaibac.net/lap-trinh-gui-trong-matlab-chap1/' rel='bookmark' title='Lập trình giao diện GUI trong Matlab (Phần 1)'>Lập trình giao diện GUI trong Matlab (Phần 1)</a></li>
<li><a href='http://www.ngohaibac.net/trinh-quan-ly-tai-lieu-hieu-qua-jabref-trong-ubuntu/' rel='bookmark' title='Trình quản lý tài liệu hiệu quả JabRef - Reference manager trong Ubuntu'>Trình quản lý tài liệu hiệu quả JabRef - Reference manager trong Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.net/monodevelop-phan-mem-lap-trinh-c-va-cac-ngon-ngu-net-khac-tren-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</title>
		<link>http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/</link>
		<comments>http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 00:26:40 +0000</pubDate>
		<dc:creator>ngohaibac</dc:creator>
				<category><![CDATA[Microchip PIC]]></category>
		<category><![CDATA[Visual C++]]></category>
		<category><![CDATA[PIC]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/</guid>
		<description><![CDATA[Ch&#224;o c&#225;c bạn. B&#224;i n&#224;y m&#236;nh viết l&#226;u rồi nhưng thấy rất hay n&#234;n post lại cho c&#225;c bạn. C&#225;c bạn d&#249;ng qua Visual C++ 6.0 v&#224; Visual C++.Net đều thấy t&#225;c dụng quản l&#253; Project v&#224; gợi &#253; code rất l&#224; hay. Khi d&#249;ng ta sẽ kh&#244;ng sợ qu&#234;n h&#224;m n&#224;y, h&#224;m kia.Quản l&#253; [...]


Related posts:<ol><li><a href='http://www.ngohaibac.net/beginning-visual-c-2005-c%e1%bb%a7a-ivor-horton/' rel='bookmark' title='Beginning Visual C++ 2005 của Ivor Horton'>Beginning Visual C++ 2005 của Ivor Horton</a></li>
<li><a href='http://www.ngohaibac.net/thu-vien-giao-tiep-rs232-cho-pic18-bang-htpic18/' rel='bookmark' title='Thư viện giao tiếp RS232 cho PIC18 bằng HTPIC18'>Thư viện giao tiếp RS232 cho PIC18 bằng HTPIC18</a></li>
<li><a href='http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/' rel='bookmark' title='Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0'>Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Ch&#224;o c&#225;c bạn.</p>
<p>B&#224;i n&#224;y m&#236;nh viết l&#226;u rồi nhưng thấy rất hay n&#234;n post lại cho c&#225;c bạn.</p>
<p>C&#225;c bạn d&#249;ng qua Visual C++ 6.0 v&#224; Visual C++.Net đều thấy t&#225;c dụng quản l&#253; Project v&#224; gợi &#253; code rất l&#224; hay. Khi d&#249;ng ta sẽ kh&#244;ng sợ qu&#234;n h&#224;m n&#224;y, h&#224;m kia.Quản l&#253; được cả một Project to vật v&#227; <img title="Big Grin" border="0" alt="" src="http://www.picvietnam.com/forum/images/smilies/biggrin.gif" />.</p>
<p>Sau đ&#226;y xin hướng dẫn c&#225;c bạn c&#225;ch quản lý và build m&#244;̣t Project cho PIC16F877A với trình dịch HTPIC bằng Visual C++.Net.</p>
<p>Để l&#224;m điều n&#224;y, đầu ti&#234;n bạn phải dịch qua một Project đơn giản bằng MPLAB với tr&#236;nh dịch HTPIC đ&#243;. Sẽ hiểu ra vấn đề. </p>
<p>Project của m&#236;nh c&#243; c&#225;c file sau: <b>main.c, UART.c, UART.h.</b> T&#234;n Project l&#224; <b>UART     <br /></b>    <br />Khi m&#236;nh dịch một Project m&#236;nh thấy n&#243; thực hiện c&#225;c command sau:</p>
<blockquote><pre>Executing: &quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot; -C -E&quot;main.cce&quot; &quot;main.c&quot; -O&quot;main.obj&quot; -Zg9 -O -ASMLIST -Q -MPLAB -16F877A

Executing: &quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot; -C -E&quot;UART.cce&quot; &quot;UART.c&quot; -O&quot;UART.obj&quot; -Zg9 -O -ASMLIST -Q -MPLAB -16F877A

Executing: &quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot; -E&quot;UART.lde&quot; &quot;G:\My Projects\PIC_Projects\PIC16F877A\UART\main.obj&quot; &quot;G:\My Projects\PIC_Projects\PIC16F877A\UART\UART.obj&quot; -M&quot;UART.map&quot; -O&quot;UART.cof&quot; -O&quot;UART.hex&quot; -Q -MPLAB -16F877A</pre>
</blockquote>
<p>khi đ&#243; m&#236;nh t&#243;m lược lại th&#224;nh:</p>
<blockquote>
<pre><b>&quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot;</b> -C -E&quot;main.cce&quot; &quot;main.c&quot; -O&quot;main.obj&quot; -Zg9 -O -ASMLIST -Q -MPLAB -<b>16F877A</b>

&quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot; -C -E&quot;UART.cce&quot; &quot;UART.c&quot; -O&quot;UART.obj&quot; -Zg9 -O -ASMLIST -Q -MPLAB -<b>16F877A</b>

&quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot; -E&quot;UART.lde&quot; &quot;main.obj&quot; &quot;UART.obj&quot; -M&quot;UART.map&quot; -O&quot;UART.cof&quot; -O&quot;UART.hex&quot; -Q -MPLAB -<b>16F877A</b></pre>
</blockquote>
<p>Như vậy 16F877A l&#224; t&#234;n của chip m&#224; m&#236;nh muốn dịch. D&#242;ng đầu ti&#234;n ch&#237;nh l&#224; dịch ra file <b>main.obj,</b> d&#242;ng 2 dịch ra file <b>uart.obj,</b> d&#242;ng 3 dịch ra file <b>UART.hex</b> l&#224; xong.</p>
<p>Vậy c&#243; bao nhi&#234;u file .c th&#236; c&#243; bấy nhi&#234;u lệnh như d&#242;ng đầu ti&#234;n. C&#242;n d&#242;ng cuối c&#249;ng l&#224; kế hợp để tạo ra file .Hex.</p>
<p>Chi tiết mời bạn xem manual của c&#225;c tr&#236;nh dịch phần <b>command line </b>tại trang <a href="http://htsoft.com">http://htsoft.com</a>.</p>
<p>Tiếp theo, bạn mở Visual Studio 2005 l&#234;n nh&#233;. V&#224; l&#224;m theo hướng dẫn.</p>
<p align="center"><a href="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0051.gif" rel="shadowbox[sbpost-138];player=img;" target="_blank"><img border="0" alt="" src="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0051.gif" /></a></p>
<p align="center"><b><i></i></p>
<p align="center">H&#236;nh 1: V&#224;o File -&gt; New Project</p>
<p align="center">
<p>  </b></p>
<p align="center"><a href="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0052.gif" rel="shadowbox[sbpost-138];player=img;" target="_blank"><img border="0" alt="" src="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0052.gif" width="526" height="383" /></a></p>
<p><b><i></i></p>
<p align="center">H&#236;nh 2: Chọn MakeFile Project v&#224; nơi lưu file</p>
</p>
<p>  </b></p>
<p><a href="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0054.gif" rel="shadowbox[sbpost-138];player=img;" target="_blank"><img border="0" alt="" src="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0053.gif" width="542" height="388" /></a></p>
<p><b><i></i></p>
<p align="center">H&#236;nh 3: Make File Application Wizard</p>
<p>  </b></p>
<p>Khi đ&#243; bạn quan t&#226;m đến 3 &#244; trống: </p>
<ul>
<li>Build command line </li>
<li>Clear command </li>
<li>Rebuild command line </li>
<li>Include search path </li>
</ul>
<p><b><br />
    <br />Build command line:</b> sẽ thực hiện c&#225;c lệnh trong &#244; trống n&#224;y khi nhấn v&#224;o Buidl -&gt; Build.</p>
<p>Bạn điền v&#224;o nội dung như tr&#234;n:</p>
<blockquote>
<pre>&quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot; -C -E&quot;main.cce&quot; &quot;main.c&quot; -O&quot;main.obj&quot; -Zg9 -O -ASMLIST -Q -MPLAB -16F877A

&quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot; -C -E&quot;UART.cce&quot; &quot;UART.c&quot; -O&quot;UART.obj&quot; -Zg9 -O -ASMLIST -Q -MPLAB -16F877A

&quot;c:\program files\HT-PICC\BIN\PICC.EXE&quot; -E&quot;UART.lde&quot; &quot;main.obj&quot; &quot;UART.obj&quot; -M&quot;UART.map&quot; -O&quot;UART.cof&quot; -O&quot;UART.hex&quot; -Q -MPLAB -16F877A</pre>
</blockquote>
<p><b>Rebuild command line</b> th&#236; tương tự như thế .</p>
<p><b>Include search path</b> l&#224; t&#234;n đường dẫn đến thư mục <b>Include </b>của tr&#236;nh bi&#234;n dịch HTPIC. Với m&#225;y m&#236;nh l&#224;: <b>C:\Program Files\HT-PICC\include</b></p>
<p>Sau đ&#243; c&#225;c bạn th&#234;m c&#225;c file v&#224;o Project v&#224; dịch b&#236;nh thường như l&#224;m với MPLAB.<br />
  <br />Sau khi đ&#227; tạo Project bạn muốn thay đổi lại command th&#236; l&#224;m như sau:</p>
<p><a href="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0054.gif" rel="shadowbox[sbpost-138];player=img;" target="_blank"><img border="0" alt="" src="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0054.gif" /></a></p>
<p>
  <br /><a href="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0055.gif" rel="shadowbox[sbpost-138];player=img;" target="_blank"><img border="0" alt="" src="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0055.gif" width="537" height="373" /></a></p>
<p>
  <br /><a href="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0056.gif" rel="shadowbox[sbpost-138];player=img;" target="_blank"><img border="0" alt="" src="http://i36.photobucket.com/albums/e46/ngohaibac/PIC16F877A/BAC_0056.gif" /></a></p>
<p>Như vậy, quan trọng nhất của việc d&#249;ng Visual C++ l&#224; c&#225;c bạn phải biết được nội dung của<b> command line</b> để bi&#234;n dịch nh&#233;.</p>
<p>Do đ&#243;, b&#226;y giờ c&#243; lẽ ch&#250;ng ta chỉ thảo luận về c&#225;i n&#224;y nhỉ <img title="Big Grin" border="0" alt="" src="http://www.picvietnam.com/forum/images/smilies/biggrin.gif" />.</p>
<p>Bạn dơnload manual tại đ&#226;y: <a href="http://htsoft.com/downloads/manuals.php">http://htsoft.com/downloads/manuals.php</a></p>
<p><font color="#0000ff" size="4">C18</font></p>
<p>C18 mình cài vào thư mục: C:\Program Files\Microchip\MPLAB C18\</p>
<p>Với C18 bạn dùng <b>build command line</b> sau:</p>
<blockquote>
<pre>&quot;C:\Program Files\Microchip\MPLAB C18\bin\mcc18.exe&quot; -p=18F2620 &quot;<b>main.c</b>&quot; -fo=&quot;<b>main.o</b>&quot; -w3 -Oa -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-</pre>
</blockquote>
<p>Đ&#234;̉ bi&#234;n dịch các file .c mà chúng ta code. Lặp lại dòng này chỉ thay main.c bằng t&#234;n các file khác th&#244;i.</p>
<blockquote>
<pre>&quot;C:\Program Files\Microchip\MPLAB C18\bin\mplink.exe&quot; /l&quot;C:\Program Files\Microchip\MPLAB C18\lib&quot; &quot;C:\Program Files\Microchip\MPLAB C18\lkr\<b>18f2620.lkr</b>&quot; &quot;main.o&quot; /m&quot;IO_C18.map&quot; /w /o&quot;<b>IO_C18.cof</b>&quot;</pre>
</blockquote>
<p>Còn đ&#226;y là l&#234;̣nh cu&#244;́i cùng. <b>Rebuild command line</b> cũng gi&#244;́ng như tr&#234;n.</p>
<p>Còn search path thì th&#234;m vào các dòng :</p>
<blockquote>
<pre>C:\Program Files\Microchip\MPLAB C18\h
C:\Program Files\Microchip\MPLAB C18\lib</pre>
</blockquote>
<p>Ch&#250;c c&#225;c bạn th&#224;nh c&#244;ng.</p>
<p><font color="#0000ff" size="4">Tham khảo</font></p>
<p>ngohaibac,<a title="" href="http://www.picvietnam.com/forum//showthread.php?t=1308" target="_blank"> Quản lý và build Project bằng Visual C++.Net</a> , <a title="" href="http://www.picvietnam.com">www.picvietnam.com</a>, 2007</p>
<img src="http://www.ngohaibac.net/?ak_action=api_record_view&id=138&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.net/beginning-visual-c-2005-c%e1%bb%a7a-ivor-horton/' rel='bookmark' title='Beginning Visual C++ 2005 của Ivor Horton'>Beginning Visual C++ 2005 của Ivor Horton</a></li>
<li><a href='http://www.ngohaibac.net/thu-vien-giao-tiep-rs232-cho-pic18-bang-htpic18/' rel='bookmark' title='Thư viện giao tiếp RS232 cho PIC18 bằng HTPIC18'>Thư viện giao tiếp RS232 cho PIC18 bằng HTPIC18</a></li>
<li><a href='http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/' rel='bookmark' title='Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0'>Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning Visual C++ 2005 của Ivor Horton</title>
		<link>http://www.ngohaibac.net/beginning-visual-c-2005-c%e1%bb%a7a-ivor-horton/</link>
		<comments>http://www.ngohaibac.net/beginning-visual-c-2005-c%e1%bb%a7a-ivor-horton/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 00:45:55 +0000</pubDate>
		<dc:creator>ngohaibac</dc:creator>
				<category><![CDATA[Visual C++]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.net/beginning-visual-c-2005-c%e1%bb%a7a-ivor-horton/</guid>
		<description><![CDATA[Ch&#224;o c&#225;c bạn. Đ&#226;y l&#224; t&#224;i liệu hướng dẫn l&#224;m quen với Visual C++ 2005 d&#224;y 1226 trang. T&#224;i liệu n&#224;y m&#236;nh thấy rất l&#224; hay cho c&#225;c bạn học VC++.Net. T&#225;c giả c&#243; giới thiệu tất cả c&#225;c project được tạo bởi MFC, Console, CLR,.. v&#224; giới thiệu kĩ lại c&#225;c kiến thức C/C++. [...]


Related posts:<ol><li><a href='http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/' rel='bookmark' title='Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005'>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</a></li>
<li><a href='http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/' rel='bookmark' title='Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0'>Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0</a></li>
<li><a href='http://www.ngohaibac.net/hoc-visual-c-video-tutorials/' rel='bookmark' title='Học Visual C++: Video Tutorials'>Học Visual C++: Video Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Ch&#224;o c&#225;c bạn.</p>
<p>Đ&#226;y l&#224; t&#224;i liệu hướng dẫn l&#224;m quen với Visual C++ 2005 d&#224;y 1226 trang.</p>
<p><a href="http://i280.photobucket.com/albums/kk189/ngohaibac_dot_net/Wordpress%20Blog/post-347107-1143782139.jpg" rel="lightbox" target="_blank"><img src="http://i280.photobucket.com/albums/kk189/ngohaibac_dot_net/Wordpress Blog/post-347107-1143782139.jpg" width="471" height="612" /></a> </p>
<p>T&#224;i liệu n&#224;y m&#236;nh thấy rất l&#224; hay cho c&#225;c bạn học VC++.Net. T&#225;c giả c&#243; giới thiệu tất cả c&#225;c project được tạo bởi MFC, Console, CLR,.. v&#224; giới thiệu kĩ lại c&#225;c kiến thức C/C++. C&#225;c b&#224;i hướng dẫn rất đầy đủ.</p>
<p>M&#236;nh đọc t&#224;i liệu n&#224;y thấy hay qu&#225; đi mất n&#234;n vội chia sẻ cho c&#225;c bạn lu&#244;n. </p>
<p>Ch&#250;c c&#225;c bạn học giỏi VC++</p>
<p><img src="http://i36.photobucket.com/albums/e46/ngohaibac/Blog WordPress/download_img.gif" /> </p>
<p><a title="" href="http://cid-6eb956faea77192b.skydrive.live.com/self.aspx/Visual%20Studio/Beginning%20Visual%20C++%202005.pdf">Beginning Visual C++ 2005</a></p>
<img src="http://www.ngohaibac.net/?ak_action=api_record_view&id=135&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/' rel='bookmark' title='Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005'>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</a></li>
<li><a href='http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/' rel='bookmark' title='Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0'>Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0</a></li>
<li><a href='http://www.ngohaibac.net/hoc-visual-c-video-tutorials/' rel='bookmark' title='Học Visual C++: Video Tutorials'>Học Visual C++: Video Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.net/beginning-visual-c-2005-c%e1%bb%a7a-ivor-horton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Học Visual C++: Video Tutorials</title>
		<link>http://www.ngohaibac.net/hoc-visual-c-video-tutorials/</link>
		<comments>http://www.ngohaibac.net/hoc-visual-c-video-tutorials/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 01:00:39 +0000</pubDate>
		<dc:creator>ngohaibac</dc:creator>
				<category><![CDATA[Visual C++]]></category>
		<category><![CDATA[Lập trình]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.net/hoc-visual-c-video-tutorials/</guid>
		<description><![CDATA[Ch&#224;o c&#225;c bạn. Trang chủ của Microsoft về Visual C++: http://msdn.microsoft.com/en-us/visualc/default.aspx. Tại đ&#226;y, ta c&#243; thể t&#236;m được rất nhiều th&#244;ng tin li&#234;n quan đến Visual C++ trong đ&#243; c&#243; phần Getting Started with Visual Studio l&#224; phần d&#224;nh cho c&#225;c bạn mới học Visual C++. Getting Started with Visual Studio 1. About Visual Studio [...]


Related posts:<ol><li><a href='http://www.ngohaibac.net/learn-visual-c-video-tutorials/' rel='bookmark' title='Learn Visual C#: Video Tutorials'>Learn Visual C#: Video Tutorials</a></li>
<li><a href='http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/' rel='bookmark' title='Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005'>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</a></li>
<li><a href='http://www.ngohaibac.net/beginning-visual-c-2005-c%e1%bb%a7a-ivor-horton/' rel='bookmark' title='Beginning Visual C++ 2005 của Ivor Horton'>Beginning Visual C++ 2005 của Ivor Horton</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Ch&#224;o c&#225;c bạn.</p>
<p>Trang chủ của Microsoft về Visual C++: <a title="" href="http://msdn.microsoft.com/en-us/visualc/default.aspx">http://msdn.microsoft.com/en-us/visualc/default.aspx</a>. </p>
<p>Tại đ&#226;y, ta c&#243; thể t&#236;m được rất nhiều th&#244;ng tin li&#234;n quan đến Visual C++ trong đ&#243; c&#243; phần <strong>Getting Started with Visual Studio</strong> l&#224; phần d&#224;nh cho c&#225;c bạn mới học Visual C++.</p>
<blockquote><h5>Getting Started with Visual Studio</h5>
<h5>1. About Visual Studio</h5>
<ul>
<li><a href="http://msdn2.microsoft.com/en-us/vstudio/products/default.aspx">Product Overview</a> </li>
<li><a href="http://msdn.microsoft.com/library/ms165088.aspx">Guided Tour</a> </li>
</ul>
<h5>2. Get Visual Studio</h5>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&amp;displaylang=en">.NET Framework 3.5</a> </li>
<li><a href="http://www.microsoft.com/express/vc/">Free Download: Visual C++ 2008 Express</a> </li>
<li><a href="http://msdn2.microsoft.com/en-us/visualc/aa700831.aspx">Visual Studio 2008 Trials</a> </li>
</ul>
<h5>3. Learn Visual C++</h5>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/visualc/bb496952.aspx">Video Tutorials</a> </li>
<li><a href="http://msdn.microsoft.com/library/ms235630.aspx">Guided Tour</a> </li>
<li><a href="http://msdn.microsoft.com/library/zebw5zk9.aspx">Deployment Options and Considerations</a> </li>
</ul>
</blockquote>
<p>C&#225;c bạn học lập tr&#236;nh n&#234;n lục tung trang n&#224;y để t&#236;m kiếm nhiều điều bổ &#237;ch nh&#233;.</p>
<p>C&#225;c bạn n&#234;n v&#224;o download c&#225;c video hướng dẫn v&#224; code để thực h&#224;nh dần dần: <a title="" href="http://msdn.microsoft.com/en-us/visualc/bb496952.aspx">http://msdn.microsoft.com/en-us/visualc/bb496952.aspx</a></p>
<p>Với mỗi phần hướng dẫn, lu&#244;n c&#243; video v&#224; phần code để thực h&#224;nh. V&#237; dụ video đầu ti&#234;n nh&#233;.</p>
<blockquote><p><strong>How Do I: Detect Memory Leaks in an MFC Application?</strong></p>
<p>In this video, Jonathan Wood demonstrates some of the MFC libraries that help to detect and debug memory leaks. He also offers some tips for preventing memory leaks from happening in the first place.</p>
<p><em>Presented by Jonathan Wood </em><a href="http://www.softcircuits.com/">http://www.softcircuits.com</a><em> on May 27, 2008</em>       <br />Length: 13 minutes 24 seconds</p>
<p>If you've installed Silverlight, click the Play button in the video player at left. </p>
<p><strong>Video Downloads</strong>       <br /><a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/WinVideo-Nativecoding-MemoryLeaks.zip">WMV (Zip)</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/WinVideo-Nativecoding-MemoryLeaks.wmv" rel="shadowbox[sbpost-132];width=640;height=385;">WMV</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/iPod-Nativecoding-MemoryLeaks_2.mp4">iPod</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/Mp4Video-Nativecoding-MemoryLeaks_4.mp4">MP4</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/3GP-Nativecoding-MemoryLeaks_1.3gp">3GP</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/Zune-Nativecoding-MemoryLeaks_3.wmv" rel="shadowbox[sbpost-132];width=640;height=385;">Zune</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/PSP-Nativecoding-MemoryLeaks.zip">PSP</a></p>
<p><strong>Audio Downloads</strong>       <br /><a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/AAC-Nativecoding-MemoryLeaks_9.aac" rel="shadowbox[sbpost-132];player=flv;width=500;height=0;">AAC</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/WinAudio-Nativecoding-MemoryLeaks_5.wma">WMA</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/MP2-Nativecoding-MemoryLeaks_6.mp2">MP2</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/MP3-Nativecoding-MemoryLeaks_7.mp3" rel="shadowbox[sbpost-132];player=flv;width=500;height=0;">MP3</a> | <a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/MP4Audio-Nativecoding-MemoryLeaks_8.m4a">MP4</a></p>
<p><a href="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/SourceCode-NativeCoding-MemoryLeaks-sourcecode.zip"><strong>Code Download</strong></a></p>
</blockquote>
<p>N&#243;i chung nếu ở VN m&#224; xem trực tuyến c&#225;c video n&#224;y th&#236; hơi mệt. N&#234;n c&#225;c bạn cứ download về xem nh&#233;. M&#236;nh định get hết tất cả mọi link video v&#224; code để c&#225;c bạn down cho nhanh nhưng thấy cứ v&#224;o đ&#243; xem c&#243; khi nhanh hơn <img alt="Big Grin" src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif" />.</p>
<p>Ngo&#224;i ra, c&#243; thể đăng k&#253; đọc RSS: <a title="" href="http://www.microsoft.com/feeds/msdn/en-us/videos/native.xml">http://www.microsoft.com/feeds/msdn/en-us/videos/native.xml</a> để biết khi n&#224;o c&#243; th&#234;m video được add th&#234;m v&#224;o.</p>
<img src="http://www.ngohaibac.net/?ak_action=api_record_view&id=132&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.net/learn-visual-c-video-tutorials/' rel='bookmark' title='Learn Visual C#: Video Tutorials'>Learn Visual C#: Video Tutorials</a></li>
<li><a href='http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/' rel='bookmark' title='Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005'>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</a></li>
<li><a href='http://www.ngohaibac.net/beginning-visual-c-2005-c%e1%bb%a7a-ivor-horton/' rel='bookmark' title='Beginning Visual C++ 2005 của Ivor Horton'>Beginning Visual C++ 2005 của Ivor Horton</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.net/hoc-visual-c-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/Zune-Nativecoding-MemoryLeaks_3.wmv" length="16165142" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/WinAudio-Nativecoding-MemoryLeaks_5.wma" length="4902299" type="audio/x-ms-wma" />
<enclosure url="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/MP2-Nativecoding-MemoryLeaks_6.mp2" length="8036712" type="video/mpeg" />
<enclosure url="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/MP3-Nativecoding-MemoryLeaks_7.mp3" length="9637896" type="audio/mpeg" />
<enclosure url="http://download.microsoft.com/download/3/9/f/39fc6fa4-35da-4364-b8e9-8b6411cd4358/WinVideo-Nativecoding-MemoryLeaks.wmv" length="29210861" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Learn Visual C#: Video Tutorials</title>
		<link>http://www.ngohaibac.net/learn-visual-c-video-tutorials/</link>
		<comments>http://www.ngohaibac.net/learn-visual-c-video-tutorials/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 01:56:18 +0000</pubDate>
		<dc:creator>ngohaibac</dc:creator>
				<category><![CDATA[Visual C++]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.net/learn-visual-c-video-tutorials/</guid>
		<description><![CDATA[Homepage: http://msdn2.microsoft.com/en-us/vcsharp/default.aspx Chào các bạn. Mình thấy các video hướng dẫn này rất hay, chất lượng tốt nên viết bài giới thiệu cho các bạn nào chưa biết. Có thể là lúc học ngôn ngữ lập trình nào đó, chúng ta hơi ngại khi vào chính trang support của nó, trong khi những trang này [...]


Related posts:<ol><li><a href='http://www.ngohaibac.net/hoc-visual-c-video-tutorials/' rel='bookmark' title='Học Visual C++: Video Tutorials'>Học Visual C++: Video Tutorials</a></li>
<li><a href='http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/' rel='bookmark' title='Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0'>Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0</a></li>
<li><a href='http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/' rel='bookmark' title='Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005'>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Homepage: <a href="http://msdn2.microsoft.com/en-us/vcsharp/default.aspx">http://msdn2.microsoft.com/en-us/vcsharp/default.aspx</a></p>
<p>Chào các bạn.</p>
<p>Mình thấy các video hướng dẫn này rất hay, chất lượng tốt nên viết bài giới thiệu cho các bạn nào chưa biết.</p>
<p>Có thể là lúc học ngôn ngữ lập trình nào đó, chúng ta hơi ngại khi vào chính trang support của nó, trong khi những trang này hỗ trợ rất nhiều từ ví dụ đến các hướng dẫn. Các bạn cứ đi tìm hỏi tài liệu ở đâu ?? chia sẻ cho mình ,... Vì thế nên bạn nào chưa có cách học lập trình tốt thì nên thay đổi.</p>
<p>Thay đổi đầu tiên bằng cách vào trang MSDN của Microsoft và xem các hướng dẫn, các hỗ trợ của Microsoft về các ngôn ngữ lập trình C, C++, Visual C++, Visual C#, Visual Basic, ...</p>
<p>Đây là trang chủ MSDN: <a href="http://msdn2.microsoft.com/en-us/default.aspx">http://msdn2.microsoft.com/en-us/default.aspx</a></p>
<p>Mình copy các link bài học bằng Video từ <a href="http://msdn2.microsoft.com/en-us/vcsharp/bb798022.aspx?wt.slv=RightRail">đây</a> để cho các bạn chưa quen tìm hiểu dễ dàng có được tài liệu mong muốn. Định dạng file .wmv</p>
<p><a rel="lightbox" href="http://msdn2.microsoft.com/en-us/vcsharp/bb798022.HDI_CSharp_WFC01.gif" target="_blank"><img src="http://msdn2.microsoft.com/en-us/vcsharp/bb798022.HDI_CSharp_WFC01.gif" alt="" /></a></p>
<p>Có tất cả 21 bài học:</p>
<ul>
<li><a href="http://download.microsoft.com/download/5/7/3/573d2c6b-9d1a-4555-b94f-dd9146235ab0/WinVideo-01%20Audio%20Part%20I%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;" target="_blank">Lesson 1: How to Add Audio Part 1</a></li>
<li><a href="http://download.microsoft.com/download/7/7/d/77d67e05-9de4-442f-b343-44a22728b2b1/WinVideo-02%20Audio%20Part%20II%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 2: How to add Audio Part 2</a></li>
<li><a href="http://download.microsoft.com/download/e/b/2/eb233ac3-6bb1-4e34-9d37-d9962a4dc899/WinVideo-03%20Button%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 3: Customizing the Button Control</a></li>
<li><a href="http://download.microsoft.com/download/3/1/a/31a55649-bcda-4317-b6eb-100bdef00f19/WinVideo-04%20Dialog%20Controls%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 4: How to use the Dialog Controls</a></li>
<li><a href="http://download.microsoft.com/download/e/d/1/ed1967db-17ac-4edb-8873-556742fc5dbb/WinVideo-05%20Flow%20Layout%20Panel%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 5: How to use the FlowLayout Panel</a></li>
<li><a href="http://download.microsoft.com/download/3/b/e/3bec9119-a287-41ca-ba3a-6ad19633e1d3/WinVideo-06%20Notify%20Icon%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 6: How to create a System Tray application using the NotifyIcon control</a></li>
<li><a href="http://download.microsoft.com/download/f/1/4/f1414045-e4aa-4730-92e3-99a673e6c954/WinVideo-07%20Process%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 7: How to call other applications using the Process control</a></li>
<li><a href="http://download.microsoft.com/download/5/0/f/50f40b4e-249a-42ab-a60b-565446abf250/WinVideo-08%20Split%20Container%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 8: How to use the SplitContainer control</a></li>
<li><a href="http://download.microsoft.com/download/9/a/e/9ae6aee9-930a-4915-b7af-6fb644844736/WinVideo-09%20Table%20Layout%20Panel%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 9: How to use the TableLayout control</a></li>
<li><a href="http://download.microsoft.com/download/0/5/0/05032c2f-71e3-42fa-8f68-e0cd40aab760/WinVideo-10%20Timer%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 10: How to use the Timer control</a></li>
<li><a href="http://download.microsoft.com/download/3/b/f/3bf6068d-40c0-49fe-9976-4c5a8bc88ddd/WinVideo-11%20Background%20Worker%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 11: How to use the BackgroundWorker control</a></li>
<li><a href="http://download.microsoft.com/download/2/9/4/2945312a-001b-41e3-831f-f0b34d070925/WinVideo-12%20List%20View%20Part%20I%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 12: How to use the ListView control Part 1</a></li>
<li><a href="http://download.microsoft.com/download/f/6/1/f61b0fe6-6ba7-474f-b923-3fa3b307c62e/WinVideo-13%20List%20View%20Part%20II%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 13: How to use the ListView control Part 2</a></li>
<li><a href="http://download.microsoft.com/download/b/d/3/bd332d05-61d2-4a48-abdc-67a93b760f3f/WinVideo-14%20Menu%20Strip%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 14: How to use the MenuStrip control</a></li>
<li><a href="http://download.microsoft.com/download/c/0/c/c0c5620d-1f76-43b8-a89e-76f43bc55b39/WinVideo-15%20Picture%20Box%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 15: How to use the PictureBox control</a></li>
<li><a href="http://download.microsoft.com/download/d/1/5/d15f52ca-e9f8-4b6b-9763-6c05b7e3f7df/WinVideo-16%20Rich%20Text%20Box%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 16: How to use the RichTextBox control</a></li>
<li><a href="http://download.microsoft.com/download/9/e/c/9ec4a392-5eda-40a0-9987-e7fdfa0d12f5/WinVideo-17%20Status%20Strip%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 17: How to use the Status Strip control</a></li>
<li><a href="http://download.microsoft.com/download/4/8/6/486b5751-564b-4b4d-b419-a2f82d408906/WinVideo-18%20Tab%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 18: How to use the Tab control</a></li>
<li><a href="http://download.microsoft.com/download/8/8/7/88788bae-e5e6-48de-875f-aaef1a5c48f2/WinVideo-19%20Toolstrip%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 19: How to use the ToolStrip control</a></li>
<li><a href="http://download.microsoft.com/download/4/d/a/4dad092c-5601-4c0a-a070-7dcc4ac8446c/WinVideo-20%20Tree%20View%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 20: How to use the TreeView control</a></li>
<li><a href="http://download.microsoft.com/download/0/8/1/08186385-98a1-4630-8ab9-20b5576da8b9/WinVideo-21%20Web%20Browser%20Control%20-%20CS.wmv" rel="shadowbox[sbpost-78];width=640;height=385;">Lesson 21: How to use the WebBrowser control</a></li>
<li><a href="http://download.microsoft.com/download/3/9/7/397a3ce5-f3e7-4dee-81c3-676f3ef88ad2/AddControlsFromAddIn.wmv" rel="shadowbox[sbpost-78];width=640;height=385;" target="_blank">Lesson 22: How Do I: Add Controls to a Document at Run Time in an Application-Level Add-In?</a></li>
<li><a href="http://download.microsoft.com/download/0/6/f/06ff6052-8cfe-4d0a-af63-b4461f1ae757/ExcelAddin.wmv" rel="shadowbox[sbpost-78];width=640;height=385;" target="_blank">Lesson 23: Deploying Excel Application-level Add-ins with Windows Installer</a></li>
<li><a href="http://download.microsoft.com/download/0/6/f/06ff6052-8cfe-4d0a-af63-b4461f1ae757/ExcelDocMsiDeployment.wmv" rel="shadowbox[sbpost-78];width=640;height=385;" target="_blank">Lesson 24: Deploying Excel Document-level Customizations with Windows Installer</a></li>
<li><a id="ctl00_mainContentContainer_ctl66" onclick="javascript:Track('ctl00_mainContentContainer_ctl00|ctl00_mainContentContainer_ctl66',this);" href="http://download.microsoft.com/download/1/A/D/1AD2A7F2-978E-4DD4-A473-F7EC482FE252/SimpleReportV2.wmv" rel="shadowbox[sbpost-78];width=640;height=385;" target="_blank">Lesson 25: How Do I:Create a report from a database?</a></li>
<li><a id="ctl00_mainContentContainer_ctl68" onclick="javascript:Track('ctl00_mainContentContainer_ctl00|ctl00_mainContentContainer_ctl68',this);" href="http://download.microsoft.com/download/1/A/D/1AD2A7F2-978E-4DD4-A473-F7EC482FE252/BusinessObjectReport.wmv" rel="shadowbox[sbpost-78];width=640;height=385;" target="_blank">Lesson 26: How Do I:Create a report from a business object?</a></li>
</ul>
<p>Thế là có thể download một phát hết luôn nhé. Chết thật mất công quá đi mất.</p>
<h3><strong>Update 01/05/2009</strong></h3>
<p>Cập nhật lại link bài 20 và thêm các link bài tiếp theo.</p>
<p><a href="http://msdn2.microsoft.com/en-us/vcsharp/bb798022.aspx?wt.slv=RightRail#top"></a></p>
<img src="http://www.ngohaibac.net/?ak_action=api_record_view&id=78&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.net/hoc-visual-c-video-tutorials/' rel='bookmark' title='Học Visual C++: Video Tutorials'>Học Visual C++: Video Tutorials</a></li>
<li><a href='http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/' rel='bookmark' title='Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0'>Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0</a></li>
<li><a href='http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/' rel='bookmark' title='Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005'>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.net/learn-visual-c-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
<enclosure url="http://download.microsoft.com/download/5/7/3/573d2c6b-9d1a-4555-b94f-dd9146235ab0/WinVideo-01%20Audio%20Part%20I%20-%20CS.wmv" length="21276608" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/7/7/d/77d67e05-9de4-442f-b343-44a22728b2b1/WinVideo-02%20Audio%20Part%20II%20-%20CS.wmv" length="16899354" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/e/b/2/eb233ac3-6bb1-4e34-9d37-d9962a4dc899/WinVideo-03%20Button%20-%20CS.wmv" length="30164360" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/3/1/a/31a55649-bcda-4317-b6eb-100bdef00f19/WinVideo-04%20Dialog%20Controls%20-%20CS.wmv" length="35315591" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/e/d/1/ed1967db-17ac-4edb-8873-556742fc5dbb/WinVideo-05%20Flow%20Layout%20Panel%20-%20CS.wmv" length="17478539" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/3/b/e/3bec9119-a287-41ca-ba3a-6ad19633e1d3/WinVideo-06%20Notify%20Icon%20-%20CS.wmv" length="19831226" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/f/1/4/f1414045-e4aa-4730-92e3-99a673e6c954/WinVideo-07%20Process%20Control%20-%20CS.wmv" length="19257112" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/5/0/f/50f40b4e-249a-42ab-a60b-565446abf250/WinVideo-08%20Split%20Container%20-%20CS.wmv" length="17652807" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/9/a/e/9ae6aee9-930a-4915-b7af-6fb644844736/WinVideo-09%20Table%20Layout%20Panel%20-%20CS.wmv" length="41143376" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/0/5/0/05032c2f-71e3-42fa-8f68-e0cd40aab760/WinVideo-10%20Timer%20Control%20-%20CS.wmv" length="18908600" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/3/b/f/3bf6068d-40c0-49fe-9976-4c5a8bc88ddd/WinVideo-11%20Background%20Worker%20Control%20-%20CS.wmv" length="29790205" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/2/9/4/2945312a-001b-41e3-831f-f0b34d070925/WinVideo-12%20List%20View%20Part%20I%20-%20CS.wmv" length="37658022" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/f/6/1/f61b0fe6-6ba7-474f-b923-3fa3b307c62e/WinVideo-13%20List%20View%20Part%20II%20-%20CS.wmv" length="45787172" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/b/d/3/bd332d05-61d2-4a48-abdc-67a93b760f3f/WinVideo-14%20Menu%20Strip%20Control%20-%20CS.wmv" length="39954238" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/c/0/c/c0c5620d-1f76-43b8-a89e-76f43bc55b39/WinVideo-15%20Picture%20Box%20Control%20-%20CS.wmv" length="29990092" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/d/1/5/d15f52ca-e9f8-4b6b-9763-6c05b7e3f7df/WinVideo-16%20Rich%20Text%20Box%20Control%20-%20CS.wmv" length="26443184" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/9/e/c/9ec4a392-5eda-40a0-9987-e7fdfa0d12f5/WinVideo-17%20Status%20Strip%20Control%20-%20CS.wmv" length="25730731" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/4/8/6/486b5751-564b-4b4d-b419-a2f82d408906/WinVideo-18%20Tab%20Control%20-%20CS.wmv" length="27606697" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/8/8/7/88788bae-e5e6-48de-875f-aaef1a5c48f2/WinVideo-19%20Toolstrip%20Control%20-%20CS.wmv" length="23121806" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/0/8/1/08186385-98a1-4630-8ab9-20b5576da8b9/WinVideo-21%20Web%20Browser%20Control%20-%20CS.wmv" length="43798438" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/4/d/a/4dad092c-5601-4c0a-a070-7dcc4ac8446c/WinVideo-20%20Tree%20View%20Control%20-%20CS.wmv" length="62086526" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/3/9/7/397a3ce5-f3e7-4dee-81c3-676f3ef88ad2/AddControlsFromAddIn.wmv" length="35583594" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/0/6/f/06ff6052-8cfe-4d0a-af63-b4461f1ae757/ExcelAddin.wmv" length="12183193" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/0/6/f/06ff6052-8cfe-4d0a-af63-b4461f1ae757/ExcelDocMsiDeployment.wmv" length="11414025" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/1/A/D/1AD2A7F2-978E-4DD4-A473-F7EC482FE252/SimpleReportV2.wmv" length="27375963" type="video/x-ms-wmv" />
<enclosure url="http://download.microsoft.com/download/1/A/D/1AD2A7F2-978E-4DD4-A473-F7EC482FE252/BusinessObjectReport.wmv" length="14702507" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Hướng dẫn lập trình giao tiếp RS232 trên PC bằng Visual C++ 6.0</title>
		<link>http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/</link>
		<comments>http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 15:00:30 +0000</pubDate>
		<dc:creator>ngohaibac</dc:creator>
				<category><![CDATA[Giao tiếp RS232]]></category>
		<category><![CDATA[Visual C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[RS232]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/</guid>
		<description><![CDATA[Chào các bạn. Để cho website của mình thêm phong phú, nên mình cập nhật thêm một số tài liệu mà mình đã viết ở các diễn đàn điện tử. Có thể bản quyền vẫn thuộc về diễn đàn, nhưng mình nghĩ đây chỉ là sự chia sẻ cho những người chưa biết, chưa hiểu [...]


Related posts:<ol><li><a href='http://www.ngohaibac.net/lap-trinh-giao-tiep-rs232-qua-matlab/' rel='bookmark' title='Lập trình giao tiếp RS232 qua Matlab'>Lập trình giao tiếp RS232 qua Matlab</a></li>
<li><a href='http://www.ngohaibac.net/thu-vien-giao-tiep-rs232-cho-pic18-bang-htpic18/' rel='bookmark' title='Thư viện giao tiếp RS232 cho PIC18 bằng HTPIC18'>Thư viện giao tiếp RS232 cho PIC18 bằng HTPIC18</a></li>
<li><a href='http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/' rel='bookmark' title='Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005'>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Chào các bạn.</p>
<p>Để cho website của mình thêm phong phú, nên mình cập nhật thêm một số tài liệu mà mình đã viết ở các diễn đàn điện tử. Có thể bản quyền vẫn thuộc về diễn đàn, nhưng mình nghĩ đây chỉ là sự chia sẻ cho những người chưa biết, chưa hiểu sâu về vấn đề đó nên chắc là cũng không có vấn đề gì.</p>
<p>Đây là TUT mình viết từ năm thứ 3 trong chương trình đào tạo Moderator của <a href="http://www.picvietnam.com">www.picvietnam.com</a>, hướng dẫn viết chương trình giao tiếp máy tính qua cổng RS232 bằng ngôn ngữ Visual C++ 6.0. Đã có nhiều thảo luận về vấn đề giao tiếp nối tiếp tại 2 diễn đàn:</p>
<p>Ngô Hải Bắc, <a href="http://dientuvietnam.net/forums/showthread.php?t=963">Serial Port - lập trình giao tiếp nối tiếp</a>, <a href="http://www.dientuvietnam.net">www.dientuvietnam.net</a>, 2005</p>
<p>Ngô Hải Bắc, <a href="http://dientuvietnam.net/forums/showthread.php?t=5281">Giao tiếp RS232 trên PC bằng Visual Basic 6.0</a>, <a href="http://www.dientuvietnam.net">www.dientuvietnam.net</a></p>
<p>Phạm Thái Hòa, <a href="http://dientuvietnam.net/forums/showthread.php?t=5077">Terminal - chương trình cực cool để test cổng COM</a>, <a href="http://www.dientuvietnam.net">www.dientuvietnam.net</a></p>
<p>Ngô Hải Bắc, <a href="http://www.picvietnam.com/forum/showthread.php?t=752">Giao tiếp RS232 trên PC qua Matlab</a>, <a href="http://www.picvietnam.com">www.picvietnam.com</a></p>
<p>Ngô Hải Bắc, <a href="http://www.picvietnam.com/forum/showthread.php?t=274">Giao tiếp RS232 trên PC</a>, <a href="http://www.picvietnam.com">www.picvietnam.com</a></p>
<p>Mình xin gửi các bạn Tutorial này.</p>
<p><img src="http://i36.photobucket.com/albums/e46/ngohaibac/Blog WordPress/download_img.gif" alt="" /></p>
<p><a href="http://www.picvietnam.com/download/Tutorial/TUT01.03.PVN.NOHB.100106.pdf">TUT01.03.PVN.NOHB.100106.pdf</a></p>
<img src="http://www.ngohaibac.net/?ak_action=api_record_view&id=76&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.net/lap-trinh-giao-tiep-rs232-qua-matlab/' rel='bookmark' title='Lập trình giao tiếp RS232 qua Matlab'>Lập trình giao tiếp RS232 qua Matlab</a></li>
<li><a href='http://www.ngohaibac.net/thu-vien-giao-tiep-rs232-cho-pic18-bang-htpic18/' rel='bookmark' title='Thư viện giao tiếp RS232 cho PIC18 bằng HTPIC18'>Thư viện giao tiếp RS232 cho PIC18 bằng HTPIC18</a></li>
<li><a href='http://www.ngohaibac.net/quan-ly-va-build-project-voi-trinh-dich-htpic-bang-visual-cnet-2005/' rel='bookmark' title='Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005'>Quản l&#253; v&#224; build Project với tr&#236;nh dịch HTPIC bằng Visual C++.Net 2005</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.net/huong-dan-lap-trinh-giao-tiep-rs232-tren-pc-bang-visual-c-60/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>

