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: Jul 31
July Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
UK.gov sticks to IE
6 cos it"s more
"cost effective",
innit
T-Mobile UK pumps
out the iPhone 4
Polaroid 300
instant print
camera
NatWest dumps O2
Money
YouTube ups video
time limit
Alleged expenses
fiddlers to face
justice
Nude trampolinist
bounces free from
court
Nexus One phone
rockets to 28,000ft
UK.gov drops £6m on
Google
Fake Firefox update
used to sling
scareware
Slashdot
British ISPs Favour
Well-Connected
Customers
"Bizarre"
Nanobubbles Found
In Strained
Graphene
1-in-1,000 Chance
of Asteroid Impact
In
...
2182?
2 Chinese ISPs
Serve 20% of World
Broadband Users
World"s Fastest
Hybrid OK"d For
Production
Sometimes It"s OK
To Steal My Games
Thermoelectrics
Could Let You Feel
the Heat In Games
KDE SC 4.7 May Use
OpenGL 3 For
Compositing
Perl 6, Early, With
Rakudo Star
Internal Costs Per
Gigabyte —
What Do You Pay?
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 1393 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 10493 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 9679 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 26241 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 26296 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 11763 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 41308 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 17390 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 15336 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 61665 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 153878 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 297117 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 68735 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 98283 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 22764 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 17830 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 9650 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 7797 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
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)
http://www.gucc
iusaoutlet.net/
index.php?ma...

(Anonymous / Glad to be back here in OSIX / jericocampos's blog)


     
Your Ad Here
 
Copyright Open Source Institute, 2006