22858 total geeks with 3297 solutions
Recent challengers:
best bread maker
 Welcome, you are an anonymous user! [register] [login] Get a yourname@osix.net email address 

Articles

GEEK

User's box
Username:
Password:

Forgot password?
New account

Shoutbox
sefo
anilg, new comments are deleted automaticall y because of some abuse recently
anilg
this is plain wierd. I submitted comments twice to article 950, and they dont seem to be there. Something wrong with the comment code?
CodeX
shout-boxes in general are old + the staff thing happened to everyone after an issue 2 months ago
anilg
/me is no longer staff :(
anilg
Also, osix's shoutbox predated twitter. Heh.

Donate
Donate and help us fund new challenges
Donate!
Due Date: Sep 30
September Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
Washington Supremes
deliver death
sentence to betting
site
Google faces
antitrust
investigation in
Texas
It"s alive! Duke
Nukem Forever
breaks out of
vapour trail
Ubuntu "Maverick
Meerkat" erects own
App Store
Doctor Who goes to
the Proms
Unity ? iPhone code
swap approved by
Jobs (for now)
Nigerian man gets
12 years for $1.3m
419 scam
Oz school in
homosexual
kookaburra rumpus
All the week"s
Reg Hardware
reviews
Gordon Brown joins
World Wide Web
Foundation
Slashdot
NASA Preps
Closest-Ever Sun
Mission
Software (and
Appropriate Input
Device) For a
Toddler?
Brazil Considering
Legalizing File
Sharing
Game Publishers
Using Stealth P2P
Clients
Winnie-the-Pooh
Parodied In
Wookie-the-Chew
2010 May Be the
First Year YouTube
Turns a Profit
VISA Pulls Plug On
ePassporte, Porn
Webmasters
New and Old
Experiments Combine
To Help the Search
For Life On Mars
NVIDIA Announces
New Line of
Fermi-Based Mobile
Chips
Where Does Dell Go
After Losing 3Par?
Articles in topic

Visual Basic

Visual Basic: A Simple Calculator in Visual Basic for Beginners
by: sowoolumide - 2010-03-22 22:37:02
This is a more optimized Visual Basic calculator. It contains neater code and lets you understand better on how you can code the same calculator. In short, neater code.
6292 bytes more - viewed 1734 times - comments - rated
Visual Basic: Some useful parsing routines
by: MaxMouse - 2006-09-08 09:18:03
Everyone needs to move data from one place to another, here are some handy functions to allow you to do just that
1608 bytes more - viewed 10633 times - comments - rated
Visual Basic: VB: Self extracting executable
by: MaxMouse - 2006-08-12 05:15:53
How to extract files from inside running executable at runtime.
1905 bytes more - viewed 9897 times - comments - rated
Visual Basic: Subclassing with Visual Basic
by: Taltan - 2005-01-19 19:27:59
This tutorial will take you through the basics of subclassing in visual basic. There is a working example with the tutorial.
9828 bytes more - viewed 26594 times - comments - rated
Visual Basic: Create Your Own Email Client
by: TroPe - 2004-12-20 11:12:35
This article will show you how to make a very simple email client application in VB. Unlike some of my other articles, this time I am assuming you are familiar with the language.
12055 bytes more - viewed 26876 times - comments - rated
Visual Basic: Visual Basic - Beginning
by: dimport - 2003-06-30 20:00:31
A great introductory tutorial for those wanting to learn Visual Basic written by myself is now available.

4573 bytes more - viewed 11864 times - comments - rated
Visual Basic: Getting the Network Card MAC Address
by: dimport - 2003-06-21 07:19:46
The Network card MAC address is a uniquely assigned code hardcoded into your network card. The value is used by networks when transmitting information between sources

Here's how you get access to it from Visual Basic
5090 bytes more - viewed 41878 times - comments - rated
Visual Basic: Using the Mutex - Detecting if your application is already running
by: dimport - 2003-06-21 07:19:46
How to detect if your application is already running, and if so terminate it, using a neat method know as the Mutex.
1793 bytes more - viewed 17632 times - comments - rated
Visual Basic: Database Management with ActiveX in VB
by: dimport - 2003-06-21 07:19:46
Would you like to know something about ActiveX database control's in Visual Basic? Then read on...
7615 bytes more - viewed 15426 times - comments - rated
Visual Basic: If statements and While loops (VB)
by: dimport - 2003-06-21 07:19:46
A tutorial from Sliptop is now available in the tutorials section about garden variety IF statements and WHILE loops in Visual Basic.
5805 bytes more - viewed 63353 times - comments - rated
Visual Basic: Introduction to Visual Basic Socket Programming
by: dimport - 2003-06-21 07:19:46
Most people might think that Visual Basic and the internet are enemies by nature. Well, they're probably right :) But still, VB coders have the possibility to write client/server-applications within only a few minutes, thanks to then "Microsoft Winsock Control".
14272 bytes more - viewed 157103 times - comments - rated
Visual Basic: Simple Calculator in VB
by: dimport - 2003-06-21 07:19:46
This tutorial will demonstrate how to code up a simple calculator, note this calculator will manipulate two numbers and will not account for error catching in any great degree.
4730 bytes more - viewed 309069 times - comments - rated
Visual Basic: How to use Pause in VB
by: dimport - 2003-06-21 07:19:46
In this tutorial, you will learn about the public sub Pause and what is it used for.
1452 bytes more - viewed 69714 times - comments - rated
Visual Basic: VB Tutorial on Timers
by: dimport - 2003-06-21 07:19:46
A tutorial on using Timers in VB, as requested by visitor to OSI member.
A timer is another one of those useful controls within VB that allows the developer to make things happen after a certain time, or on a certain event. You’ll understand a little better as we go on.
2997 bytes more - viewed 102088 times - comments - zero rated
Visual Basic: VB Bubblesort Algorithm
by: dimport - 2003-06-21 07:19:46
Ever wondered what the purpose of a bubblesort algorithm is? This tutorial will explain how they work and provide a sample of code.
3269 bytes more - viewed 23215 times - comments - rated
Visual Basic: The basics of a Trojan Horse
by: dimport - 2003-06-21 07:19:46
This Topic is going to explain all you guys who are curious enough(, which you should be, if you are here:),) to want to know how sub7 or BO or any other trojan horse basically works.This tutorial will explain you the basics of a Trojan Horse application.
2528 bytes more - viewed 18156 times - comments - rated
Visual Basic: Decrypting FlashFxp passwords
by: dimport - 2003-06-21 07:19:46
Ever written an app in VB that needed to get a password from the FlashFxp file 'sites.dat' but was unable because of encyption on the password? Well, probably not, but I did. When i couldn't find the code to do the trick I had to write one myself...
1833 bytes more - viewed 9736 times - comments - zero rated
Visual Basic: What
by: dimport - 2003-06-21 07:19:46
What's new in Visual Basic .NET that makes it the best developing platform I've ever seen ??
Supporting all the enhancements that were in Visual C++ , VB .NET became better and here we mention some but not all of the new enhancements in VB .NET...
1220 bytes more - viewed 7864 times - comments - rated

Features

The Forums
Re: unable to
load level 3
images

(CodeX/Geek Tips)
unable to load
level 3 images

(viv0411/Geek Tips)
Re: reverser 8
(Zaphod/Geek Tips)
Re: Bonus 4 -
Sound Waves

(adi2004/Geek Tips)
Re: Level 1
(sajchurchey/Geek Tips)

Recent Blogs
Glad to be back
here in OSIX
Free Laptop
Prams Buggies
and Pushchairs
0 comments
bb's blog
Fri 26th Feb 9am
First one
1 comment
Action's blog
Tue 12th Jan 10pm
A Daily
Profanity at
dailyprofanity.
com
0 comments
bb's blog
Mon 21st Dec 11am

Current Poll
What's an
appropriate
response to a
hacker?

Contact Police/Authorit ies
Give Praise
Do Nothing
Ban Known IPs (but proxy option remains)
Deactivate Account
Delete from HoFs
Hall of Shame
Other (Please Comment)



View Results
(15 Comments)

Site Comments
<p><a
title=2010 pro
bowl
href=h...

(Anonymous / // To print semicolons using C programming without using semicolons any where i / amisauv's blog)
Buy D
(Anonymous / Creating a Lexical Analyzer in C / amisauv's blog)
Fationable
PUMA Run

(Anonymous / agh, the irc java applet / Renegade's blog)
Fationable
PUMA Run

(Anonymous / my tut is uberl33t...read / Renegade's blog)
Fationable
PUMA Run

(Anonymous / hey if i get the power to / Renegade's blog)
Fationable
PUMA Run

(Anonymous / bb: what do you mean NEAR / Renegade's blog)
Fationable
PUMA Run

(Anonymous / my alergy medicine is mak / Renegade's blog)
Fationable
PUMA Run

(Anonymous / ahh, the joy of ham. / Renegade's blog)
Fationable
PUMA Run

(Anonymous / because that's what chris / Renegade's blog)
Fationable
PUMA Run

(Anonymous / damn! caffene rush! put c / Renegade's blog)


     
Your Ad Here
 
Copyright Open Source Institute, 2006