Results for "Volume: Java_Volume1"
Repost with Search Function> Just a cheat-sheet of sorts. Over 200 windows messages with their values and brief descriptions. Add it to your toolbox for referencing when subclassing forms, hooking, etc. Not much of a project but should be useful. Feel free to use & abuse as desired. :)
A cool cave flying game engine. It's not complete, but it allows already quite much expanding with ease. Supports/includes: 1) random level generation 2) flying particles 3) gravity 4) objects (bullets and such) 5) explosions 6) destroyable terrain 7) automatic FPS control [it's not perfect, slow but works, tries to make the game playable even on an low end system] 8) gamepad/joystic support [in the future, this should help expanding multiplaying: ie. one uses keyboard, three players use USB gamepads] 9) original ship controlling [currently only one player] | My plans are to expand this engine so that it would be easy to create a full game. I'm also considering multiplaying over the internet, but that once I'm done with most of the other. And yes, better graphics would be nice :) | In the main module you can find all kinds of values you might want to edit. Try making the bullet bounce all around the terrain... :) [tip: set CollisionDie = False] | If you think you have something to offer to this little project, feel free to contact. I'm open to suggestions! I'm atleast thinking to add 1) computer players with AI 2) layered level 3) optimize performance [not to draw things not visible to the screen(s) etc.] | Reposted, instead of editing I managed to destroy the whole code. Expect updated and expanded version next month :)
FULLY COMMENTED TUTORIAL ON PROCESS DETECTION USING THE PROCESSFIRST, PROCESSNEXT, AND CREATETOOLHELP API'S. Ok here is the deal, I spent alot of time trying to figure out how to find a process, parse out the exe file name and it's process id to use for process memory manipulation. However, there were no eazy to read tutorials that could make me understand how the api's worked. After figuring everything out, I thought I should make a fully commented source for others who may end up stuck in my shoes. I hope you enjoy. The sub is the easier to understand than all on psc thus far.
This will ask the user to enter a password and if it is incorrect it will give them two more chances (three attempts in total). Please vote and leave comments :)
hi everybody,This is a cool and simple way to have new forms with a great look YOU WILL DRAW YOUR OWN FORMS IN PAIANT.exe or any other programs then you will use them in vb and using only 4 API calls, just look at the screen shot. please Vote if you like it. and hey feel free to leave any comments. enjoy it!
I've just got a Sharp GX20 mobile phone and it's an ar$e loading pics into PSP to resize and crop them. Okay, I didn't *need* to write this, but it was a good challenge for me. Load up your jpgs and resize them and crop select areas to your hearts content and save them. hope you enjoy.
This little code will allow you to change the forms colour using Scroll Bar and Text Boxes, this can be changed to change the colour of a Text Box, etc. Please vote and leave your comments :)
This code is an activex control button and text animation. I use HTML button and marquee. I use HTML button because in HTML you can make many kinds of good looking button very easy, combine with my knowledge in VB I intergate the two. At first I thought it was impossible but I did it. The only little problem with this is that, it is a bit slow while loading. But if everything is aready loaded, it will run very smooth. If you DO NOT like my work please DO NOT vote for me. Thanks...
This is an Active-X Control for Filling Form with a Gradient BackGround. It also Contains A ColorChooser control. A Must see For all who Plan to Develop Active-X Controls.
BotMatch Secondary Protocal is the fully 3D, VB-GDI game! - The sequel to a 2D shooting game I released here in 2000. Build your BOT to be 100% customized, battle your BOT, upgrade it to face your next competator! The high-speed combat arena in this game only gets more intense as you advance through the matches!!! BMSP is simply an incredible game. Written entirely using GDI32 APIs, and some simple 3D math, BMSP was built on my 133MHz system, and runs smoothly on that system. In some odd cases, the GetTickCount function screws-up (we've found this to happen on SOME XP machines, but most run it very nicely). BMSP is everything we wanted the first BotMatch to be, but only now did we have the experience, knowledge, and vision to see the project through. The project includes ReadMe documentation which will help developers navigate the code, as well as giving a quick 3D math lesson. For game help, see HELP.txt. Special thanks goes out to my friend Josh Nixon who helped with the programming and some rather repetative-type graphics-editing that needed to be done! I am happy to share this code with everyone here on Planet Source Code, but be mindful of the copyright notifications! Any questions or comments about this amazing project are welcome! Another special thanks to Bradford, who provided the game's soundtrack! ** UPDATED APRIL 17th - Version 1.2.4 (see whatsnew.txt)
Skin your Aplication with just writing one line of code, and this OCX (Full code included). Hi, this is the first time I send a code. I hope you like it. It has 2-in-1 controls: 1)The Skin 2)An special command button. There're 2 major problems: 1.If anyone knows how I can handle the standart menu (with an API) to move it to a new XY position, please let me know.(It doesn't support menues) 2.I need to modify the form properties (the BorderStyle to 1) to make it minimize in the taskbar. If you know how, it could be automatized inside de control (by an API). Sorry for my english... :( See, you.
Shows the mean, median, mode, variance, sum, standard deviation, average deviation, coefficient of deviation, total, square total, and variance for an array of values using either the population or sample method. Computes any of four different types of regression models (Linear, Logarithmic, Exponential, or Power). Includes an equation solver for both x and y data.
Set the default printer for Windows at runtime that remains even after the app shuts down. All printers on the user's system will be displayed in a sortable listview from which printer selection can be made. Something like this is useful because the VB DataReport always prints to the default printer.
Updated Version Of Winsock Tutorial. For beginners who want to learn about Winsock Control and Networking. A must read for someone who want to Implement a Client-Server Interface.
This is a basic Direct3D terrain engine I created using my 3D engine and well.. I hope you enjoy it although it may be rather slow on older systems. Please comment & vote.
read values from any LM75-Sensor connected to your printer-port (up to 8 pieces) / you need some basic inp/outp control like that from jspayne! This explains a lot about initialising the I2C bus and or the LM75 sensor!
This is a list of all the error codes you can get in Visual Basic 6. There are approximately 700 different errors.
This is the 3rd release of bYTER many things improoved inside it, as well as the full source code modified, this version both me and rudz together work on it, if you feel this code is something usefull feel free to comment and vote for it .
I wanted a quick way to add the ability to retrieve files over the 'net w/o adding extra files to the distribution. Found an example here by Chloe that used the AsyncRead functions of a user control. I didn't really think that control went far enough, so I wrote this new one with lots more flexibility. This is also a visible control which acts like it's own progress bar on the form (nothing fancy, there are plenty of PB examples here if you wanna soup it up.) It's also pretty smart about file names and can automatically halt the DL if redirected (say, to a 404.html file.) Just thrown in are my own functions for collapsing a path (replace some folders with ...) to fit a given space and returning a formatted size in b, k, M or G given a # of bytes. Thanks also to Mr. Bobo - I threw his Browse for Folder routine in just so I wouldn't have to add the common dialog to the demo form (not actually used in DL control.) Hope you all find this useful, I know I will! ;-) NEW TO UPDATED V2: - Option to Rename save file if redirected - Properties to retrive download information outside of the events - Option to wait till download complete before returning to main form code. Possible uses: - Have program check for updates over net - Get changeable content (news/blogs/tips/ads/etc) - Retrieve customized batch files
It's an xp style frame.