Results for "Volume: 4_2005-2006"
There are many methods you can use to return certain parts of a fully qualified path to a file. Here is the SHORTEST and FASTEST way to 1) return just the path, 2) return just the filename, and 3) change the extension of a filename. The code is so short that it is probably faster to keep it inline than to create additional functions. (I've done so here to better illustrate the parameters.
I got the the layout and design of the program from CONTACTS 2000 made by [email protected]. BUT the code underneath is radically different! This program MANAGES AN ACCESS2000 DATABASE with SQL and query's with Recordsets. The best part about using a MS JETDB EnGINE4 is that the DB can be accessed through a network. It also queies a recordset and spits the results to the NEW DATA REPORT in VB6. I worked hard on this one! enjoy. READ README.doc for info on running. e-mail me at [email protected] for questions. PS. THANKS MICROSOFT SUPPORT (GENE MOODY)!
When you use winsock to find your ip address, it will return you the ip of your internal network (if you have one). So this simple code is useful to find your real ip (the ip you use when connected to the internet).
FROGGER GAME - Hop over the road avoiding the traffic, then accross the river on the logs, then home.
I have seen many analog clocks but they were not that good! now with some help from math , and bingo!! real time with no control except timer, you can have your own custimized analog clock!!
A FAST and EASY way to count the number of occurrences of one string within another! Please vote for this tip if you find it useful.
This program does about anything you can think of: Shut down, restart, log off, connect/disconnect to internet, enumerate windows, create Veda designs, stay on top, montor cpu, tells length in windows, date, time, what mouse is over, disble/enable: screen saver ALT-CTL-DEL Taskbar Desktop Icons, empty recycling bin, auto mouse move, minimizes to windows tray, minimize all, change screen resolution, open CDRom drive, open every thing in control panel, copy files, rename files, run files, force on top, finds **** in textboxes, changes keys into ASCII #s, opens "find files", open winfiles, open explore, AND MUCH MUCH MORE!!! This is by far my best program uses TONS of API calls!!! Have Fun!
The main purpose of this program is to check how good are your eyes can be, and how long you can concentrate with some thing that moves quickly.
The original source code was from someone (AndrComm or Sebastien?) else. I recode the whole thing, but having reference to the original. Anyway thanks, whoever who are who wrote the original code (yeahh.. all creadits to him) since i learnt some performance optimization (my original codes are tremendously slow).I did some code clean up and comments. The encode speed increased by 20%, decoded speed increased by 30%. Here's the best results that i come out with: file : command.com (93,040 bytes) load : 2.56 mb/sec (n/a in original code) save : 3.39 mb/sec (n/a in original code) encode : 7.17 mb/sec (20% faster, original code runs at 6.05 mb/sec) decode : 7.31 mb/sec (30% faster, original code runs at 5.61 mb/sec) Here's the changes I've made : 1. *REWROTE* code clean up (i think it should be more readable) 2. *REWROTE* encode and decode table is created together. 3. *REWROTE* sub DECODE rewrote (should be faster). 4. *REWROTE* sub SPAN and UNSPAN now supports SpanSeparator. 5. *ADDED* More detailed co1mments for novice, not experts 6. *ADDED* some form controls, for input and output. 7. *ADDED* file loading and saving feature 8. *FIXED* encode / decode rate calculation fixed... more accurate should be 1 sec = 1024 ticks (kernel 1044 ticks?) and 1 mb = 1048576 bytes. (1024b x 1024b) and some other minor corrections as well...
Ever wanted to send some data to EVERY computer plugged into your LAN? Well, broadcasting is the way! This is an internet/chat programmers MUST HAVE! Also a game programmers must have! Here is just SOME of the possibilities of broadcasting: Create a SERVERLESS chat program, List all 'Tic-Tac-Toe' games playing on your lan, and join one!, Instant Messanger!, the list just keeps getting better! All I ask in return in sending you all coders this great code, is a vote :) - Thanx alot! If you need help on ANYTHING, e-mail me or ICQ me! (You can find my contact info in the program). There is also a EXE included, incase you just wanna try it out right now!
send a file,send a picture and chat with this two side chat box.ENJOY : >
It is my new Bar Code Generator with some more functions. And its complete freeware!
It always bothered me that Microsoft didn't make their boring Slider control with more options. This control allows you to customize the appearance of the gripper. It also, like the Winamp Slider control, allows the background to shift color intensities as you get closer to your miniumum or maximum values. Enjoy!
This program was UPDATED AS OF 9/16/2000! Every single last line is commented greatly!!! This is a cool unfinished app that I wrote around 3 months ago! This not only shows all of the INs and OUTs of PC Security programming, it also has a great Graphical User Interface and many cool effects. This is code is for making a program that keeps the users out until they sign in. It then creates a hidden System file which is only accessible through the Client Control Panel included in this package with Full source. All this and more packed down to less than half the original size!!! It is now 130Kb!!!! Great download, please vote if you like this submission. NOTE: My last version did not have a screenshot included and had some errors. It was also very big and barely commented, so that is why I deleted it and resubmitted
4 functions to handle command line options...example: yourprogy.exe -F, etc...one of them checks if a commandline option is in the command line....another one creates a commandline set with options...another one removes a specified option from the command line, and return the cmdline...(example: sometext -F, to sometext)...and the last one pulls out the text between 2 options in the commandline, and returns it...so -S blah -E would return just "blah"..can be very usefull...
This code demonstrates how to create a prompt driven program, similar to a dos console.
The code is very easy to make your own systemwide hotkeys with API Call!
I've seen many submissions of portscanners that use one winsock, but hardly any that use 50+. This code uses anything upto 200 simultaneous sockets / controls, to make it fast and accureate.. and it's fully commented.
This Program generalizes how Reservation is done. It comprises of graphics and sound effects. Even mouse is used in it. It will be great to present this one as a project. Enjoy.
This translates english to...well ebonics. I just did it for fun cause I was bored, but it can translate like whole documents 'n stuff. Read at the screen shot.