<a target="_blank" rel="nofollow" href="http://docs.google.com/Doc?docid=dfh4b3dv_984gf8635fn&hl=zh_TW">http://docs.google.com/Doc?docid=dfh4b3dv_984gf8635fn&hl=zh_TW</a><br /><br /><div style="color: magenta; text-align: right;"><span style="font-size: small;"><b>更多影音教學與討論,請上[<a href="http://123.205.192.177/uc/bbs">溫馨論壇</a>]</b></span></div><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script><br /><script type="text/javascript">try { var pageTracker = _gat._getTracker("UA-9193421-1"); pageTracker._trackPageview(); } catch(err) {} </script>
App.Path在VB6中用的很多, 而在VB.NET中就需要改成 1. System.Reflection.Assembly.GetExecutingAssembly.Location 2. Application.StartupPath 3. Application.ExecutablePath 4. System.AppDomain.CurrentDomain.BaseDirectory 而在撰寫程式.NET程式時,不能用App.Path真的有點不習慣。
DoEvents 函數改成 System.Windows.Forms.Application.DoEvents 方法 變長長的一串。 還好.NET的撰寫環境都有智慧型標籤可以輔助,否則要記這樣一串還真不容易。