Results for "Volume: 2002C"
If you want to make your VBA macro "look and feel" like a real VB-Application or if you want to learn more about advanced VBA programming, this tutorial might be of interest to you.
It makes a pile of circles, and it look pretty cool. See screen shot. (Please give rating or feedback)
An update of my original hex editor with more functions. Please vote for me!!!
This complete program calculates WW Food Points and Activity Points. It has been extensively debugged and tested by over 1000 users.
Two programs in one! 1) The Easter Egg... What's an Easter Egg? It's a hidden program within a program. I created and added this Easter Egg to my program at work which I'm calling Pac-MANager with sound and everything. It's basically PacMan, but uses my managers/co-workers as the characters (though I used Bill Gates and his competition for this upload) and dollar signs for the pellets. So change the pictures to whatever you need in order to tell your own work story! However, you can also go with "normal" Pac-Man characters if you'd prefer. The whole thing is intentionally contained in one form so it's easy to add to your own work project except for some external files called "DataX.dat" which are actually wav files from the original PacMan game to distribute with your work app -- the user will never know! I'll also show you one way to activate the game through your project, but you can do that however you choose -- just be sure to be sneaky about it! Also, the game's AI increases for each level as well as speeds up -- can you help Bill conquer all five levels and beat the competition? Do you even want to? :) 2) The Tutorial... This also comes with a Graphical Tutorial on sprite animation using BitBlt. I thought about making this a seperate entry on PSC, but thought it'd be much more helpful when combined with an actual game which utilizes what the tutorial has to teach. So for anyone interested in sprite animation, you should really check this out as I think it will be invaluable to you. Comments and votes are welcome, and I hope some people find this useful. (Both the tutorial, and Pac-MANager for silently venting against your co-workers/managers!)
OK... not looking to blow away the world with this one, but felt lead to make the post after reading this article. http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=26999&lngWId=1 At work, I have an app that is an mdi based program... and while the sub forms don't need a menu bar of their own, they do need popup context menus. Since adding even an invisible menu to a mdichild form will cause it to over write the parent mdi's menu bar, I needed a way to create menus for the child forms on the fly. This simple class demonstrates using the API calls to create a popup menu, display it, and return the item that was clicked (if any). It is simple and self-contained, but this will at least get you started on your way to wrapping the API menu functions in VB classes. I can already see I will be expanding this class, since getting this far was actually quite easy. The ultimate goal would be to "InsertMenuItem"s not just in a popup, but in the menu bar of the parent mdi form as well. I'll repost the class when I've taken it that far. (just updated to include .ItemEnabled property for the popup menu)
With this code your can Shutdown any Workstation connected on LAN (Local Area Network) od Windows NT/2000. This code is very usefull for LAN applications. It will give an good idea to communicate with other worstations.
11 COOL Functions which you can add in your form's load and unload event. They include = rush, explode, slide, spiral, rollup,bounce_go,bounce_updown, openall, pressed, funnyshape and closein! Easy to modify and use. PLEASE DO VOTE!
Now, one or two player mode. Really addictive.
This small application will allow users to search for contacts by name using a ComboBox. This project shows use of ADO, Search Methods, and Modular programming.
Gradient Button with nice color sets the color sets are placed in the OCX and can be modified from the code Please vote for this code also you can add icon to the button ,and all the min property the color part is like i have seen in pscode msgbox somewhere so thanks to stephan swertvaegher that did that part.....VIEW SCREEN SHOT
Skinned windows with recracting trays that move with the window - a la Windows Media Player. Fixed the unaccessable trays problem plus added some shape changing to standard controls....
This control when added to your VB app will grab the current weather from the net. You can control how the output will look.
cpvButton 1.2 none picture version. Autosize property added.
That is an example of as we can use a database to keep words of two languages. VB Translator translates from Português(Brasil) to English and from English to Português(Brasil) a word per time. VOTE FOR ME PLEASEEEEE... :) LEAVE A FEEDBACK!!!
!!!!!!!!!!!!!!RATE IT !!!!!!!!!!!!!!!!!!! this is third and best version my games , I took out extreme slowness and add in-game menu and options . please TEST it, RATE IT !!!!!!!!!!!!!!!!!!!
Makes it very easy to add and delete information from the Registry. Just a couple of lines of code and you are on your way. The example program outlines how easy it is. just add the .bas file to your project. THis is not my code I got it here and modified it a bit
UPDATED!!!!!!!!******** Please VOTE AND COMMENT, i'd like to imporve it remake of the original arcade game. there are a lot more colours. sound, music, and very smooth animation. Warning WIN2k has problems with this program. THIS PROJECT IS FULLY COMMENTTED, therefore it can also be a tutorial, almost every line is commented game features: 21 levels powerups / bonuses 1024x768 res, 16 bit colour can use mouse and / or keyboard lots of fighters and bombers
This little app update the tables and queries of a jet database to reflect those of the source database. It adds tables/Queries and modifies Tables/Queries in the target to that of the source. NOTE: It will delete columns in the target tables if they don't exist in the source :-) Can be run interactive or with command line parameters for silent mode. I auto run it from within install scripts to make sure client databases are up to date with the code/database strucutre that I'm updating them with. Enjoy. Voting would be nice too.
This is an example of as we can use a database to keep words of two languages. VB Translator translates from Portuguese(Brazil) to English and from English to Portuguese(Brazil) a word per time. NOW YOU CAN ADD WORDS TO THE TRANSLATOR. THE CODE IS VERY COMENTED. VOTE FOR ME PLEASEEEEE... :) LEAVE A FEEDBACK!!!