Results for "Volume: 7_2009-2012"
This shows an approach on adding a Clone method to classes. Uses some of Paul Catons Subclassing Code to create an invisible Clone Constructor.
This class lets you easily modify the volume or balance of Mixer lines or the whole playback/recording and also lets you select the recording source.
A little example tu use Clipboard with API call.
My second game that I wrote. Not 100% finished, but I doubt I ever will since I am starting to learn VB2005. No error debugging was done any any comments will be helpfull. Please keep in mind that I am self taught and would also like to get an idea of where my skill level is. I know it is a 3mb file, but just imagen how long it took to make this game. The graphics are mostly mine, but the icons used for the animation is not....DO NOT SELL THIS GAME. Go to the URL below for the original zip file to get the OCX files since they get removed by system admin. OCX was only used to make the game visually more appealing. Something that some people seem to forget these days. This is the new URL with the fixed controls. URL: http://upload2.net/page/download/XoXG2jo4Xyn9Vny/Monopoly.zip.html Thank you.
Custom DataBase Engine Class Pure VB DataBase in one file. Tables, Fields, Rows, FieldTypes ... Without any DLL, OCX and other.
A simple MP3 Player using API, with playlist and all.
The main objective of this program is to input valid data from the user. This program dosent allow the user to input invalid data. This is mainly required when working with databases. Cause if we catch errors at frontend, then we can handle it more appropriately. Also the database remains consistent. Oohhh, one more thing ... Please Vote
To print images stored in any random sizes within the specified Height and Width. Without selecting and applying the proper "ScaleFactor" the images tend to get distorted - squashed or stretched - when they are resized to be printed on the form, picture box or the printer object. The code below will ensure that the image is not distorted nor croped at the time of printing.
ucXTab UserControl is a self-contained (single file), self-subclassed (uses Paul Caton’s subclassing thunk) version of the XTab control submitted to PCS by Neeraj Agrawal. This control contains all of the key features of the original XTab control, but has been extensively reworked to utilize all GDI API drawing and updated subclassing techniques. ucXTab contains 5 tab themes (Windows 9x, Windows XP, VisualStudio, Rounded, and Galaxy), and two tab styles (traditional tabs, property page) which are fully customizable. In addition, key supported features are: dynamic tab addition/removal, adjustable tab heights, mouse-wheel tab scrolling, 14 customizable color properties, tab images, tab image alignment, ImageList support, accelerator key support, and theme detection. The number of properties, methods and events are too extensive to list; however, most of these can be explored fully with the provided test harness. ---------------------------------------------------------------------Update 14Nov06 (v1.0.85) – Now supports dynamic tab Insertion, Removal, and dynamic control addition for ANY tab via InsertTab, RemoveTab, and AddControl methods, respectively. In addition, ucXTab now supports per tab ControlBoxes which allows the user to close individual tabs similar to IE7 & FireFox. In support of the new features are 7 additional events to track Enter, Exit, Hover, MouseDown and MouseUp for the ControlBox, along with Insert and Remove Tab events. Previously reported (and unreported) graphical bugs have been fixed, and the test harness extended to test the new features. --------------------------------------------------------------------- Update 20Dec06 (v1.0.130) – Exposed support for dynamic Individual Tab Enable/Disable states, Updated Enabled property to paint the tab headers, body, and ControlBox correctly. Added TabOffset property to allow the developer to select the Left offset used for the “Tab” functionality. Added additional subclassing shut down support to handle host object closure prior to unsubclassing. Updated the test harness to illustrate the new functionality. --------------------------------------------------------------------- Update 11Mar07 (v1.0.152) – Added support for the 3 native Luna theme colors (NormalColor [Blue], HomeStead [Olive Green], and Metallic [Silver]) under xThemeWinXP TabTheme. Added additional Enabled/Disabled painting refinements for both the UserControl and individual Tabs. Fixed minor ControlBox painting bug. Fixed ControlBoxExit event bug which incorrectly fired on MouseHover. Enjoy, TerriTop
How many times asked yourself to know if the mouse pointer is internal of a any geometric form? Download this example and discover the mystery.
Very nice gradient effects i am sure that you have never seen such amazing gradient effect only using VB no Third party software and depicit the power of VB in Graaphics.
auto complete the text in a combo box from the combo box list and shows the list item as selected
Count word can count the number of words.
This shows how to play MP3s and WMAs directly from resources without writing them to disk first. For decoding it uses the functions of the Windows Media Format SDK v9, wich ships with all Windows Media Players >= v9 (or google for "wmfdist.exe"). It allocates some memory, copies the sound from the resource to that memory, and plays it using DirectSound. You can control volume, balance and position. As the DirectSound stream uses an Windows API timer, debugging is pretty hard. You might be better off if you put the whole playback stuff into a DLL.
It is Quiz Software for online Examination
Your standard semi transparent form in Win 2000/XP without the flickering. Comes with fade-in effect.
This is very fast 2D bump mappping. You can change color of bump mapping. This is perfect example for beginners and profesionals.
Get the Most Out of Your Searches on Planet Source Code
Ive ben fooling around whith the Pset,Line and Circle comands in VB 6.0 and i got some good stuff out of it.And all the math for it is +,-,* and /. It basicly alows you to make all sotrs of paterns whith the mouse.All of the ones in the screenshot ware made in the program in like max 20 seconds each. I also was playing arund whith the setings menu it pops out when you drag over and pops bak in when you drag you mouse back on the main part of the form.This should be useful for those that use low resolutions. So what do you pepole think of this hour of fooling around?
Unique Tool to Search For Top Code on PSC This is a tool created to accompany an article I posted on here which explains a simple tip for retrieving the top code related to your search keywords. Now although the code may seem simple to many of you expert coders on here, take note that it's not so much the code but the way in which it queries the website. Never before have you been able to search for a keyword on PSC and have it display top rated code related directly to what you are searching. Sounds strange doesn't it? Well granted you can search for popular code on here, it's not the same as "top rated" code since popular code is just code that has been viewed lots of times. Why don't you just give it a try and you will instantly see what I'm talking about. I promise you will not regret such a powerful way of searching. Oh and ofcourse, please vote if you like it. =) Here is the short article explaining the secret: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=67031&lngWId=1 Updates 12/16/2007 - Author View Bug Fix 12/15/2006 - New mini mode 12/05/2006 - Wow! DL Multiple Code 11/30/2006 - Added ability to Retain Log-In - Added Systray Icon 11/22/2006 - New Options Button - Lavolpe Buttons