Web Development
embedvb.txt
Associated article: ActiveX Controls for Embedded Visual Basic
Tags: Web Development .NET Security
Published source code accompanying the article by Steve Lardieri in which he presents an ActiveX control so that there's no need for you to resort of C++ when your Embedded Visual Basic applications need speed and power. Also see EMBEDVB.ZIP.
ActiveX Controls for Embedded Visual Basic by Steve Lardieri Example 1: (a) #define _WIN32_WINNT 0x0400 #define _ATL_FREE_THREADED #if defined(_WIN32_WCE) #undef _WIN32_WINNT #endif (b) #if defined(_WIN32_WCE) #define _ATL_FREE_THREADED #else // desktop build #define _...


