Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #224004
Windoze v1.0

This is a module that will allow you to control some basic features on Windows 95/98. Show/Hide Clock, Show/Hide Taskbar, Get CPU Info, Get Paths or Applications/wallpaper/etc. There are quite a few subs and functions so check it out. :)

7_2009-2012 #224008
RUNDLL32.EXE functions

You might find the following code useful in complicated tasks that require a lot of code in other methods. I have not tested all of them, but they should work.

7_2009-2012 #224023
Quick & Easy encryption

Learn how to write a simple DLL in C++ and then call it in Visual Basic. I scoured the web trying to look for beginning tutorials on how to write DLL's in C++ but came up with NULL examples. All the examples were to complicated for a beginner. Some of them were out-dated i.e. "Learn how to write a DLL to communicate with an ISA card". I soon gathered enough information to write a very simple one. Check it out.

7_2009-2012 #224035
Sending Output to the printer

Learn how to send output to your printer. PLEASE RATE THIS.

7_2009-2012 #224038
AgeCalculator

Updated the C# logic, since it was a bit messy. The purpose of this code is to calculate the age, given the BirthDate. Of course this is a trivial task, but is just to show one way to accomplish this task in VB.Net and in C#. The Zip file contains both projects. There is a slight difference in the logic since the VB one round the months, while the C# calculates the days too.

7_2009-2012 #224039
scarey notepad

pretty basic code, opens notepad and uses a combination of an api timer and the sendkeys function. should be fairly useful for beginners wanting help with sendkeys/cursor manipulation and the shell command.

7_2009-2012 #224056
hide\show

this simple code can hide\show your clock, start button, tray icons, taskbar, and desktop. Please vote!!!

7_2009-2012 #224057
Handler

The ultimate window handler, this can Hide\Show\Minimize\Maximize\Restore\Close\Flash\Focus\Enable\Disable\Ontop\Not Ontop\Set Height and Width, Top\Left And set window text!!! Vote if you like this code!!!

7_2009-2012 #224073
Slpash Screen (Very Cool) Type 2

This is a very cool splash screen. The graphics are like the Matrix. You must see it to belive it. Very Good. No extra OCX files needed. Pure VB. Vote if you like the code or/and leave comments

7_2009-2012 #224074
Combo Boxes For Menus

This code shows you how to use combo boxes as a menu if you don't want to use the normal menus. Looks good. Get the latest version of all my code at www.gpa.2ya.com

7_2009-2012 #224079
NT/2000 Trap Keys

Trap system keys with a system keyboard hook on NT and 2000 OS.

7_2009-2012 #224113
Character Map V2

A character map like the windows one. This is an updated version of my previous attempt. It now uses only one picture box (instead of a load of labels) and does all the drawing via PaintPicture. It's a lot faster than my other one. Feel free to use this code in your own project (all you have to do is add the code for the insert button).

7_2009-2012 #224139
Add to a ListView control on the fly from a text datafile

This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily. It's easy to add more columns as needed. To use this code, you simply call the function like. Call load_list_view_two(mylist, "c:\test.dat")

7_2009-2012 #224153
[UPDATED] IE Webamp (How to make Explorer band addons for IE)

This is an explorer band addon for IE/Windows Explorer (ie when you click on Favorites the little side bar that comes up is an Explorer Band) the example is a simple mp3 player that runs while IE is open so you can listen to mp3s while you look at webpages...you could change this into something more useful...vote vote vote!!! Read the README file first!!!!!! New Update!! added a readme and .reg file with instructions for adding a button to the IE toolbar for IE Webamp!!! Vote!! [new screenshot!] xTrin

7_2009-2012 #224173
Hot List Box Example!

this is a good listbox example for begginers it has load/save list,add item to list,remove item,clear list,kill dupes and add list to clipboard!! PLEASE VOTE FOR ME thanks!!! -Jim

7_2009-2012 #224220
ASP Chat Version 2.0

The purpose of this code is to let users talk on an ASP website. It creates a good impression having your very own chat room.

7_2009-2012 #224221
ASP Chat Version 3.0

Here it is fellow programmers: ASP Chat Version 3.0. I had promised when I first the skeleton ASP Chat Script i.e. Version 1.0, that I would try my hardest to clone the Yahoo! Chat Rooms. After a lot of hair-pulling and siting in tutorial sites, I fixed almost all the glitches and added a lot of new features. This new version allows users in a particular website to dynamically chat with other people accessing the same website. A good thing in this new version is that you can create you own Chat room, if you don't like the ones that are listed. Included as a bonus is a logging ability, which logs any activity in any chat room using seperate text files. It also displays the IP address of the user connected to the Chat Room. If you like it please vote for it! :)

7_2009-2012 #224229
Control Resizing on Form_Resize

You know... Real resize function needs some information about what to do. It cannot be done without information. The program even doesn't know what I want until I give it!!! For example, Let's say you have 4 controls. First one is command box, so it should be moved on form_resize. Second one is text box, so it should be wider or vice versa on form_resize. Third one is multi-line text box, so it should vary on width and height both. Fourth one is a label below the third one, so it should move vertically. You can DEFINE very easily how your controls should resized according to the parent form's resizing. If you are doing a lot of forms(maybe over 30, 50, 100?), this function will be very helpful.

7_2009-2012 #224256
Novell UserID Example

I noticed a lack of Novell application code on this site, so I created this example from code found on the Novell developer site. It retrieves the Novell user ID and tree name using API calls. Requires, of course, Novell, the Novell Libraries for Visual Basic found at http://developer.novell.com/ndk/vblib.htm and the latest Novell Client.

7_2009-2012 #224262
Encryption Machine

The code was changed on 12/14/00 to use fstream objects for file I/O and I also added more comments. Use this to encode and decode a text file. The same password must be supplied in both cases because it is used in the encryption algorithm. This increases the security of the encryption making your encrypted file virtually uncrackable, even using the same program, unless you know the password. Please rate this. Whether it's good or bad, I appreciate your feedback. Thanks.

Languages
Top Categories
Global Discovery