Results for "Volume: 2_2002-2004"
A function for getting Country Names By Abbreviation. It also has a function builder for creating the function, so you don't have to take the endless task of re-typing the Country names. I also included some performance tests which you can see in the screenshots. I wanted to see the difference between using Select Case and If...then...ElseIf. It turned out quite interesting! Please leave comments if this was useful, and let me know if you can get the function to stay at .0000 processing time.
Want to know how long it takes to execute some piece of logic in your code? Use this StopWatch class to find out. It does everything you'd expect a stopwatch to do: - Start - Stop - Reset - Get elapsed time - Get lap time. This class is so simple to use because you already know how a stopwatch works.
Automatically resize the columns in any flex grid to give a nice, professional appearance. Public sub automatically resizes MS Flex Grid columns to match the width of the text, no matter the size of the grid or the number of columns. Reads first n number of rows of data, and adjusts column size to match the widest cell of text. Will even expand columns proportionately if they aren't wide enough to fill out the entire width of the grid. Configurable constraints allow you to designate 1) Any flex grid to resize 2) Maximum column width 3) the maximum number of rows in depth to look for the widest cell of text.
Just copy/paste this function into your code, and it will allow you to convert a string to proper case. Now you've got UCase, LCase, AND PCase.
EasyFadingMenu (Customizable) is a pure javascript Menu(no applet is required) and can be embedded to any html and asp pages. This menu can be viewed in Internet Explorer, Netscape & Opera but the fading feature is supported only in IE 4.0 and above. Viewers comments are highly appreciated.
Hi there, this is a very simple game where you just have to line up at least 5 little balls in diagonals, verticals or horizontal. The game is programmed in C++ with DirectX 8, I used the same dx class I made for my Space Invaders Clone... in fact, the whole game is just an adaptation, so to say, from SI... I used the same code with some minor changes! To compile it, you must have DXSDK 8( or higher ) installed on your machine. Have fun and keep coding, L!XY ;o)
Generates the code for Visual Basic to display a message box. Useful for beginners. See the Screen Shot for more information
This VBScript5 class is ideal for displaying percentage values on web pages as colourful horizontal bars. These bars are similar to those we see on our Yahoo! or Hotmail inbox that display the percentage of mailbox space consumed. You can easily customize the colors and appearence of the bars. One additional feature is the percentage bar with gradient that shows one bar with different starting and ending colors. The code can be easily integrated into any ASP 3.0 aplication that uses VBScript 5. It will not work on older script engines.
With this u can send Messages with Windows NT/2000, it finds the domain(s) and workstations automaticly. You can also send multimessages. PLEASE...VOTE FOR ME!!!!
This is a small funny virus program.It will create a directory at your Desktop...as simple as that! But wait...can you Open it ? Remove it ? Rename it ? Guess how it's been done !!
Allows you to easily create a hyperlink in your program. This control is easy to use and feature-rich! Features: jump to url, mouse-over color change, mouse-over underline, mouse-over browser-style hand pointer, click event sound, tooltip, auto-sizes to fit text, mouseOver and mouseOut Events. Code update for HyperlinkAX. Complete source and example, compiled OCX.
It's a "Space Invaders" style game. The game is quiet fun to play. Its one of the best projects I have ever made. It has three levels and a intresting main boss that I have named "Diablo". The game was made using Oject Oriented Concepts, so you will see a lot of .cpp file containing class definitions. Play the game and enjoy.
This can become a very cruel joke if used wrongfully, this is a game similar to russian roulett except instead the stake is the computers "*.dll" files, and instead of rolling the barrel you have a guess between 3 buttons!. Remember to read the "readme.txt"
It protects files and folders from users.
This simple code plots a bar graph based on total results of a selected field on a selected table from a selected database. See a demo at http://www.industriavirtual.com.br/codedemo/rsgraph/default.asp If you like the code, please VOTE!!!
With this u can send Messages with Windows NT/2000, it finds the domain(s) and workstations automaticly. You can also send multimessages. This is the ENGLISH version. PLEASE...VOTE FOR ME!!!!
Ok, I made it now it's time to release a version of my inet32.dll an ActiveX-DLL that capsulate the HTTP- and FTP-Protocol including NTLM authorization, HTTP-Redirection and Proxy support. The HTTP-Protocol works asyncron (events) and the FTP-Protocol works synchron (sorry). A documentation for the interface is avaible *.hlp (but sorry only in german :-[). I think this code is a good replacement for the "Internet Transfer Controls". I only used the Winsocks Controlls (sorry ;-). An example to use the HttpEngine is also avaible (written by Kai thx ;-).
This is the latest version of Call Tracker. The screenshots below show 3.0 but the code is the latest. I didn't want to create a new entry so I just updated this one. Helpdesk Call Tracking Application for small helpdesks that do not require work orders or ticket producing solutions. This application is only for tracking helpdesk calls.
This code pages a database recordsets in a very cool way, like the good seaches on the web. The ideia I designed was to show all pages, but not all of them (imagine in a case of 1000 pages). So, it shows only ten pages placed in the point you are only, and a link for the last and first ones... It helps who does not have the patience to see all pages, and also for the ones who does.
This will teach the users a little of the cool ASP tricks. Nothing to do with a database really, but They are still kinda cool just to test with!