Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Alex"

This demonstrates Basic HTTP Authorization, how to...Version: VB6
Author: AlexSubmitted: 4/11/2003Downloads: 6939
This demonstrates Basic HTTP Authorization, how to encrypt and decrypt Base 64, and how to remove characters from a string. Basic Authorization is when you go to a website, and it pops up a Username/Password dialogue window. If it is correct, it will di ...more>>

This code segment demonstrates how to create an It...Version: VB5
Author: AlexSubmitted: 12/3/2002Downloads: 5186
This code segment demonstrates how to create an Item Queue. It uses un defined arrays, ReDim, passing variables in functions, returning values, types, and Class Modules/DLL/Refrencing DLLs. An Item Queue is basically a variable that you add one to the e ...more>>

This is a Hex Viewer. It allows you to view the h...Version: VB6
Author: AlexSubmitted: 4/15/2002Downloads: 8554
This is a Hex Viewer. It allows you to view the hex/text of any file. It can easily be converted to a Hex editor but I don't edit in Hex so I just left as a reader. This is much more advanced in that it does not load an entire file into memory like som ...more>>

This demonstrates how to use recursion in visual b...Version: VB5
Author: AlexSubmitted: 3/15/2002Downloads: 8371
This demonstrates how to use recursion in visual basic and how to convert decimal numbers and ascii to binary and vica versa. It is another one like I made before but this as I said uses recursion. Recursion is considered by many to be the most difficul ...more>>

This demonstrates how to invert colors, create pol...Version: VB5
Author: AlexSubmitted: 1/27/2002Views: 13165
This demonstrates how to invert colors, create polygons, and delete them. It draws a 4 sided polygon then inverts the colors of the shape. If you change the form's background color, the inverted colors will be different. This can be easily modified to ...more>>

Binary to Decimal to Binary is a program that conv...Version: VB5
Author: AlexSubmitted: 1/11/2002Downloads: 9541
Binary to Decimal to Binary is a program that converts binary machine readable code (i.e. 01010110 01000010) to decimal or vice versa. 01010110 01000010 = VB in decimal. It also shows how to remove all spaces from a text box. This is fun to write a mes ...more>>

This is a list of about all MAPI32 API Declairatio...Version: VB5
Author: AlexSubmitted: 11/26/2001Views: 19205
This is a list of about all MAPI32 API Declairations, Const, and types. MAPI32 is used for sending e-mail.

Callback is a program for advanced users that uses...Version: VB5
Author: AlexSubmitted: 11/25/2001Downloads: 6728
Callback is a program for advanced users that uses callbacks to communicate between 2 seperate .exe's. It does not use winsock which I consider good. It is now two seperate applications (client and server) which are run locally but it is possible to mak ...more>>

This Demonstrates how to Dynamically add controls ...Version: VB5
Author: AlexSubmitted: 11/8/2001Views: 13352
This Demonstrates how to Dynamically add controls During Run-Time which means that a user could click on a command button or whatever you would have and add a text box to the form which this does. Not only does it do that, it also demonstrates how to dra ...more>>

NoteKeeper is a program that does exactly what it ...Version: VB5
Author: AlexSubmitted: 11/8/2001Downloads: 8026
NoteKeeper is a program that does exactly what it is called. It doesn't use a database but stores into easily locatable files. It has a list of all notes along with a description and the Note.
Page 1 of  3  Next >>

Go to page: 1  2  3