Results for "Volume: ASP_Volume2"
I was impressed with the encarta UI, and i love the way they show the content in a frames that change the color when the mouse is over.....well tell me simple but i liked so i decided to make it, this is my second control and hope you like it, i wanna hear your comments ppl. The next version will include support for menus (soon), if you have encarta, you know what i mean, if not...wait a few until i finish it!!!!
This is just a basic 4 function Calculator. It is my first program in Visual Basic. Comments/Ratings would be great. I would like to see where I stand. Thanks! :)
When a user moves the mouse over a node in the treeview, the node is highlighted and the node text value can be passed. In the example, I pass the value to a text box.
This code helps you to create reg files instead of using the Registry APIs! Got the idea from Alex Wied
This code is based on an originally code found in a MSDN's Bugslayer article written by John Robbins. Of course i had to 'just' translate it to VB which in fact turned out quite nicely and secondly had to find some usage for the such written code. Well, the problem of customizing VB DTPicker in MS Windows Common Controls 2 has bugged me for years now and viola, totally hacked GetLocaleInfo is my answer. Probably these two events happened in reverse order but nevermind;-)) Speaking of purpose, another cool thing will be to intercept DrawFrameControl api function and for instance swap the arrows of every scrollbar in your application ;-)) Now, for the serious stuff -- try as an excercise to get those arrows on the DTPicker work correctly under win 2k -- they tend to draw incorrectly when depressed, anyone else noticed this problem? And while on the DrawFrameControl topic someone might try to fix the freaking Microsoft Windowless Controls .ocx. It has all sort of drawing problems -- most noteably scrollbars and dropdown arrows.
Make Tiles For Your Top Down View Game Easy! Will Continue To Add Features If I Get Votes! Suggestions And Comments Please. If Anyone Would Like To Work With Me On This Project Please Send Me An E Mail.
Have you ever wanted to add Multi-Node Selection to your application? Many people here and in the newsgroups have wanted this feature. Here is a working prototype! Enjoy...
A simple aplication that generates the check number and bar code out of 12 numbers set and explains (hopefully) the algorithm for doing so.
A simple method to convert an ADO set to XML and reverse. Extreemly simple!
This program makes html code to exe file.
This programm has a collection of 61 compression algorithms and 20 different coders to do al kind of things with the data This program is totally written in VB and makes no use of any DLL This is an exelent programm for someone who want to do something with compression. Some Algorithms can be slow but the most of them are fast enough considdering its only VB. The most commen algoritms are also inplemented like 'Huffman','LZSS', 'LZW','RLE','Aritmatic','LBE' and some of them are 'invented' by me just to see what the results would be. I hope that most of the problems found by users are fixed
Hello everyone :) Today here is a little program that is going to help you... or not at all! It's a program that reads information from a proprietary file with the extension .PIY and applies a patch to any file! As long as this file is the proper one :) .PIY files are plain text files. You can create them using any text editor like notepad, or using my other program "PIY Patch Creator". Before the patch is applied, the program checks that the file to be patched you pointed to has the right name, the right size, and the right hexadecimal values at the right places! It will check that the patch file structure is ok too, propose to backup the old file, and can even revert the patch if it detects that it is already patched (even if a backup was not created). Also features my scrolling caption thingy, APIs to open Common Dialog (no control), set the form to a circe one, allow to move it, and copy a file (for the backup). Don't worry, I didn't invent these APIs myself, I got them from the web here and there :) Don't remember where though, sorry for the lack of credits... The patching engine is all mine though. Oh, to answer a question: this program can NOT patch a file so has to change its size! It's purposed is to apply minor updates, like changing a variable value, little things like that. That's it, take care girls and guys, and I hope you will find an application to this one :)
press the keys and hear the different note from pc internal speaker.you can play music like piano. this code work in win 95,98,me .I promise next time to write the code for windows 2000 .in this coe I use port address of internal pc speaker.plese vote it.thank you. (YOU MUST COPY "INPOUT.DLL" to directory "windows\system" and "windows\system32" or in run type regsvr32 path\inpout32.dll
WinAPI or other APIs such as DirectX is not called! Just uses mathematics to; Rotate, Translate, X/Y/Z Scaling and Transform a 3D oblong/cube into 2D images.
Awesome calendar that validates user-selected dates for you so your code doesn't have to. Called by 1 line of code. International aware, define your own holiday/events -- see samples in code, testing form provided. Please read the comments in the code. Enjoy. Included are generic date functions, mouse & window positioning functions. Re-Post. The last version posted was not the current version.
Send SMS messages thru the ICQ server without using a browser to do the job, or having to go to the ICQ web page. The guys in ICQ keep changing the way you send the messages...but hey.... we keep changing it too! VB Programmers ROCK ! :-)
Shows how to emplement a hotkey globally. This example uses the ` key (192).
This provides a framework to create a game like Myst or Riven. This sample includes text data files that contain information relating to each image. Images can be easily added and linked together. I have used my picture because I don;t have any others yet. I know my drawing is shocking! See Readme.txt for info about the data files. The message 'data corrupt' means that a link is incomplete. Have fun 'exploring'!
This is the start of a Voice Stress Analyzer Project in VB. It's gonna be a Lie Detector... the Theory is a simple one, isolate the frequencies between the 7.8K and 12.8K Hertz Range. Analyze the variance of decibels, in this range, and any sharp rises indicate stress, or a "Lie". I decided that I needed to start with something that could, at least Isolate Frequencies. I Couldn't find anything like this on PSC, or anywhere else for that matter. So here it is, It's a Wave Frequency Analyzer. The Application lets you load .wav files of your choice, graphically sticks the "Scope" data, into picture box(es). From here you have Zoom, Loop & Selection Options. Selecting up to 32768 (The Single Pecision Dimensional Limit) samples which then are graphically analyzed by Frequency and Charted by Decibel. This Uses Fast Fourier Transform Concepts in Pure VB Form and quite quickly :) You set the start and stop markers, Partial wave Selection, Zoom and Loop functions mimic some commercially available products, such as Sonic Foundrys' Sound Forge. works on ALL WINDOWS Platforms and the Freq. Analyzer functions without a soundcard (since it's all binary reads). Also check out my TrueWavEditor & SampleStudio Projects Listed here on PSC as well.
This program translates as you type. Right now I am mainly working on english to french but I have put limited support for french to english. I know that there are lots of sites that can do this for you but I made this so if someone was making a chat program people speaking two different languages could talk to each other. Please leave a comment so I know where to improve. I will try to upload a new version in a few days or so.