Using Microsoft Visual Basic to Create a Graphical Front-End for a CSIM19 Model

This document describes how to use Microsoft Visual Basic to quickly and easily create a graphical front-end for a CSIM19 simulation written in C. The example used in this document is a simple service center phone bank. The source for this example is included with this document. You will not be able to compile the source yourself unless you own the CSIM19 libraries. This document assumes that readers are reasonably familiar with CSIM19 and basically proficient in Microsoft Visual Basic and Microsoft Visual C++. Obviously the methods described here are also applicable in other development environments, as long as users know their preferred development tools well enough.
Read more

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.
Read more

How to use COPC32 on Visual Basic 6.0

This tutorial will guide you how to use COPC32 activeX control on Visual Basic 6.0. COPC32 is an activeX control used to create SCADA applications with OPC technology. COPC32 can connect to OPC server to control and display operations of PLC, DCS, controller, Remote I/O and any hardware support OPC technology.
This tutorial guide you through following step
- Adding COPC32 control on VB 6.0 toolbox
- Identify OPC server and OPC tags to COPC32
- Connect and disconnect to/from OPC server
- Get OPC tag values from OPC Server
- Write value to OPC tag
Read more

Visual Basic Tutorial

VISUAL BASIC is a high level programming language evolved from the earlier DOS version called BASIC. BASIC means Beginners’ Allpurpose Symbolic Instruction Code. It is a fairly easy programming language to learn. The codes look a bit like English Language. Different software companies produced different version of BASIC, such as Microsoft QBASIC, QUICKBASIC, GWBASIC ,IBM BASICA and so on.
Read more

VISUAL BASIC REVERSED - A decompiling approach

Frameworks are getting more and more popular today, Visual Basic is one of them. Personally i hate frameworks, and also most reversers do. So, why this tutorial? We can consider both the light and the dark side of the problem: frameworks usually put a lot of code in the compiled programs, so it becomes hard to find the way among all that jungle. But they also use sets of pre-built objects, so theese objects are always the same and can be recognized, helping the reverser to understand the code itself. In a VB PE you have a lot of information inside the exe, so you can easily extract all the information you need about all components of the program.
Read more

Next Page →