Results for "Volume: 4_2005-2006"
It logs every keystroke the user types, independent of the application they are using.
Simply sorts a 1 dimensional array using a bubble sort algorythm.
YAS v1.0 - YouTube Automation System - A Desktop version of YouTube.Com using its APIs. You can View Featured Movies, Popular Movies, Browse user Profiles, See Friends, Favorit Movies, Comments on Movies, Tags Assosicated with Movies, Watch Multiple Movies at the same time. YOU MUST READ THE README.TXT FILE ENCLOSED. Vote if you find it usefull.
The scientific calculator performs all scientific operations encountered in enginerring applications.
VERY VERY Simple -- I got tired of downloading project files and having to manually take out the Retained=0 line from the project file to use in VB 5.0 -- This does that for you..simple code, simple process
A complete GUI scientific calculator for engineering applications.
The code is for a program to look up error numbers and find a more easy to understand description of that error. Very good for debuging
like the first coolbar example i posted, this one has professional web browser buttons in a toolbar embedded in the coolbar along with the 2nd row with the URL address window(combobox)
Last semister, I finished my graphics Lab and thought of trying out 3D transformations and finally ended up with this. Check out the animation. It looks really cool. Maybe you can use this code in your apps as a splash screen or something. Please leave feedback. Thanks. --- Ali
This is my powerful GUI Library for DOS. It is really easy to use. One problem with DOS is that it does not have a GUI (just plain old text). So, the programs will not have a visually appealing interface. But by using this library, you can have access to various useful controls like MessageBox, InputBox, Screen Class, Cursor Class, Button Class, TextBox Class etc. Please have a look at the demo and leave feedback. --- Ali Akbar
This is a nice game made in taxt mode.Have fun.
This Here chunk 'o code makes it so you can use a joystick instead 'o a mouse. up/down right/left do just that, and button 1 is leftclick , button 2 is rightclick. I couldn't get middleclick to work. Please tell me what you think!
This app is a remake in vb.net of my sound recording app. It will record everything from the sound card. I have also added the command line feature so that it can be sued with Scheduler to schedule recordings.
Create a chart with windows API, very cool!
This source code will easily allow you to play a WAV file from within your Visual Basic application WITHOUT using an ActiveX Control. The two most amazing facts about this source code that amazed me were: • The value for the "flag." I had absolutely no idea what to do for the flag. But I took a good guess at it, and I got it! • It will actually play the WAV file from the Visual Basic environment (you don't need to compile it to hear the sound).
ASPTOCOM converts and optimizes ASP web applications or plain HTML to Visual Basic 5.0, 6.0 source code for compilation of your web application into an ActiveX COM DLL file for maximum performance. 200%-250% increase in performance with BIG asp files and good tuning with MTS.
This module provides encryption/decryption through the CryptoAPI. This is the standard API you can use regardless of the underlying dll used to do the encryption. These dlls are called Cryptographic Service Providers (CSPs) and you get one as standard from Microsoft called "Microsoft Base Cryptographic Provider v1.0" This module uses the standard CSP, but this can be changed by changing the constant SERVICE_PROVIDER There is additional code in this module to ensure that the encrypted values do not contain CR or LF characters so that the result can be written to a file This is a faster version of my previous posting which has the CSP connection and release moved into seperate functions which must be called by the user at the start and end of all encryption. This takes the time taken for 200 encryptions down from 1 minute to 1 second. A word of warning: If you are going to use WritePrivateProfileString to write the encrypted value to an ini file, you must write a vbNullString first to delete the existing entry as it does not clear previous entries when writing binary data. This is a problem if you are overwriting a value with a smaller one.
Opens a INI-file and Get the value of ex: "Screensaver=" without using any system calls!!!
MultiDoc is a Text editor. You can open multiple files at time. they'r is some cool function . here is the list : Avanced Find (will show you every expresion's matching with the search) Preset (you can specify preset like signature, personal info or some text with format you use) FontKeper (select text, and aply the same Font, size, color to the next selected text) History (will save each file you open or save. it's show in the text tools.stored in the multidoc.ini so you can remove old link) Check script {} ( Will make paragraph with all in {} and tell wou if they'r is brocken ({} error) it's a nice tool for programmer(javascript, c, c++, mirc script and all language use {}
This application facilitates MySQL with GUI. This application works like an interface between user and MySQL database. Through this application user can do database applications like creating databases, using databases, creating tables, altering table structures and executing queries with a user friendly GUI.