Results for "Volume: ASP_Volume2"
It returns a nice clean square root of a number (No Fractions). It uses a simple factoring routine to get all the factors of a number. It then multiplies all the terms that appear twice. It returns "N1~N2", where N1*sqr(N2)=sqr(X).
Basically I took the most common database commands and wrapped them into an Active X DLL. Step 1 – Compile the DLL Step 2 – Open and run the “Test” program Hope this helps some of you newbies
Balls that bounce and change color when they hit the ground.
This is my latest project, not my best and biggest though. I code this between my spare time. [RH] Lock is a screen-locking app, not like the other screen-locking apps. [RH] Lock looks like a commercial programs [ready to use, just compile it and run the EXE file], better and more features [such as multi-password, and selectable background]. My codes are simple, and I'm sure you'll understand 'em in no time. I use some OCX, and DLL from PSC because I'm lazy to write my own OCX [because I don't have enough time for that]. Also some codes from PSC, such as TextEncryption [I forgot the author], WriteReadRegistry [I forgot the author]. Because I'm going to upload this program as a FREEWARE program [at download.com, or tucows.com] I'll change the registry encryption and [maybe] more features :). I want to hear about your comment, suggestion, or critics. You can vote for me if you want to or if you think I deserves it. Anyway, just enjoy my program... I re-uploaded this program because on my previous submission some file was deleted. Yes, I'm new to this PSC... and this is my first submission. I've heard some license file are missing, but if you've downloaded Page Creator 3 [also from PSC] there's an ocx called prjChameleon.ocx... Maybe the license also inside the Page Creator 3 package. :)
This is the next alpha version of my XP Menu system. Removed some bugs, new function to add pictures, now you don't need any external OCX (ImageList) for menu, load pictures from resources, add simple top menubar, recreated as control, ... Work only in compiled exe, not in IDE, because it using hooking and resources, that not workin in debug mode. See code at : http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=33571&lngWId=1
You can use this code to get the icon from any file on your hard disk.... Simply call the function with a filename; 'c:\testfile.exe', an imagelist to add the icon to; 'imagelist1', a picturebox for buffer purposes; 'picturebox1' and the size of the image you wish to extract, either 16, or 32 pixels. This code returns the index of the icon that has been added to the imagelist. tHe_cLeanER
This is a simple Text based game in its early stages. It is intended to be a cross between the old unix games Adventure and Rouge (basicly a Rouge with more discriptions (sp?). It reads maps and events from ASCII text files so the maps etc are Easy to change. I have yet to add monsters, items or anything else and mabey in some release Imight try stringing together a random map generator. Hope you like it, oeb
I was in need of certain application that can store data in to the database and the database is stored on the Web.. And I want it without XML. I asked many people that how Audiogalaxy and Napster are doing those all the things.. they told they are using such service like XML or other.. But I don't want to use XML. So I develope application for me.. It is really very easy to use and also very easy to develope.. This is made with Visual Basic and simple codes of ASP. Must See this code.. and please vote for it.. NOTE: Now probleme is that, that I am not able to get data from the web. If any one can do it.. please let me know..
Animation on windows desktop
CleanSweepPro uses the Win32 API (WinInet.dll) to enumerate all entries in the URL Cache and then remove them. THIS WORKS! I made this because I was really tired with all the non-working 'Clear Your Steps' type programs that only worked on Windows 95. Read the 'about..' section if you have questions/problems. This is a good example of OOP, Win32 API, WinInet, and more! Enjoy!
Allows selection of listbox items with right-click. *Not trying to get any votes, just sharing help I've provided in VB Discussion forum to everyone. Enjoy.*
Easily create a feature rich cd player with this class module. Designed to be very easy to use. Contains over 30 functions wrapped up in a small class module. I also included a basic example on how to use the module. You can visit my webpage at: www.vbcodesource.com or email me at: [email protected]. Update: Added support for selecting a cdrom drive to play from instead of the default cd drive.
Crystal Report Viewer.. How to Display a report in Crystal Report Viewer (MS Access Password Protected Database)..
This is version 3 of my bsGradientLabel, and I've given in. It now supports multiline text, both horizontally and vertically. Check it out! It's a 63 kb download.
I've tried a lot of different multiple undo examples from the Inet, but every had at least one draw back. So I had to write my on solution and I think this one is quite smart. If you want to use it, you don't have to clutter your code by pasting in lots of undo-related subs, functions and variables. Everything comes within two handy class files and you only need to add three lines of code to your VB projects. -- I didn't test the code on VB5.0, would be cool if anybody can give a feedback on that. -- NEW: a single undoitem now stores only the modifications and not the whole text --> that is important when working with bigger files. -- NEW: now you can turn off the automatical tracking of text changes --> may be useful on automated text operations. -- NEW: Speed improvements. New properties getUndoCount and getRedoCount. Now you can undo/redo multiple changes with one function call. -- Thanks to MrBobo for his ideas and suggestions. -- -- Have a look at the latest version supporting standard textboxes too: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34335&lngWId=1
This sample application wraps a set of functions used to create, manage, modify and display a hierarchy of objects (organigram, ...) It uses only standard VB controls, no OCX or API calls needed. All comments are VERY welcome.
A beginners guide to how windows (tm) works
I developed this to solve 'Yahoo Word Racer' games. You can put in a 'letter grid' of any shape or size - even ones with HOLES such as in round 4. (right now up to 10X10) and it will solve all of the possible REAL words (using the included dictionary). It would also work fine for Boggle. Since Word Racer is a fast-paced game, I have it set to only solve 3,4, and 5 letter words (unless there is a 'QU' in there in which case it will also solve 6 letters) One of the intersting things about my solver is that you can use groups of letters in each cell, and it could find words in combination of groups of letters. If you want to have it solve longer words, simply add a new listbox to the lstWords array - giving it an index number equal to the number of letters wanted, and then modify the limits at the bottom of function "AddNextLetter" Enjoy!
This code will popup a little notify window in near the system tray! It uses a transparent form and is movable by the user. Take it easy on this newbie ;0) This is my first code submission.
Extracts the Excel sheet data into the Access database file.