Results for "Volume: C_Volume2"
This code demonstates the use of Wu pixels. Circles and lines drawn using Wu pixels will have an anti-aliased appearance because this method of plotting uses floating point math to plot pixels in groups of four in a 2x2 block and varying the brightness of the pixels. This program uses no OCX's or third-party DLL's, just VB and the API (SetPixel and GetPixel).
Invests is used to keep books on investments like municipal bonds (mainly tax free). It may give help to learning to use events, the DataGrid control, ADO, data-bound controls, ADO record add-edit-delete, the DTPicker control for calendar work, text box, list box, multiple forms, a module to give project-wide scope to variables, log-in with encrypted password, the Keypress event to control user input, SQL, database tables, EOF and BOF, variable scope, modality with forms, basic sorted financial transactions, form load event, automatic processing of user dollar amount, allowing inputs of just digits such as 238794 to yield $2387.94 so that decimal points need not be typed, presenting a list of days for a given month (30 for June, 31 for May) This is not a tutorial program, but instead hopefully gives helpful examples and enough commenting that the code can be understood. Invests.mdb database tables are used here.
Formatting text with various alignment and margins. The standard TextWidth is not accurate, specially if you want text justified exactly. With API functions is very simple!
hooooray another tetris clone! but this one is cool because i made it. it uses bitblt, classes, and a simple game loop. the code isn't too messy. i tried to comment some of it. try to learn from it. give me your feedback if you find bugs or anything, or if you like it or HATE IT! thanks
To teach new drivers the rules of intersections. i made this with some hjelp from some of my friends.
A viewer and editor of a database with 10,000 computer acronyms.
A sneaky way to have your program pause for a window to close (Modal) without disabling your project (non-Modal). Uses subclassing & hooks with 0% cpu usage. So the Do:DoEvents:Loop not used which hogs 95% CPU time. Can be used for all-API windows or standard VB windows. Heavily commented too.
This code will create a new instance of internet explorer (although it will not be set to visible.) then it will goto the URL of you choice, and once the web page has finished loading it will get a list of a wide variety of HTML elements and place them in the Treeview. As you can see this is much easier than parsing each of these links all by yourself, and probably faster too. Please note that the loop waiting for the web page to load is very sloppy, but was just added to demonstrate this functionality. Normally there should be code in the DocumentComplete Event of the InternetExplorer object to handle this functionality. Also, this code can be VERY easily changed to include functionality for ALL HTML tags.
Microsoft released Service Pack 6 for Visual Studio 6, download the latest(and final) service pack if you have VS6/VB6 installed.
This application collects a few bits of system information, the time and date and puts them onto a transparent form to sit on your desk. dbl-click to end the app, it remembers where you left it. I'm after a few suggestions on how to enhance it (what other information to show?). There's a ton of code I've written here - all by me. comments and votes all welcome. Cheers Fosters
Code Library is an application where you deposit your code. I created this one because it's sooo tired for me to find and get my existing code to my existing applications specially functions and API's. This Code Library is very usefull to me and I hope this will be usefull to you too coz simple code Inventory or Repository System .By the way I forgot I also put some samples on it like Visual Basic Trick / Tricks and Tip / Tips , API functions , some VB functions and codes , Compilations of OLE DB Provider , ADO to ADO.NET migration , ADO.NET Turorials , some VB.NET or Visual Basic.NET articles and tutorials , check it out by your self, it also have a samples and etc. in ASP.NET , PHP , SQL , C / C++ and Java . This application is expandable so expand it by your own because you can add your own Langguage , Folder and Files , op's this application is also a password protected to avoid others from viewing codes. PLEASE DON'T FORGET TO VOTE !!!!!!!!
This is a complete application that shows you how to: 1) Read an MP3 file to determine Bitrate, Length, Etc. 2) Read/Write ID3V1 1.1 Tags 3) Read/Write ID3V2 3.0 Tags. I was debating on whether or not to submit this code, but I decided to. Two small procedures were borrowed and modified from PSC code (SetBit, and CreateUnsyncInteger), other than that, all code is mine. In terms of ID3V2 3.0 tags, not all frames are supported, but the code is written to EASILY add other frame support. Also, this code will allow you to read/write the ID3V2 3.0 Lyrics and Picture Frames. This code also shows you how to allow multiple picture frames in the tag. While there may be some bugs left in this program, the read/write functionality has been incorporated via class files - making it easy to port this code into your application. If you like this code, please tell me! If you find a bug, I'd like to know as well. I hope someone out there can make use of this. As far as I can see, this is the most comprehensive ID3 tagger on VB PSC. It took me a decent amount of time to get this working, so please, comments (and votes) are welcome! ***I have updated the code to include a couple of bug fixes, and the ability to read/write Synchronized Lyrics as well!*** This is yet another update...all I did was update the SyncLyrics to allow you to insert the time from Winamp... Also, I am also submitting my WinAMP front so you can test the SyncLyrics as well, search for other submissions of mine, and you'll see it. I have updated yet once again! Now you can import LRC files! For those of you that don't know what an LRC file is - it's a Syncronized Lyric file...makes things a little easier I hope. Alos you can copy the lyrics back and forth between the Syncronized and UnSyncronized Lyrics!
BSoftPlayer 4.0b5 is the latest release in a line of media players in development since 2001. With a SQL backend, BSoftPlayer handles tens of thousands of tracks without bogging down. Instantly search through thousands of tracks organized by artist, album, and genre. Create your own favorites list. Customize the keyboard shortcuts any way you like them - they work even when BSoftPlayer is in the background. Full mouse wheel support. Full playlist support with drag and drop from iTunes and Windows Explorer. BASS sound system with MP3/WMA/Vorbis/WAV support. Fully ID3v1 and ID3v2 compatible.
This is a Shell Extension (Icon Handler) for VB files, written in VB. It allows you to display different icons in explorer for project and form files, depending on their type - very useful for opening the correct project. The code is quite simple, and well-commented. Also included are replacement icons for the relevant VB files, in multiple formats up to 48x48 in 32-bit colour.
Small nice Digital Clock that remembers its last position
(Update 5/11/04 - added another display type) This is an alert window that rises up from the taskbar or fades in/out. I had no intentions of posting this but after seeing Todd Tanner's MSN style alert window, and having my comments deleted, I decided to post it for education purposes only. NO VOTING PLEASE but comments are welcome. (Update 4/7/04 - Added options for border style, background color, and Close by code only.)
Beta V1.0.4 of my Random Access File program. By no means is this a complete app; however, it now has the look and feel of an Access environment...MDI look-and-feel (just the beginnings). Adding more validation routines, login prompt (which uses reads from an ini/config file), toolbars, menubars, progressbar and search function. Great for beginners and may help some intermediates. No ODBC or ODBC-bridge needed. Just a simple text file using the age-old Random Access. Again, this is not a complete app. If you like it, please vote and leave comments.
A Complete PhoneBook Aplication. Powerfull an very simple, fast, friendly contact management phone book software with printing ability/report-Easy to understand screen layout. Perfect for sales leads, customer database, vendor database, business/personal contacts, and much more. Please give us your feedback on how we can make this software better to suit your needs. We appreciate your input
This sample shows how create Excel file using ADOX. In database apps when ADO and ADOX is used it's simple way to create 'Excel reports'. Using ADOX is about 3 times faster than Excel Automation. If you find this code useful, please vote...
FindNodes its a source code to find the less number of nodes (routers) on a net. This is a extreamlly usefull under cert circumstances, like traffic controls, congestion, bottle necks, etc. The code its heavy commented, but as you can see it has a Advanced level. Read the ReadmeFirst.txt for important information. If you want to vote for this, thanks (i'm not looking for votes, only for sharing code with the VB community ) or if you prefer dont vote this and vote another kiddy "cd-rom" open/close, "What is my IP", etc. John