Results for "Volume: 2002C"
this is my first try at a music visualization program. so dont expect the best. i could never find code that would run a visualization on my machine so when i did, well... it sucked. it only had one visualization and a simple one... so i added some visualizations and i want to share it with u! please VOTE and leave SUGGESTIONS! i know i have already submitted this... but i missed the 12:00 am deadline by like and hour or 2 so it wasnt entered in may's contest.... it may be a hassle but please re-vote!
This project demonstrates populating a Microsoft Access database dynamically into a treeview and listview control, by using loops and arrays. Also added the common Add/Edit/Update functions into the database for those who wish to learn the basics functions of ADO. Another purpose of designing the code the way I have with objects is so you can reuse the listview and treeview modules just in case you wanted to load the same information into another treeview or listview control, with out adding extra code. Once any database is loaded you can also edit the values in the treeview with the label edit functions. (F2). anyway there are lots of code samples available in this project. if you like this code please vote. Thanks.
ActiveX control like on WinXP open dialog.
I need your opinion/suggestions. I'm a newbie to VB. This is a complete grid program that updates the DB row behind the grid row every time you change rows to minimize possible data loss. Uses excellent ADO procs and has a great error handling routine. Also has alternating color lines and row and col totals. Uses cbo and a calendar popup as well as text box overlay on the grid. There is a more complete explanation (along with a few of my questions) in the .txt file that opens with the project.
Create ultra fast virtual files that reside in the RAM (No need of slow harddrives !) that can be shared by more than one app at once... With VFile32, you can even communicate with "N" number of other apps connected to a particular virtual file.. With a host of ActiveX events, this power packed component will no doubt extend the VB environment and make interprocess communication and data sharing a LOT easier ! And of you found this code useful, your vote would be appreciated
An easy code - It will put a shadow behind the control which is currently focussed and will loose the shadow when the control has lost focus.
Last update for this program for a long time. Basicly what i am trying to do is make visual basic programming so much easier for beginners or even advanced people. My way's may not be the best, but it gets the job done. Now, c'mon people, ** VOTE ** I really want to win *** ONE *** last time on PSC befor i stop programming for awhile. It's a really cool feeling! Also PLEASE leave feedback. I love to hear what everyone has to say. If you don't think this program can help beginners or even advanced users let me know.. Enjoy!!!
tired of waiting to popup the new>New Folder heres a little program... this makes yer life easier
This is an advanced version of my last month's submission. Now supports richtextboxes AND textboxes. You still only need to add two class files and a few lines of code to your VB project to add the multiple undo feature to any richtextbox or textbox. For more information read the readme.txt included in the zip file, please. -- Again, thanks to MrBobo for his ideas and suggestions. -- NEW: Time and Type (deletion, modification, addition)of an undo snapshot is tracked. Thanks to Andrea Moro for this idea.
Chose your Class, your weapons (16 to chose from!), and battle it out to the death with a friend or the AI. Also features Powerups, which can do anything from boost your armour, weaken your enemy, or even unleash a deadly ring of pipebombs to destroy your opponent. The game even has sounds for everything, so you can actually hear when you hit your opponent, or when a powerup appears. But the best part is, this code is *highly customisable*. You can add new weapons, new powerups, and new classes without having to change any code at all! You can quite easily make your own game by drawing your own pictures, recording your own sounds, and making your own settings file. You can even change the skins of the players: just draw your character, name the bmp files appropriately, and select 'Change Skins' from the menu. There's even a half-completed help file to get you started with the game (I haven't linked it to the program though. Sorry.) Well what are you waiting for? Download it :)
An example on how you can make your own graphical form with a graphical tabbed dialog.
4 cool user controls. !!! FOR ADVANCED USERS ONLY !!! NO SAMPLE PROJECT INCLUDED !!! Experiment with Properties Browser and methods and events. Look at the great events of GGCommand (I have not seen a Flat Command Button like mine on PSC yet :)) - MouseEnter and MouseExit. Supports transparent images and Caption and Picture position adjustments. Usage of GGMover: In MouseDown events of some object (Picture1 for example - set form and picture1 .ScaleMode to 3-Pixel): GGMover1.CaptureObject X,Y In MouseMove event: GGMover1.MoveObject Picture1,X,Y,True,True,0,300,0,500 In MouseUp event: GGMover1.ReleaseTargetObject If you have any problems with these user controls just write me an email to gogox@yahoo com or gogox@lycos.com This is my first submission to PSC.Enjoy
Advanced Find/Replace. Unlimited Undo/Redo. UPDATED - some minor bugs removed. Demonstrates getting file properties, obtaining document statistics, page setup, printing, file association, create shortcuts, date format, advanced selection options, wordwrap, using commondialog without MS control, controlling RichTextBox scrolling. Can open/save .rtf, .doc and any plain text. Includes a heavily modified version of Undo/Redo classes by Sebastian Thomschke - fully optimized for speed when handling large files. There are many examples of plain text editors here on PSC. I would not have submitted this upload unless I thought it was a significant improvement upon existing submissions. This one is definately better than Notepad. Having submitted Bobo RegEdit(RegEdit.exe replacement), and Bobo Image Workshop(more than a Paint replacement), I thought I might as well upload this. Behaves just like Notepad without filesize restrictions (Rich Text Box) but edits entirely in plain text format. Thankyou all for reporting the bugs you found - zip file updated minus those bugs.
Adds a touch of professionalism to your project. Just like VB IDE. One tab has the common dialog, the other tab shows recent files, their path and their icon in a listview. Can obviously be adapted to show images, provide different settings and options to the user as to how they wish to open a file. Included : Standard EXE project, UserControl Project and test project, OCX Project and a test project for the OCX. Demonstrates saving/loading listview to registry, getting file icons for use in a listview, how to build your own commondialog controls, controlling other apps windows.
Watcher is server-client application. In zip file there are two files. First is Writer. this actually monitor activity on your computer. First it gets active window and its Hwnd, then convert this into thread ID and create snapshot if this is Win9x OS, if not there is no need for this because we can get threads for windows directly. Then compares hwnd and ThreadId to get correct thread and finally convert it to process. Then all we have to do is find this process EXE and get app name from there. There are few different ways to get application name from exe file. This application also monitors keyboard and mouse activity just to see when user was working and when not. All data are saved into database. Second source is Watcher. This app connect to writer using TCP/IP protocol (winsock object). The protocol is similar to smpt protocol. I think this could be good example how protocol should look like. I had to wrote my own grid object for this project. The source and OCX is included also. Watcher have hidden functions which are visible if you start app with /SetUp parameter. The code is written somewhere in source of watcher. You can then communicate with writer's manually. Just type Help or check writers source. This software was written few years ago so I don't remember now exactly how and could be some mistakes in description. This is the basically what this source do. If you need additional info let me know and I'll write more about functions and APIs in this source. Or you can contact me on my email. Thanks, Mitja
This is a very simple pong game I made using the winsock control. It allows two players to play the game over a network, with quite good performance.
***UPDATED WITH USER REQUESTS*** A one-player 3D scrabble™ game using DirectX7. Has a 250,000 word dictionary (plain text). Will check and verify the words. Uses standard scrabble™ rules and scoring - except you can build words around corners. It is lots of fun. To Play, simply click on a letter in the 'rack' and then rotate the cube and click the space you want to place the letter. I might end up modifying the game to be 2-player over the TCP/IP if enough interest and positive feedback is given. If you think it's worthy of a vote, then vote. I would appreciate any user feedback and suggestions to improve this game. Enjoy!
This submission is prompted by a question in Ask a Pro. Allows you to change some readonly properties at runtime.
This is a credits screen with effect! (see screenshot) It will draw texts with are strings in code (no pictures) so they can also be changed at runtime! Easy to understand code with much comments.. It's really cool, just trie it!!
This code is a VB implementation of the high precision multimedia timer which can be found in the winmm.dll. ---- I wrote this code because of the same reason I created my multiple undo implementation: I wanted to have a smart solution that can be easily added to different VB projects, that doesn't clutter the code, that doesn't let depend my project on another custom OCX or DLL file and that is object oriented as much as possible. ---- The demo project's intension is NOT to show that the multimedia timer is or is not more accurate than the standard VB timer. It's primary task is just to show how to use the timer class and how to instantiate and handle more than one timer object. ---- For more information have a look at the readme.txt please. -- NEW: I added a high precision profiler class. -- NEW: UserControl instead of class file. Doesn't crash anymore when run compiled. Much easier handling.