Results for "Volume: ASP_Volume2"
The purpose of this code is to read the Outlook Contacts Folder into an ADO RecordSet. Often you want to let your app use either the Outlook Contacts or your own. This will give you a jump start.
This ocx allow you to easily place, change or delete an icon in the system tray and set its tooltip. This ocx provides support for mouse events. To use it in you project just place this object in a form and call CreateIcon, ChangeIcon or DeleteIcon. A test project is included.
SCO is a code snippits organizer built-in with HTMl editor ,SQL builder,Database scanner and a file viewer.Although, most of the code was taken from PSC but I did a lot of changes and added more features.I would like to give credit to Mark Joyal for his excellent code.BTW I don't expect a vote but if you do it will be appreciated.
The new update about XP-Form, removed some bug, needed only menu function to subclass (owner draw).
Windows XP Verticle Scroll Bar. Nearly identical to real thing. Will subclass next, and then make horizontal bar.
This is a Class C IP Subnet Calculator. I made it to help me remember how to subnet. I'm working on doing Class B and A addresses. I can't seem to remember if it's the first or the last ip that is the network number but I'll fix that once I figure it out. Comments are appreciated.
NAT Solutions are a collection of NAT (Network Address Translation) programs that I have written. This includes a TCP Portmapper, UDP Portmapper, and a TCP Router. When used correctly these programs can allow Network computers access to internet Ports/IPs or even more! This is the only NAT(Network Address Translation)/ICS(Internet Connection Sharing) code you will find on PSC. I am the only one that even atempted to write this software and post it! Here is a list of all the programs included in the download and their functions/examples of how to use them: TCP portmapper: Maps a Specific LAN Port to a specific Internet port. Example of use: 1) Set Internet IP to 216.239.33.100 2) Set Private IP(LAN IP) to 127.0.0.1 3) Set Port to 80 4) Open Webbrowser to http://localhost You just made your computer a private Google Server! UDP portmapper: Maps a specified Interent UDP port to specific UDP LAN Port. Example of use: N/A - Dont know any apps that use UDP protocol Router: Maps a specific Internet/Private IP to a specific Port. Example Of Use: 1) Set IP to 216.239.33.100 2) Set Port to 80 3) Open Webbrowser to http://localhost You just made your computer a Google Server!(Any computer - even on the net can acces google by typing http://[Internet IP] - If your IP is Public(Internet IP)! ___________________________________________________ I am looking for VB programmers to help me program a Multiplayer gaming network by the name of BioNet (It is not a Trojan!) If you are fimilar with VB's winsock control PLEASE e-mail me at [email protected] or visit my website: http://www.angelfire.com/me4/ZytechSoftware ___________________________________________________ I Want To Hear Your Ideas So, Please Comment! ___________________________________________________
This program will let you create your own window's and objects without using controls. Primarily for those creating games in DX etc. Currently supports minimizing (Mac style), resizing, draging, buttons and labels (both with click events).
Squares is a game where two players take turns connecting any two adjacent dots in a grid, either horizontally or vertically. The object is to be the player to complete a square and gain a point and another turn. The winner is the player with the most points. Three modes of play are supported: vs the computer, vs a friend on the same PC sharing the mouse and vs a friend over the Internet.
Its actualy quite easy to make several threads in VB. All you need is one (1), API call and you're on your way.
Tag 1.0 is a localisation tool. I developed it while working in cbs.ie It adds or removes localisation tags from the end of files. E.G. test.html will be renamed to TEST_fr.html It wouks on complete directories and any file type You can use all this code - if you do please return the favour by voting for me thanks :)
It's a program you can use to test animations you made for a game. You can set the speed and more.. See for yourself, leave comments to tell what you think of it.
A textbox for TCP/IP or DNS entry with validation and formatting. It behaves like Windows TCP/IP entry. Very nice in developing program that requires valid IP entry.
I work with Access databases, and occasionally will need to update the front end on the server. With access, you can tell when all users are out when the ldb file is missing. Therefore I created this app that checks for that ldb file. When the file is missing it uploads a specified file to the specified directory. This works excellent for me so that I can update files when all users are out. Hope this is helpful to you. Feel free to add/change or make suggestions.
This program controls a remote unit across a range. The OFF button sends a "FF" and expects an "FF" within 1/3 of a second otherwise it times out. The reason I uploaded this is because I could not find a serial program that worked using MSCOMM and ONCOM event. I did have trouble at first until I read that Microsoft has Rthreshold default as '0'-- it needs to be '1' for the received data event to be captured I realise this is a very simple program, but it WORKS. To check this out place a wire/short between pins 2 and 3 on your DB9 serial port. This will route TX to RX on the same port. I limited it to COM1 and Com2 but others can be added. I hope this helps someone trying to use the serial port.
This is a pacman type game, you are a thief that has to steal all the money while avoiding the guards. The game uses BitBlt and comes with a mapeditor and about 30 maps. Please leave a comment to tell me what you think of it.
This is a completely functional, realtime (on the fly) sampler/sequencer, written in Pure VB! and fully commented. The code allows you to load, save, play, record, select, paste, loop, zoom, and trigger unlimited!, simultaneous! sound samples of ANY Length!, with multiple (mixed) formats. Features: Hotkey Assignments for each sample. Hotkeys are used in combination with , and keys, as Triggers for playing, looping, and stopping samples on demand. Saves and loads File & Hotkey Data in 'Sound Bank' files (like a play list), for easy retrieval of prior settings. A Music Source + A Laptop + A Crossfading Mixer + This Program = 'Party waiting to Happen' :) ... The microsoft MCI save command, doesn't save a valid wav file, I still haven't figured out what is going wrong with it, if anyone knows a fix (maybe a service pack "Im using SP3", I dunno), Please let me know! Till then, I've discovered that after recording a sample, and selecting the entire area, Pasting the selection as a new file, seems to fix the Glitch ... go figure!
This is an update to my previous code submission. This one will calculate Class A, B and C addresses. I would like to thank flipmode for informing me that it is the last ip and not the first that is the network number. It takes a while to calculate Class A addresses since they are so large. So if you are calculating a Class A and it stops responding just let it go for a while and it will probably catch up. I also ran out of memory trying to calculate a Class A address so you might want to watch out there to. I appreciate comments so I can improve my work. Thank's
Updates The DNS Record On A Selected Service (DynDNS, CJB.Net... 7 so far). Has 4 different methods of getting your external IP address. Shows how to use CHM files and the What's This Button. Custom bitmaps and menu creation. Please send me any custom routers/services created so I can add to my online database. Screenshot at http://dnsupdater.crazymateo.com/
This VB code shows how you can use ADO and Microsoft Scripting Runtime Library to transfer data from a database table to a text file.