|
VB.NET Language in a Nutshell
|
|
Hits: 15 |
|
Date added: 03/06/2005 |
|
|
|
|
|
|
VB Shell Programming
hot!
|
|
Hits: 104 |
|
Date added: 01/15/2007 |
|
Visual Basic's outstanding set of resources for rapidly developing stand-alone applications doesn't include shell extensions for integrating those applications or their data files with the Windows shell. Typically, such extensions as customized context menu handlers, per instance icons (such as a data file icon that's based on the contents of the file), and customized property sheets are written in C++, and all of the available documentation focuses on using C++ for shell extensions. But even C++ programmers find the task rough going, given the woefully inadequate state of the documentation. Very few programmers know that writing shell extensions is not tied to a single language or development environment, and that Visual Basic is an excellent tool for creating shell extensions that more closely tie an application to the Windows shell. That, however, is precisely the focus of Visual Basic Shell Programming. It shows how to take advantage of shell services to develop shell extensions and it provides the basic documentation needed for accomplishing this. Each major type of shell extension gets attention, including:
— Context menu handlers that can add items to the popup menu that appears when the user right clicks a file.— con handlers for displaying per instance icons that, like the standard Recycle Bin icon, vary depending on some condition— Property sheet pages, which appear when the user selects the Properties option from a file's context menu.— InfoTip handlers, which display tooltips, or info tips for a file object on a per instance basis.In showing how to integrate applications with the Windows shell by building shell extensions, author J.P. Hamilton provides a concrete tutorial on COM programming with Visual Basic. And while developing their own shell extensions, readers get to learn advanced VB concepts and techniques. |
|
|
|
|
Using Visual C++ 6
hot!
|
|
Hits: 61 |
|
Date added: 03/24/2007 |
|
|
|
|
|
|
Using an exe as a dll
|
|
Hits: 26 |
|
Date added: 10/02/2006 |
|
Quick code clip on how to use functions from an exe externally as if it were a dll. Useful for some kinds of software analysis. |
|
|
|
|
Unix Systems Programming
hot!
|
|
Hits: 77 |
|
Date added: 08/10/2006 |
|
UNIX Systems Programming: Communication, Concurrency, and Threads by Kay A. Robbins and Steven Robbins UNIX processes, files, and special files Signals and timers POSIX threads, semaphores, and IPC TCP, UDP, multicast, and the Web Features projects on Internet radio, server performance, timers, web caching, and shells Learn how to design and implement reliable UNIX software whether you are using Linux, Solaris, Mac OS X, or another POSIX-based system. This completely updated classic (originally titled Practical UNIX Programming ) demonstrates how to design complex software to get the most from the UNIX operating system. UNIX Systems Programming provides a clear and easy-to-understand introduction to the essentials of UNIX programming. Starting with short code snippets that illustrate how to use system calls, Robbins and Robbins move quickly to hands-on projects that help readers expand their skill levels. This practical guide thoroughly explores communication, concurrency,and multithreading. Known for its comprehensive and lucid explanationsof complicated topics such as signals and concurrency, the bookfeatures practical examples, exercises, reusable code, and simplifiedlibraries for use in network communication applications. A self-contained reference that relies on the latest UNIX standards,UNIX Systems Programming provides thorough coverage of files, signals,semaphores, POSIX threads, and client-server communication. Thisedition features all-new chapters on the Web, UDP, and serverperformance. |
|
|
|