Search for: decompile a VB6 exe file
Related Programming Resources
- Threads in C# Overview . Thread Basics (101) . Thread Class . Thread Synchronization - Interlocked - Lock - Monitor - Mutex Thread Basics 1. Define a method (return type void) 2. Create a delegate instance 3. Create a thread instance 4. Call the start method ... Interlocked . 4 atomic operations - CompareExchange - Decrement - Exchange - Increment . Protects against errors that can occur when the scheduler switches threads ... Website: www.cs.usask.ca
- Developing Your First Visual Basic Program The goal of this tutorial is to enable each student to develop his (or her) first Visual Basic Program. The application involves the creation of a very simple Visual Basic (VB) program in order to compute and display the horizontal distance using stadia theory given user-specified survey data. This application offers
- CrossMission Tutorial for Visual Basic This chapter describes how to develop a basic application, using CrossMission. Creating a sample program, you will learn how to use the tools and wizards provided by CrossMission and concert with an application server. The descriptions in this manual assume the following environment: Operating system: Windows 2000 Programming language: Visual Basic .NET This section describes a
- VBScript Language Reference VBScript Data Types VBScript has only one data type called a Variant. A Variant is a special kind of type that can contain different kinds of information, depending on how it's used. Because Variant is the only data type in VBScript, it's also the data type returned all functions in VBScript. At its simplest,
- Support for Design by Contract in the C# Programming Language There is evidence that "contracts," or assertion techniques involving preconditions, postconditions, and invariants, have a positive effect on overall software quality. Regrettably, very few programming languages support these techniques. Since the advent of Bertrand Meyer's Design by ContractT method, introduced in the language Eiffel, a number of systems have been