Results for "Volume: ASP_Volume2"
Many people have created thumbnail viewers what are quick and dirty, but these do not work well for things like blueprints and similar things. I have created a simple module with an example of how to use it that corrects this problem. I've also added levels of quality to help improve the speed.
Well here I am again, updating one of the hardest projects I have ever taken on! My ImpulseTracker file reader. This update is probably the biggest since I started this project. Now the program can read all of the information for each sample in any IT file. Not only can it read the information on the samples, but it can also load the data for each sample into a DirectX8 sound buffer and play them! Let me know what you think about this project by leaving some comments, or email me! Oh, and I'm not even gonna bother asking you guys to vote on this project because you guys never do anyway! =)
Need a good (Image)Combo, then download this IScombo. Why did I make this. I was working on a projekt an needed the imagecombo. But I found out that with some characters it worked strange, so I started looking for a better one. I found the IScombo from Alfredo Córdova Pérez ( fred_cpp ). I thought the beginning was good so I started to enhance. Now I think I have done my job well. Just Check it out and vote for me. You may use it freely and adjust, but just give Alfredo Córdova Pérez and me (Jarry Claessen) credit, cause we worked hard for it. Just check it out and have fun with it. I never gonna use another one anymore !! If you don't think it's good just tell me why. (It might have some little bugs (It isn't completly tested) but if you find one just let me know so I can fix it. But I don't think there are many. Suggestion, errors etc are welcome at : [email protected]) I haven't put all option in the test form, but I think you guys can figure the rest out, it's very easy.
New version: 0.2a. To leave of this version, besides returning the value selected for altComboBox, also it is possible to return the value from the other columns for any control of the form. The component still is in development phase.
I am working on an Open Source Web Server (http://www.html-helper.com/powerserver/) written in Delphi and Visual Basic that supports PHP, Perl and ASP. This is the ASP CGI that turns ASP scripts into the actual page that is being sent to the client. I admit this is a little difficult step into without knowing the "in's and out's" of the server itself. I submited this because I see alot of people attempting to make ASP servers. Basically this is called by the server and formats the ASP script into a web page. I did not submit a image with this because as you can see the GUI is nothing fancy. Just Load the Program and click the "Go" button - then examine the code.
I am a guy who still loves the tradition of putting easter eggs in programs. I know some think they are a waste of code but hey, they are a fun way of letting a developer personalize his work. The form in this demo is just a fun example of one that I added to one of my projects. I just thought I would share something simple like this. Maybe it will give some others some insiration to make other egg type forms. I always likes to keep it simple myself. If too much is done in an egg, you may bring bugs or extra undue size to your product. This demo will also show how to play a WAV in a LOOP from the resource file (even though there are tons of examples of that here). KEYWORDS: EASTER EGG WAVE RESOURCE LOADRESDATA RES SOUND WAV
This is a general purpose media player implemented as a VB Add-in which is "directly" using DirectShow interfaces. Capable of playing avi/mpeg-1/mpeg-2 videos and wav/mp3 audio files. You'll need the codecs of course :-)) http://www.divx.com and http://www.elecard.com are couple of addresses to start. VbAmp Player supports BSPlayer playlist files, drag and drop of files from explorer. Please report bugs and problems and don't forget to leave your votes! P.S. also, check out the new version 1.2 of Outlook Bar control at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=36529&lngWId=1 - everyone consider yourself notified :-))
This code is the source to the button OCX, (which includes some good 3d-fading code), and a demo on how to use it and change its properties. Good if you want to make your own OCXs, or just want to use nicer buttons in your programs. PLEASE vote and leave comments.
This code will open an OGG Vorbis media file (www.vorbis.com) and extract any tag information contained in it. This code is pure VB, no DLL calls, no OCX's.
Math Equation to bitmapped image formatting program using plain english keywords (98 of them) in a text entry box. Includes cropping and saving as a B&W bmp.
Generate random passwords. You'd better check this cool GUI.
This is simple database program to demonstrate the use of ADO and OOP. The program includes functionality to navigate through the records, add, save, delete and find. All functionality are encapsulated in a class. The program contains very minimal error trapping, error handling and input validation. No data bound controls are used in this program. The program shows how to use ADO, Classes, Basic Module, Simulated inheritance and more. I intend to expand this further to include an error trapping and validation class. Other functionality will be included soon. In fact, this is a subset of a larger database program for a retail store.
For all those developers who want to integrate the Mobile SMS feature in their applications I recently developed an ActiveX dll component in Visual Basic which can send your SMS messages through the ICQ Network from ASP / Visual Basic applications. I would be glad if you all please do give your valuable feedback and yes don't forget to vote for my code. Till then Happy SMS'ing.
Appends invisible text to files using non-printing characters. This amounts to fairly good encryption only visible in a hex editor. Some subclassing is used so pushing the end button from the VB IDE will crash it. Updated 12-17-2002. Now uses RTF.
Graphical representation of the Lorentz Chaos Differential equations.This program lets you play with the Lorentz differential equations so that you can experience that a minute change in de starting values can cause unpredictable changes in the endresult. Because the figure is 3-dimensional, you can rotate the figure in space.These equations lay at the basis of 'the butterfly hypothesis'.Have fun!!!
This procedure takes a Long colour value and splits it into it's component Red, Green and Blue values.
Simple program that converts plain text to Base64 format and converts Base64 format to plain text. This code uses David Ireland's base64 conversion Module. All credit to him.
FOR BEGGINERS - This article explains clearly about how to save files in VB 6.0, it is SUPER EASY to fallow and explains everything very well.
This code displays a 3 digit display in a few lines of code. you can simply add more digits and code to the display. it is a simple subroutine. The only call will be 'Digit(value as integer)' and the number is drawn. Colors can be set in design time, but even programmed to be changed in runtime.
Features: 1)Set Its Title 2) Set Its Style, Square or balloon 3) Set Weather its centerd 4) Set its title - if u dont have a title it Uses A Small ToolTip, With No Title 5) Set its icon - If You Dont USe a icon, it dosent put a icon there 6) Set Backcolour 7) Set Forecolour I Spent A Week Researching This Just For PSC so plz comment or vot =).