Results for "Volume: ASP_Volume2"
A quick little app for querying an OLEDB / ODBC database
This applicatiom makes use of API known as BeepAPI.It alows user to make differnt sound with the different keystrokes from('a' to 'z') and spacebar.
This is a full rpg engine. I have been working on this for over a year. I have made over 100 maps for this release which means a huge world to explore. Features are night and day, monsters ,npcs, items with the abiltiy to drop and pick items up. Random world generator so the game never ends. The engine also features a quest maker. Built in map editor, offline and online play. Tons of features to many to mention them all. Just check this sample out. For someone reason pscode would not upload it so it is at http://www.projectxonline.net/downloads/Project X Online Source.zip
a horizontal scrollbar on which you can set textcolor, startcolor and endcolor You have the ability to show the percentage. You can choose if the endcolor is relative to the width, or absolute
This is very advanced type of container control based on virtual viewport. You are able to put other controls on it but also outside of visible area, enable scrollbars (created at runtime) and use them to navigate viewport. It has a very fast angle-defined two-color gradient feateure. Includes mouse tracking, so you can (optionaly) drag the content of the control by holding LMB. This code teaches you a lot of window API for ex: using windows api's on usercontrol, dynamic scrollbar creation and manipulation, drawing on usercontrols. Vote if you find it usefull/educative.
This code will show you how to use the right mouse click options (SELECT ALL, SHOW SOURCE, COPY, PASTE, SAVE AS, SAVE) when using the visual basic web browser control. i've looked for this everywhere and i could not find it, so i finally came up with this sollution and i would like to share it with you all (Very usefull code a MUST SEE)
PNG is a free file format (not covered by any patents, and freely available) that offers true color loseless compression. The PNG group provides a Windows DLL for dealing with the files, but unfortunately, the DLL they provide isn't useable from Visual Basic. I've modified the DLL to allow VB to call it and use it, and written a small wrapper module in VB that allows you to Load and Save PNG files to and from picture boxes with a simple function call. The library itself, and a small sample VB project are included in the archive i did not write this code i mearly found it for refrence to the original author plase see the included README.1st.txt file njoy
Advanced shuffle, will shuffle a deck of cards with a number of your choice.Example: You want make a game(Ex: Solitaire) with option "Select number of game" and user select 1234244545434, this function shuffle cards for play this game number. Try it on your games and see it, or run this example for test. Is possible play more than 9 trillion games with this function. You need QCARD32.dll to run this example, download from http://www.telusplanet.net/public/stevem/
Bored with simple programs? Then lets play Brainvita. Enjoy and learn how to write to the text files and how to read them. All the picture loading is done at the runtime. Hint moves are also shown, back button are there, highscores are also registered and much more... check it out and please vote for me...
This VB IDE AddIn will add a Menu Item to the Code Editor window's PopUp Menu. The menu item created has sub menus which when selected will automatically place code into the current procedure. The code is contained in a text file for easy maintenance. This is probably the simplest VB AddIn you could possibly wish for so if you want an introduction to AddIns... This is It! Again I have used my style of small procedures for nice neat and easy to understand and comments to help explai certain items. The code is commented and areas that you will need to customize for your own purpose identified. I hope that this is as useful to others as it is to me. Please leave comments I really appreciate the feedback and vote if you feel the urge, but please leave a comment.
This program deletes all the entries in your AdCache folder(usually C:\Windows\AdCache) every second. In other words, this removes 90% of the pop up ads the occur in KaZaA Media Desktop. If you use KaZaA this program is really helpful. This program was one of my first programs I made, so give me a little slack in the coding! Even though some of the coding is pretty screwed up, the program works and it removes most of the ads in KaZaA.
Forget everything I published at this place before! Here goes a professional solution for sending SMS out of a VB program. I was tired of adapting my program to all those upcoming and declining web sites providing free SMS. Hence I defined a COM interface, which covers the needs of a typical application in terms of sending SMS. Your application runs against this interface and has no clue about the objects implementing the interface. I also provide a couple of COM objects implementing the interface. These COM objects are proxy objects invoking the actual interface of the SMS provider. They do not deliver the messages themselves. Currently there are proxy objects for clickatell, SMSx, ICQ (free), and kSMS (free). Clickatell and SMSx are not free but more reliable. The installer package contained in the ZIP has some prerequisites. Get them from www.klemid.de/vbsms.aspx. Have fun.
This VB IDE AddIn is the second and probably last version of the Dazzling Project Explorer. This sin simple terms is a project explorer that allows you to navigate through your project very easily and quickly using the tree view. The tree as you can see from the screenshot shows all the items in your project from components to controls and procedures and variables, and navigating to the item is just a CLICK away. I have incorporated one sugestion from my previous posting (v1.0). I have also corrected all bugs (he says with trepidation knowing what a bold statement that is... and that someone will prove him wrong). I opted to leave version 1.0 on the site for a while at least (i.e. it may dissappear later) because I just thought that it might be useful for people to see version 1 and 1.1 side by side. The code in 1.0 was pretty well stuctured and therefore made the migration to 1.1 relatively simple because all that was basically required was changes to the applications flow rather than a rewrite. A very valuable lesson on the importance and one of the values of creating small procedures which do ONE thing. I might in future write another AddIn using C# for the .NET IDE as I am busy teaching myself C# and I think this is a very useful little AddIn. So keep your eyes open, although it probably wont be in the near future. I hope you all enjoy this and find it as useful as I do. I enjoy your feedback so please come back and post a comment. Vote if you want (I would appreciate it) but to me the most important is commentary/opinions/input/feedback. One last thing if anyone modifies or updates this please post a comment here so I can take a look at the improvements (or solution to any comment I have made in the code).
This article discusses commenting: why we use it, how to do so properly, and how to avoid poor practices and pitfalls.
This program will use the WIndows API call and call to the system to force yr PC to shut down when you predefine a time to shut down. When the time is reached, it will immediately force the system to shut down entirely..Good for using this when you are downloading stuff in teh middle of the night and you are tired, but the data will only be donwload complete in 2 hrs 15min and 45 secs time, then u can set the time to shut down so that you will save more on your electricity bill and prevent yr PC from overheating..
This program is a 3D CAD type thing, with quite a load of features. Ok, so it aint perfect, but its FREE!! Wow, much inproved interface, and options etc. Includes a DirectX and Software driven 3D engine, but requires the DirectX7 runtime files to be present, so if your on NT, you'll have to comment out some code to get it to run... Anyway, samples and help files are included, and inport samples. Not everthing works, this is still a working project, but is almost done, so enjoy!! PS. this file is 500k, I have took out loads of BMP files to reduce size, coz PSC wouldn't upload it before. Still, you might just be impressed...
Hey, i made an elastic string on desktop thing, and people asked me if i can make one over all explorer windows. i did, but it takes lots of resources. the best thing is to compile it, then run it. please vote!
This neat thing saves text into a bitmap. it puts 3 letters in every pixel of a bitmap, and saves bitmaps. when you want to make a program with a perminant password this thing is really neat!!!
Here I am again With another skin Example, But this one is alot better then my last 2. this creates all the image controls and reads from a file to get the pics. yes i know i used the same skin as in the 1st one but i cant be bothered gettin another one. anyways please vote and comment
This code is in response to new HIPAA rules dealing with security issues and is designed to be easily added to any program yet cover a wide range of options and features. Simply add Login.frm to any project and display it modally. Supports the following features: password authentication, 5 level database access privledges, automatic password changes based on expiration, application access levels, adding and removing users, password quality compliance, password change date records, remembering last username, automatic database creation, strong password encryption, and viewing of user information. The sample database contains 5 users, 1 at each access level. The highest level username is "admin1" and the password is "admin1". If the database is not found in the App.Path then a new blank one will be created there. To begin adding users use username "*" and password "*". Add an administrator level user first or you will not be able to add users after the first recordset exists and the program is restarted. Don't forget to add a reference to DAO 3.6 to your project.