Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Display the Windows Search dialog box from a VB program
- The Windows Search dialog box is great for finding a variety of items including files, computers, and documents. Learn how you can display this dialog box while running a VB program. The Windows Search dialog box (press [Windows]F) is very handy for finding a variety of items including ...
- Tags: Microsoft Visual Basic, Microsoft Windows, Peter Aitken, Microsoft development tools, Programming languages, public Const, dialog box, VB program, Visual Basic Tips Newsletter, Program, TechRepublic Inc., Windows Search Dialog Box, Operating Systems, Software, Development Tools, Software Development, Software/Web Development
- Technical articles 2005-07-21
- Visual Basic Win32 API Declarations (exe)
- Visual Basic Win32 API Declarations. The text file Win32api.txt describes Win32 API declarations for Microsoft Visual Basic. This version is the first release on CNET Download.com.
- Tags: Microsoft Visual Basic, API, Declaration, Microsoft Corp., Microsoft Development Tools, Programming Languages, Development Tools, Software Development, Software/Web Development
- Software downloads 2007-10-03
- Kernel Level WIN32 API for encryption
- i am designing a filter driver to encrypt and decrypt files at kernel level.The kernel level WIN32 APis for encryption are undocumented by microsoft.kindly let me know the WIN32 kernel level APIs for this.
- Tags: kernel, sourish_datta@..., software, programming, Win32, Win32 API
- Discussion threads 2007-01-12
- kernel level WIN32 API
- I am designing an encryption filter driver at kernel modeThe WIN32 APIs at kernel mode for microsoft are undocumented.Please let me know the kernel level WIN32 APIs for encryption of a file/folder at kernel.
- Tags: kernel, sourish_datta@..., Win32, Win32 API
- Discussion threads 2007-01-12
- KinSole (exe)
- KINSole is a free, open source Win32 implementation of client side of the Telnet protocol, described in detail in the RFC854 and related RFCs. It uses win32 console API and therefore may run both windowed and in fullscreen character mode. Unlike some other telnet clients it implements many Telnet options,...
- Tags: KinSole, Telnet, Networking
- Software downloads 2005-08-24
- How do I get Task ID
- How do I get my own Task ID in VB6. (I know I can use Shell to start and retrieve one, I just want my own!)Check out the App objectUm... "Task ID"?App.ThreadID returns the thread ID.App.hInstance returns the instance handle. (Not very useful in Win32 - See Dan Appleman's "Visual...
- Tags: Task
- Discussion threads 2005-09-09
- Windows API Hooking SDK (zip)
- Windows API Hooking SDK helps you hooking Windows APIs or functions in other DLLs, and replace the API function or DLLs' function to your own function, that is to say, intercepts Win32 functions and re-writing target function to easily custom and extend existing system or application's function, whether in an...
- Tags: Function, API, SDK, Microsoft Windows, Operating Systems, Software
- Software downloads 2005-05-18
- Cygwin (exe)
- The Cygwin tools are ports of the popular GNU development tools and utilities for Windows NT and 9x. They function through the use of the Cygwin library which provides the UNIX system calls and environment that these programs require. With the tools installed, programmers may write Win32 console or GUI...
- Tags: Cygwin, Tool, Productivity, UNIX, Development Tools, Open Source, Operating Systems, Software, Software Development, Software/Web Development
- Software downloads 2006-04-07
- API Generator for Visual Basic (zip)
- The API Generator is an advanced API Viewer that enables you to create prototypes for any VB API calls. If you have used the Microsoft API Viewer in VB6, and you are starting to work with VB. NET, the API Generator will help you to apply all your knowledge of...
- Tags: Microsoft Visual Basic, API, API Generator
- Software downloads 2007-01-15
- find '*'
- finding (*) asterisk symbol in the textfind in textdepending on programming language.I suggest you search www.google.com/codesearch for 'strstr' (strstr (const char *haystack, const char *needle))
- Tags: Programming languages, vasantha_bg@...
- Discussion threads 2006-12-12
- TracePlus Win32 (zip)
- TracePlus/Win32 shows you the interaction between your Win32 application and multiple Win32 APIs. Supported APIs that are displayed in realtime include ODBC, OLE, COM, TAPI, WININET, registry, DB-Library, and more. Integrated SQL capture window displays SQL statements generated by the supported database APIs. Status window displays DLL version information, OutputDebugString...
- Tags: Window, Win32, API, SQL, Construction, Databases, Enterprise Software, Software, Data Management
- Software downloads 2007-10-01
- How to Use the restrict Qualifier in C
- The C89 standards committee added two type qualifiers to C, const and volatile. The C99 committee added a third type qualifier with restrict. Individually, and in combination, these type qualifiers determine the assumptions a compiler makes when it accesses an object through an lvalue. The definition of an lvalue is...
- Tags: Compiler, C, Committee, C/C++, Programming Languages, Development Tools, Software Development, Software/Web Development
- White papers 2006-03-01
- Win32
- i am getting an error message which states that generic host process for Win32 Services Problem has encountered a porblem and needs to close.. i need urgent help .. shall i try reinstallaing of windows.. or wat .. ???
- Tags: ashokduni@..., Win32
- Discussion threads 2007-10-27
- MSDN Webcast: Windows Presentation Foundation Soup to Nuts (Part 15 of 18): Compatibility With Win32 (Level 200)
- The presenter of this webcast discusses how to use Windows Presentation Foundation applications based on the eXtensible Application Markup Language XAML with "Classic" applications based on Win32, the unmanaged programming model for Windows applications. This webcast shows how to use controls created in WPF within Win32-based applications in addition to...
- Tags: Microsoft Developer Network, Webcast, Win32, Microsoft Windows Presentation Foundation, Microsoft Windows
- Webcasts 2007-11-12
- X-Win32 LIVE (exe)
- The fastest PC X server now offers LIVE Sessions. With X-Win32 LIVE, users can recover Linux and UNIX sessions after a Windows, power or network crash. X-Win32 LIVE users can also manually suspend Linux and UNIX sessions, power off the PC and later resume to the sessions from where they...
- Tags: PC, Session, StarNet Communications, Linux, UNIX, Operating Systems, Desktops, Open Source, Software, Hardware
- Software downloads 2008-08-29
- TerabyteXCopy (zip)
- Windows Copy/XCopy replacement that bypasses Win32 API. There is a known problem copying a large number of files (30GB or more). This program solves this problem with some extras including AutoRetry, Auto Restart,Copy only new programs, setting the copy buffer size.
- Tags: Program, Problem, Microsoft Windows, Operating Systems, Software
- Software downloads 2005-08-23
- PC Guard for Win32 (exe)
- PC Guard for Win32 V5 is a professional software protection and licensing system. With PC Guard for Win32 you can easily protect Windows 95/98/ME/2000/NT/XP 32bit EXE/DLL/OCX applications from illegal distribution and reverse engineering. Even more, you don't need any source code editing or programming experience for this. Everything is fully...
- Tags: Software, PC, Win32, Tools & Techniques, Management
- Software downloads 2006-01-06
- Invoke Webservice using vbscript
- I have tried the below code but it is not working. any body can help me. this is vb script code.Const HOST = "http://localhost/SampleApplication/Simple.asmx"'Const URL = "Simple.asmx"Const FORMAT = "Raja" ' Create the HTTP objectSet xmlhttp = CreateObject("Microsoft.XMLHTTP")xmlhttp.open "GET", HOST & "/GetYourTime?format=" & FORMAT, false' Send the request synchronouslyxmlhttp.send'MsgBox HOST...
- Tags: rajasrirangan@..., asp.net, programming, Microsoft VBScript
- Discussion threads 2006-03-08
- Converting the WorldClock Portlet From the IBM Portlet API to the JSR 168 Portlet API
- This paper shows how to convert a portlet that was originally developed for the IBM WebSphere Portal proprietary Portlet API to one using the JSR 168 standard portlet API. It describes the main issues in performing such a portlet conversion. If a person needs to convert a portlet from the...
- Tags: Portlet, API, IBM Corp.
- White papers 2004-12-01
- << Previous
- page 1 of 1
- Next >>