Results for "Volume: 2_2002-2004"
This code Enables and Disables the Shift Key used to bypass the startup options in Microsoft Access
You have 12 billiard balls. One of them is odd in that is slightly off in weight from the others. The problem is to use a balance scale to determine which is the odd ball and whether it is light or heavy. This little program shows the solution graphically plus it details the logic involved. Have fun with this.
Updated 11/30/2001! Now you have a complete support to build a local archive of downloaded files: you can define libraries of omogeneus programs, any item is automatically saved in its own directory and expanded so you can open it with a single click. Collect your code will be even more simple! Updated 4/5/2001! Start as systray Icon, separated browse window from tree window... Works with new policy of PSC!!! Updated 11/22/2000! This is an interface to Planet Source Code database. It's simple and very useful, you can see all published softwares, make search, navigate throught categories. In the treeview you can see items information and check the one you prefer to download in an given directory. When application starts, wait a moment to allow downloading of newest (50) file list and PSC home page. then you can navigate using categories menu and prev/next page buttons, select what you find interesting, define a download directory and download. Hope it will be useful for everyone. Good work to everyone and vote me!!!! PS: used some piece of code from PSC with credits inside.
Creating & testing an assembler DLL using NASM, a freeware assembler. The demonstration DLL does Bit testing, shifting, rotating, clearing & setting.
Allows you to easily add your program to the Add/Remove programs list, and also add your program to the Run registry key so it starts every time Windows starts! I didn't see code that adds to the Add/Remove Programs bit here, so I made it myself! Though I find the basic registry routines here, I did Enum one of the arguments to make calling them faster! Please Vote!
This code will show you how to create custom shaped forms based on any image you want to use. Any part of the form that you want to be transparent, just make it pink. (See ScreenShot). I have seen other examples of this on PSC but they were kinda slow. This code is very fast and works by creating and deleting graphical regions in memory. The code is well commented and VERY simple to understand and use. There is also a single executable included if you just want to see it work and don't want to screw with the source code. Enjoy. (Jeff Deaton)
Ok people, heres the deal. You have the code to write to the real NT event log (if not .. let me know and i'll post it!!) but you want a more versitile way of logging events. ever thought about XML. this zip file contains a pretty simple XML eventlog viewer. i've also included (as a class to the project) the code that you can use to create an XML event log. This example is my first real attempt at using XML so i hope you like it, the code is pretty simple so i dont think that you will have any problems reading it. - Yep i know i may not be using the XML DOM correctly yet but hey i've only learning XML for about 5 hours at the time of submitting this code. so please dont correct me with the XML coding... i'll get better as i go along... thanks people ..... oh.... and if you like this code ... please vote for me will ya! Thanks!
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
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")
Want to create scientific calculator? Today with Chip 8083 FX you can do it very easy. This chip is a kind of ActiveX DLL that handle simple math expression. But... As a mater of fact, simple but powerfull. You can use any expression, and you can use more then 30 build-in functions. If that's not ok for you, you can define your own function and use it in your expression. Try to use it, and you will know... Chip 8083 FX is very powerfull tools that ever created!
After spending hours on the internet and hours in the train, reading documents about base64 encoding, looking at c++ examples and trying to convert delphi examples into vb code using bitshifting and pointers, i came acros a piece of code which was the fastest on PSC, i downloaded it, cleaned up the code, improved the methods for loading file (increase from 9 mb/sec to 40 mb/sec) and for spanning / unspanning files. Fixed bug in spanning too. THIS IS NOT (ENTIRELY) MY CODE... I will respond as much as i can to your questions...
Finds all the drives on a system, tells if media is in the drive or not and finds the filesystem,size,label,used space,and free space of the drive.
A badly written screen saver, but hey, it works!!! Very nice worm effect with a fade...
This code gives a pretty good demo of how to drag and object, drop the object, and how to lock it into a position. Great for beginners. Simple and useful.
This routine will allow you to convert any text document into an HTML document. This is a basic function that simply puts the template HTML tags into place and then adds line breaks after each line of the text file is read in. This would be handy function for converting large numbers of documents to web-format. This code would be used as following: Call FileToHTML("c:\autoexec.bat", "c:\test.html", "Auto Execute File", "maroon", "white")
Make a class that raises an event Public Event BadSsn(ByVal bad_ssn As String) Raise it as in:RaiseEvent BadSsn(ssn) In the main program, declare an instance of the class WithEvents so the program can catch the event. Have fun. Rodney Godfried
Complete Text editor with margins, print options, open, new, save, saveas, clipboard controls, view settings, auto save options, Insert Date/time, styles, alignments, scripts, quick color changes, case changes and more! There shouldn't be any bugs, but if you find any please tell me! Thanks!
- *UPDATET* - I just opdatet it so now there are 2 projects files, one for Visual Basic 5.0 and one for Visual Basic 6.0 just use the one called "Net Huter 5.0" for you that have Visual Basic 5.0, and i made a littel Treeview that lets you see what you found and where it to it from. Oki i am back again, And YES. Yet a time i made a VERY MESSY CODE! I know i should write comments, and some bla..bla..bla.. but i did't. Why ? well i am not here to win anyting just to give my code to share it with some else off need of the same function. Oki to the Code : Net Hunter is a small program that connect to a web site useing the Inet1 control and downloads all the HTML and rips out the links, and Images. and downloads them for you. well look at it if you like it tell me, if not well sorry.. Ohh yeah i use a function from one of you guys codes. it is the one that check the listboxes for dups! It removes entry if there are 2 a like.(sorry my english could be better) so that part is not my code. CiX - VirusTeam 2000.
The basic function of this program takes an inputted mathematical string (e.g.: "ln e + rnd(2) + 3(2)4 * (log(tan (itan 1)))"), evaluates it, and returns the result. Its features are listed below:Mathematical string evaluation using a compiler theoryFlexible languageRadian and degree modesDecimal, binary, hexadecimal, and octal modesEditable logarithm basesEditable number of decimal placesFully customizable appearance and behaviorThe program also has support for several special math items that are listed below:User-defined constantsGraphing of equations (both x = ? and y = ?)Graphing in radian or degree modeGraphing in normal or derivative modeUser-defined graphing window size (minimum X/Y, maximum X/Y, scale X/Y)Statistical analysis from a listBox-and-whisker plotsFull documentation is included with Advanced Calculation Solver, which includes feature descriptions, how to use the program, syntax descriptions, and detailed explanations of the workings of the code.Bug fixes:Derivative bug that, when in radian mode, gave an incorrect graph displayParsing bug that parsed from right to left instead of left to rightAnton [email protected] remember to vote!
This Custom Message Box allow you to change the look of Message Box, which is often use in Windows. I think the Windows's one is boring, so I made it myself. There're still some little bug, but I promise I'll update it again soon. P.S. This version is already out-of-date. Please click on the link to my other submission below to download the updated version. P.S. Using of .gif picture made the screen shot look ugly, so please download the real program to take a look and VOTE. P.S.S. Please don't waste your time downloading this out-of-date submittion, go download another one using the link to my other submittion below. This version is buggy.