Results for "Volume: ASP_Volume3"
Checks any date regardless of regional settings. Uses the mask edit control handles null dates!
This program uses Api calls to get the current free physical memory, then both prints and shows you graphically the data. The project uses a borderless form so you can move it around with a simple mouse click.
This is a small game I created for some people that wre asking for it.. It is for kids age 6 and up... Kinda slow on old computers cause its using my own, easy bitblit function :) Nice engine... For a start .. Could be extended... First project commented :) Rate this please ...
This is supposed to be a menu, it works, but it doesnt do much yet... (still working on it). This would be a nice add-on for a 3d game...
VIEW MOVIES IN YOUR APP! Uses active movie to display movies in fullscreen, textboxs, picture boxs, controls anything! also plays sounds like mp3 wavs and others. Very easy to learn. uses quartz.dll (included) Sorry screenshot didnt include actual viewing of movie (i dont know why) but it does show the app.
Don't laugh, it's my second VB program ever. It creates three-level gradients that can be saves as bitmaps. The vertical resolution is 500 pixels, so they look good even when stretched to fit the desktop.
This isn't a task manager clone, but it does show all the information from the Processes window (well, process id, session id, user id, process name). I didn't actually code 90% of this so please don't vote for it, I just added the username lookup routine.. This code is from microsoft's msdn collection which i stumbled on in my journies. The main benifit of this to me is to enumerate the users currently logged on to a Windows 2000/XP machine. And specificly to find the active username if you are logged on as a service.. but that's another story. (ps I don't use this to find that out but this is what I found while looking for that).. Code is not to complex, apart from a few pointers.
This program will take an HTML file and encode it with a password, and save as a javascript...the new page will prompt for the password and generate the webpage using the password, so if the user enters the wrong password, theyll just get a bunch of jibberish...please comment
Draw gdadient with 2, 3, 4, 5 colors using API I have see similar code here (using API) for some gradient effects, but I haven't found a project that give the users the option to select the colors to draw the gradient. 2 colors -> the classic (horizontal or vertical) 3 colors -> same as above, but with a 3rd color in the middle 4 colors -> each color in a corner 5 colors -> 4 colors in the corners and 1 in the middle (the screen shot isn't good)
Pretty addictive little football manager VBA project. The code is not mine I recieved it in a mail so the Kudos(if any) go to the mystery author. Anyway enjoy it, I did.
Locate an entry in combo or listbox using API call, rather than looping through all entries.
2 functions to convert a 38 character GUID eg. {2E1EFAD8-4AD9-48A6-B9A9-75505F2B9A51} to a compact/compressed 16 character VB String eg. @#$%
Extracts valid email addresses (quickly) from local .txt,.rtf,.doc,.mdb,.xls,.zip files and more automatically removing duplicates. Will scan entire drive recursively. Combine sort and edit and save list to several formats. Uses single regular expression and recursive dir scanner class. Please vote!!! If you do not like this program return it, and keep the recursive directory scanner as my gift to you. Added ini.bas so extention list is persistant. Now recognizes .*** extension for all files. Also added documentaion for dirscanner class. Fixed a few bugs. I will add resizing support soon. Resizing code is lame, so I wrote a module to do it, but the module scales controls relatively to the form wich isn't as pretty as when it is hardcoded so controls are relative to each other. I am working on an addin to do this, but I am new to addins. Any help would be greatly appreciated.
Translates langauges, I say Hello into microphone, computer says Ciao out of speaker. like those Sci-Fi Translation Gizmo in the movie The Last Star Fighter. Maybe the U.N can make use of it. You will need the 5.1 speech sdk get this operating. http://www.microsoft.com/speech/download/sdk51/ Email me if you have any problems.
It generates a parallel rewriting system (Lindenmayer System). Take a look at the screen shot.
It is the same as the Common Dialog Control,when you use it for openning/saving files,but it is working with directories not with files.This is my first code on PSC.Pls send some feedback!
This program helps you analyze your IE cookies. It shows cookie's details allows you to delete individual cookies or cookies based on certain domain. Gives you some quick stats about cookies and helps you to monitor what exactly you are receiving. It's quite nice and actually useful.
Pads a string with any character you like. I usually use it to pad numbers with leading zeros. But you can use it for other things.
this is a program that lets you load/save skins for programs, and then compile it into a bitmap for display in your vb progs. i believe this is original to this site (if its not plz tell me). and if people like it i will continue with it. please vote and comment!
It shows how to do 3D graphics with direct3d. It's render a piramid. This version have: - Choose BackColor - Choose axis for rotation or no rotation - You can move the camera If you like this code please vote for it. Feel free to make any comment. Sorry about my english, I'm from Argentina.