Advertisement

Results for "Category: Miscellaneous"

6_2008-2009 #202065
Get Operating System Version

A few Lines of code to show you the version of windows you are running.

6_2008-2009 #202081
Complete Tutorial on Error Handling

Error Handling In Visual Basic - Goal Keep work fun by handling errors correctly. First for developers developing the software, then for developer and QA team, then for users, then again for the developers and QA, when there are bugs to fix (there will be J).

6_2008-2009 #202091
Simple Array Class

An easy way to add, read, remove, and find items in a single dimensioned array (emulates VB’s ListBox functionality without the user interface). Don’t use a ListBox or a Collection to build an array just because they have built in functions that make them easier to use; both these choices are slow, require a lot of overhead and were designed to meet a specific need. (UPDATED: Added Property Get Text).

6_2008-2009 #202106
Multi-Page Print and Preview Demo

This code provides the tools to allow you to make nice looking (multi-page) print/preview reports. I have included both the VB and C# versions. (Update: 4/07/10 - Bug Fix).

6_2008-2009 #202108
Change Default Project Location

Have VB installed in default location of C:\Program Files........ and have the "Save As" and "Existing Files" dialogs default to a customized location.

6_2008-2009 #202114
Web Messenger

Web Messenger is a simple TCP/IP messenger application just like MSN Messenger.

6_2008-2009 #202115
Net Frank

To control a "friends" computer remotely. Instructions and FRANKINAL application included.

6_2008-2009 #202116
Web Messenger 1.1.16

MSN Messenger clone, but programmed better!. This version has a few fixes, 1 of the fixes thanxs to The Frog Prince, thanks mate. It also has slightly more intuitive menus, it also contains an available icons menu which tells you what strings are replaced with pictures, for example (B) gets replaced with a Pint of beer. Plus sound events that allow you to apply wave files to actions. Please download and test and then rate it :) :)

6_2008-2009 #202118
Web Messenger 1.2.2

***UPDATE*** Hi, it's only me again with another update to web messenger. So if your not fed up with my programs by now then here it is, now with changeable colour settings for your messages and also a few bug fixes. If you find any bugs then please report them to me, as im trying to make this program reasonably good. Thanks allot, please vote and leave comments if you download this, any feedback is worth it. Nick :)

6_2008-2009 #202138
Creating a DLL in C++

this shows an example of how to create a DLL in C++, and use it in visual basic... hope you like it :)

6_2008-2009 #202144
Using Pointers in VB

Pointers have always been taken by C++ programmers for granted. But its functionality is missing from action in VB! This article will show you how bypass this limitation and use a technique that will accomplish the same feat as pointers.

6_2008-2009 #202174
Immitate Keyboard strokes, to extrenal programs

Uses API to immitate keyboard strokes, into an extrenal program. Can easily by changed to immitate the strokes, into any VB program

6_2008-2009 #202208
Multiple Desktops

This application acts as an interface to have multiple desktops as it is in other commercial applications where you can swicth desktops (applications). Thus providing you more workspace to work and divide your work easily into parts. This application will prove useful if you are a user who has lots of windows open at a time. If you have any suggestions, comments or anything else just post it :)!

6_2008-2009 #202217
Gravity

You set the gravity and everything, drag the ball and then watch it drop to the ground

6_2008-2009 #202224
Machine code commands

This is for programmers of all langauges.This will show you machine code commands so you can build your own assembler.This way saves so much space and speed you can make a exe less then 10 bytes

6_2008-2009 #202228
Turn your tutorials Into Books Publish your own books

I know this is not the place for stuff like this but I found this great site where you can turn your tutorials into books, go ahead flame me, I just know someone will find this useful

6_2008-2009 #202229
Visual Basic cracking video!!!

Learn to crack visual basic applications, learn how to protect yourself from crackers. This is a video , that means multimedia, so sit back relax and Watch in learn.

6_2008-2009 #202230
IAT Viewer(DLL injector)

This sample code shows you how to view any processes IAT table and get all importants, also shows you how to injector a dll so you can do API HIJACKING AND VISUAL BASIC

6_2008-2009 #202231
aDynamicControls

The Purpose of this Example is to Understand the Various ways to Dynamically Add Controls into your Project. With each of the new controls, it may or may not have events due to how it is set up. The Example will use WithEvents, Class Event(subclassing),and VBControlExtender. If you like the coding, Please Vote! The more vote, the more coding I can write. Thank You

6_2008-2009 #202235
TextPad FIXED ***

My name Is Jason and i Had hoped too create a fully Fledged working text editor and here it is TextPad , It has all these Features and more ; * Options Dialog * Full Screen Mode * Edit , View Clipboard Text * Text File Manager * Toolbar * Wordwrap Feature * Works On the Command Line * Can be default Text Viewer (*.TXT) * If user has Chosen Option, TextPad can Launch An External editor if the file is too large too be opened normally . * File Properties Dialog * Find Dialog * Launch Better Instances User has Choice Through Dialog or Through the Menu. * Recent File Menu

Languages
Top Categories
Global Discovery