Results for "Volume: ASP_Volume3"
GF SLIDE RULE This project illustrates scales and arpeggios for 6-string guitars, 4-string basses, 5-string basses and 7-string guitars. Exotic scales and all other 12-tone based scale formulas are included in the scale appendix. The CAPO indicator and FINGERING GUIDE are the most recent additions to the program - which may be useful in learning obscured open positions. Key Signatures can be viewed by selecting the HEPTATONIC option button from the Scale Menu and clicking on FORMULA 216. All scales are spelled out in all 12 keys and are generally listed to begin in the "Key of C Major" (e.g. chords C - F - G7) OR in the "Key of A minor (e.g. Am -Dm - E7)". Try using the minor key if the Major key doesn't seem to blend with a particular scale. Else - try using chords formed from the scale. Only one function is shown for multi-function scales. Major arpeggios can be viewed by selecting the TRIADS option button and clicking on FORMULA 008. Each position can be visualized separately by clicking the arrows of HScroll1 OR by using the arrow keys [i.e. if the focus is set on HScroll1 (< blinking)]... A pick and a click track might come in handy... To find names of related scale modes or scale inversions having the same "pitch chemistry": 1) enter any formula, 2) select and click the key signature 3) press the " = " button ... ...OR enter the mode spellings in the Notes menu. Other related inversions will be shown in the textbox on top. (Note: Some chords and scale formulas which still don't have a formal name are plainly indicated as FORMULA ### ...) The code is still more of a rough draft and the author <; (me) might perform program maintenance later if i think beautiful algorhythm . MIDI and "D tunings" are still being analyzed... Until then... keep on coding, sing in tune and don't forget to remember...
Finding Item in ListView and Highlight it
This is a simple Score Editor in pure VB. You can create and edit Leadsheets with melody, songtext and chord-symbols. At this time it's possible to use: -notes and rests with different values (whole, half, quarter, 8th and 16th) -dotted notes and triplets -ties -flat, sharp and natural keys -different time signatures (4/4, 3/4, 2/4) -different key signatures (only sharp) -beams for 8th and 16th notes -bar lines and repeat signs It's also possible to play the leadsheet with MIDI and export it as a Bitmap file for printing (you can choose, how many bars are printed in one line). IMPORTANT: The control is still under development and there are certainly some bugs and the code is very untidy. Still to do for example: -MIDI Im- and Export. -Page break for Bitmap-Export -Print function -Automation for beams -legato signs, and different dynamics and articulation marks -flat key signatures -maybe polyphony? You can use it for whatever you want, but if you made a bigger modification, please send me a copy of your code to mp_cole@web.de. Before using this code, you have to intall the true-type-font capella-invertiert.ttf on you PC. You can download it from: http://klausmeglitsch.heim.at/capella/userfiles/KlassischeFonts.zip. Extract capella-ivertiert.ttf from the archive and put it in your font folder. The MIDI-functions aren't from me but I cant't remember, where I've found them. Sample-App and Comments are in German.
Hi all. This is a very simple but effective application to keep servers up. This is coded for server systems running on ordinary PCs. Checks selected services in a schedule and restarts them if necessary. And also restarts the server in a given time. I used someone elses code pieces here from psc but cant remember authors names. I wrote this code 3 yrs before. So please forgive me.. And also wanna thank to everybody who share codes especially owner of the class that I used.. Enjoy... (By the way its in Turkish so here is the pocket dictionary: Çizelge-->Schedule, Ýzlenecek Hizmetler-->Services to watch, Ekle-->Add, Çýkar-->Remove, Yeniden Baþlat-->Restart, Windows baþladýðýnda baþla-->Start when Windows starts, Tamam-->OK)
Breakout arkenoid clone Directx This is a Repost of my Dads Game Written a while ago. Fun and adictive. All commented. Including a level editor. And Help Files. Vote for DADS code. Im Curious. :P
Add unicode filename support to VB when dropping files or pasting files. Making attempts to understand unicode support, I am discovering some shortfalls within VB. And in this specific case have not found a workaround for the problem so I thought I'd post my attempts. The problem can be experienced when a file name or path name has unicode characters (see screenshot). Unicode support is rather new to me and I am learning as I go. I think this mini-project may help others too. 23Apr07: Removed TLB requirement; no TLB used. 23Apr07: Found logic error. Assumed AddRef was being called by DispCallFunc but it was not; therefore, fixed error that would be calling Release when it shouldn't which could crash IDE.
This demonstrates simply how to draw a bitmap/gif using a mask color (such as rgb(255,0,255)) as the transparent color and placing it on top of another image (or form DC).
This code allows you to adjust the size of a circle. It also lets you draw on screen, place circles anywhere, and drag circles in full screen with your mouse. This is PUR VB code. No DirectX or OpenGL used. It is mainly for beginners to show them how to do this stuff and plus i wrote it when I was bored too lol. If you like the code then please leave comments and vote for me. Thanks! :)
This is a picture puzzle game to test your wits
This Program for Engineers and Contractors to Estimate the Cost of there Project I put the help File from another similar Program
Working of AJAX with VB. When you want to get data directly from server. Very useful in ASP Applications, when you need to create dynamic and interactive pages without refreshing page and without making a roundtrip to server. This was made popular in 2005 by Google Suggest. Google Suggest is using the XMLHttpRequest of Java Script object to create a very dynamic web interface: When you start typing in Google's search box, a JavaScript sends the letters off to a server and the server returns a list of suggestions.
Title: - BeepKeyBoard v 1.9.5 Update: The compositions can now be edited ( a basic delete item) as you compose The tune time can also be seen as you compose Splash screen added ====================================================================== Update: Rearranged the key layout as in a true piano and added notation listing and file saving ====================================================================== Using the windows Kernel 32 beep lib to play a range of frequencies to simulate an 83 key piano keyboard. ====================================================================== Most PC speakers have a limited range of frequencies that they can reproduce this range is approximately 37 hz to 30,000 hz, which is why the key board has only 83 keys not the full 88 The program has the ability to playback a composed tune and then save the tune for playback at another time. ====================================================================== The program saves the composition as a matched triplet of files one of which saves the frequencies played, the other saves the duration of the notes played and the last of the files saves the played notes. ====================================================================== Pauses are notated as OOO ====================================================================== The compositions that you have saved are listed in the combo box for future playback. Sample tune included
This code is a COMPLETE library of functions which allows to recover more informations about files/folders/disks (logical and physical) and faster than FileSystemObject. It replaces totally FSO as it is faster, more complete and easy to use. There is about 100 functions and 80 properties availables. Thanks for your comments, and sorry for my bad english (I'm french ^^) If you have ANY IDEA to improve performances of this classes, please post a comment ! Thanks.----------------- UPDATE1 : Fixed some bugs, added lots of new functions (file/disk sanitization DOD 5220.22-M, files comparison, creation of ISO files from a drive, possibility to change file/folder dates, possibility to cut files into parts etc.)-----------------UPDATE2: Fixed some bugs, added new functions (file/folder search with different criteria etc.)-----------------UPDATE3: Fixed a bug
This is an improve to the excellent CodeId=67981 by Lefteris Eleftheriades . Now with Mouse Wheel Support, Multi-Instances, Transparent ambient, Tranlucency and more. I made an alike project long time ago (Doctor Frankenstin - CodeId=63677 ) with all this features, but this is more compact. If you vote for me, please vote to Lefteris too. Requires Windows XP.
This code will explore working of XML with VB. XML Supports rich set of classes for working with VB.
This code will show you how to create controls at runtime using only 3 lines of code!
Sale, Purchase and Stock Management for Airline Tickets. This project is in prgress.
Graphicly display the current time on Analog format with transparent background and always on top window.
Get instantly the plot for any second degree homogenoug equation in two variables.
This code if added to your project will enable you to release updates to your end users with no fuss at all. This code is fully contained in a single form. You can add the form to any project that you want to have this feature and with a few simple server side chores your end users will get your updates when you release them. The updater form has a very simple process, it tells the user what has been updated or added in the new version, and gives them an option to update or not. The end user can cancel the update at any stage also. The update interface comes with a fully working progress bar, aswell as a percentage downloaded in the form caption. Also I have included a developer option to disable the program from being used (optional, novalty realy), meaning that you can stop your end users from using your program if you wish. If you like this example then please vote and comment. If you would like to see this access a database instead of txt docs/html then say so in the comments section and i will include it... if you like it vote it. Makes perfect use of a batch file to complete the update process, completely removing the need of any dependency in that area.