一般會使用WINDOW API的情況,實在是因為VB本身不提供某些功能,但是,程式所 需又不得不然,例如:讀取Registry內(nèi)的資料,VB只提供SaveSetting、Getsetting 等 系列的指令,但是它只能讀取特定地區(qū)的值,要讀、刪、更動其他區(qū)域的值時,就無法 使用。再如:仔細看一看Combo Box的Events,其中沒有MouseMove,但這是我們經(jīng)常用 上的一個Event,那該如何呢?是的,那只有透過Winodow API。而VB呼叫Window API一 般不都使用API檢視員,直接將相對應的API COPY到我們的程式中就好,那還用什麼技 巧嗎?其實不然,因為VB資料格式的問題,又加上VB本身沒有指標,在許多地方需要一 些小技巧才能解決,而且我們經(jīng)常因應不同的需求,將API 檢視員的宣告COPY過來後再 做一些修改,最重要的,如果有一個.DLL檔,它不在API 檢視員中定義,那時,就只有 自己想辦法啦。
上傳時間: 2014-01-18
上傳用戶:sclyutian
簡單的記事本的JAVA程序,//導入awt包,event包 import java.awt.*
上傳時間: 2014-01-25
上傳用戶:lx9076
Microsoft Press books are available through booksellers and distributors worldwide. For further information about international editions, contact your local Microsoft Corporation office or contact Microsoft Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress. Send comments to mspinput@microsoft.com. Microsoft, Microsoft Press, Visual Basic, Visual Studio, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.
標簽: distributors booksellers Microsoft available
上傳時間: 2013-12-27
上傳用戶:wuyuying
THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.
標簽: PROVIDED INFORMATION THE MICROSOFT
上傳時間: 2014-01-06
上傳用戶:skhlm
演示對樹的兄弟結(jié)點和子結(jié)點的添加和刪除的方法。Swing組件JFrame, java.awt.event.* 包的使用ax.swing.* 包 的使用, javax.swing.tree.* 使用。
上傳時間: 2015-08-13
上傳用戶:vodssv
利用多線程演示對進度條監(jiān)視器的使用方法。Swing組件JFrame, java.awt.event.* 包的使用javax.swing.Timer 包 的使用, Runnable使用
標簽: JFrame Swing 多線程 監(jiān)視器
上傳時間: 2015-08-13
上傳用戶:dreamboy36
實現(xiàn)多個國家之間的數(shù)字,貨幣和百分比的換算,Swing組件JFrame,JRadioButton,JComboBox的使用 java.awt.event.* 包的使用java.text.* 包 的使用, NumberFormat類的使用。
上傳時間: 2015-08-13
上傳用戶:yuchunhai1990
MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests. The IRQ flags of the 7 interrupt are controlled by the interrupt event occurring. But the IRQ flag set doesn t mean the system to execute the interrupt vector. The IRQ flags can be triggered by the events without interrupt enable. Just only any the event occurs and the IRQ will be logic "1".
標簽: multi-interrupt MODE_Switch Processing interrupt
上傳時間: 2013-12-04
上傳用戶:zhichenglu
* * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE * GOODS OR SERVICES LOSS OF USE, DATA, OR PROFITS OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D
標簽: WARRANTIES SOFTWARE PROVIDED EXPRESS
上傳時間: 2013-12-20
上傳用戶:sxdtlqqjl
Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April 2002. (See the catalog page for this book.) Table of Contents Copyright Page Preface Chapter 1: Perl and XML Chapter 2: An XML Recap Chapter 3: XML Basics: Reading and Writing Chapter 4: Event Streams Chapter 5: SAX Chapter 6: Tree Processing Chapter 7: DOM Chapter 8: Beyond Trees: XPath, XSLT, and More Chapter 9: RSS, SOAP, and Other XML Applications Chapter 10: Coding Strategies Index Colophon --------------------------------------------------------------------------------
標簽: T. published McIntosh Edition
上傳時間: 2013-12-24
上傳用戶:yzhl1988