Results for "Volume: Java_Volume1"
This is a Single Player TIC TAC TOE game, its wonderful to play with the computer, but its not finished yet, as i have limited time. My 2nd entry. Ur chances of winning are rear. Check out. Please vote for me (Just to know my quality). Thank U. {:).All comments and sugestions are welcomed.
This is a sample About/Credit form with a nice fade effect. You can specify any background image and can set fade accordingly. You can also specify the Start/Mid/End fade color. You can edit the text by replacing the "*.txt" file in the app folder. If you like this please inform me. Kindly give me your Feedbacks/Comments. Good Luck!
It's a clock, only, it's the shortest and only one line. It supports major timezones too.
guys,whew! heres the ftc, i include the controls from khebscontrols.ocx in the project, sorry about that the errors,trying to fix, so that u can rate it more and upgrade/etc... hope this will work now, please vote... thanks...
This application is to make easy programmer working. The reason is; almost programmer always using same code for an application, such as database programmer, in database programming there are some categoroy update, delete and adding data, commontly code is always same event it defferent table. Every code you insert can be save in .RTF format so you can easy to print it, and save to database directly. If you using same code again now you can copy the old code which has been saved in code library, then paste the code to your project, how easyly is it.
Just For FUN
This MSN 7.0.0425 Patch Will Allow You To Use The Messenger on Unlimited Accounts At A Same Time
This MSN 7.0.0425 Patch Will Allow You To Remove The Banner Which Shows At the Bottom Of the Messenger.
This is a webclass that makes it super easy for you to access the document object, the document.body object, all of the links, image, input elements, and table cells for a web page. And because there is no visible interface (directly anyway)..the pages load super super fast...the second part of this submission is a quick and dirty way to provide your applications with multiline tool tips. Please vote because my Im not strong enouph to pick my head up off the sand and put it back on my body but if i get a lot of good votes that will inspire me a little
This is the second version of my program "Basic Shoter Tutorial". I added some other cool stuff Vote Please
This is a sample 'FindOnGrid Function For FlexGrid' . This code is made on a request from PSC. This function can search your 'FlexGrid' and will setfocus the cell which containing the text. It can Perform 'WhorlWordOnly', 'MatchCase' search. The additional option , ie searching with the 'cell Backcolor' is also included , which was in the request. I uploaded this code , to get useful to somebody else too. Your comments are welcomed. Good Luck!
This is the best Naval Battle game ever created. There are 6 different ships and two kind of weapons. You can play against an intelligent computer or a friend on the same PC. Or you can play with someone through LAN or Internet. Also it saves top 10 high scores for single player games. Lastly, it has some secrets waiting to be found. Please vote for it and dont forget to give feedback!
Add modResize to any vb project. Controls on a form are resized automatically when the size of the form changes. The original form/control size ratio is maintained. Fonts are resized also.
Hello friends !!! These tips and tricks were submitted by professional developers using Visual Basic 6.0 on various sites .I have compiled these tips along with my own tips to churn out this massive Tips for all my Programming Brothers. Special code tips on - Sort and Reverse-Sort a ListView, Quick Recordset Copy to Excel Workbook, Test for Alpha/Alphanum Characters Only, Add Incremental Search to a Combo Box, Perform Strict Date Validity Check and many more.This is my first post on PSC.Your precious votes will encourage me to continue posting more better codes for you so that all of you can develop Xcellent Projects in Visual Basic.
This program captures from default camera and detects motion. Its very small code, and i commented all that wasnt common sense. Enjoy and vote =p Side Note: In case your camera doesnt work too good or properly, start up Movie Maker and it will detect the camera and add it to cameras connected list in windows... then you can use it for sure... sometimes this happens
A quickie LED UserControl. LED20 because it uses 20 'Wires' to display characters (numbered 0 to 19 in case you're wondering) ' NEW in V2 Changed Font consturction and display routines to use arrays uses the Count property of Wire control array rather than hard coded values (Potentially allows you to add more Wires) ' This is a spin off from the LED clock challange but definitely not a contender (way too many lines) but I was more interested in the LED than the clock. If you look at the control in IDE you'll see that there has been no attempt to position the wires ahead of time. In case you do want to edit it please note that the form has been locked to stop unnecessary fiddling about. '
I made this couse I got sick of opening those huge programs just to get one color value :) FEATURES ARE: Click on picture to get the color, You get HEX(vb) and RGB color, By clicking on a textbox with the value, it's copied to clipboard, LOAD button for loading your own pictures. ################ I hope I helped, Have fun! :)
Hi, well after seeing a Color picker on here. It remined me of my old version I updated but forgot to submit anyway. I thought I do it now. Ok DM Color Picker, You can save and load your own pallets also comes with 15 or so ready made ones. You can pick a color from the screen, has support for VB hex color, VB long color, RGB , C++, Delphi and HTML anyway hope you like it.
Powerful API viewer to replace apiloader you used till now.
This program converts any type of file into a crypto-secure file pair, enabling data storage on the most secure way. Retrieving the original file requires both secure files and is impossible without them! The program has a user-friendly Wizard interface. A rnd-stream, initialized by truely random mousemovements and generated by the ULTRA algorithm, calculates both secure files (this method is critical and cannot be compared nor replaced with the computer's unsecure rnd-function). There is no key involved because the two secure files can be considered as each others one-time-pad keys. Therefore the encryption can not be solved without the use of both files. Used function: KS1(n) = rnd(i), KS2(n) = Original(n) xor KS1(n). As long as both files are stored on seperate and secure location, or under custody of two different persons, the original is absolutely secure. One secure file, no matter wich one, can be made public without risk of compromising the original's security. For a given original, each session of generating secure files will produce a totally different pair, not compatible with previous pairs (retrieving data from different pairs, created from one original is impossible). Therefore it's possible to create several pairs without compromising security, as long as each individual pair is kept seperated. As long as both secure files are seperated, this methode is the perfect methode to safely store highly sensitive data. Supports unlimited file size. All comments and ideas welcome ;-)