Results for "Volume: 7_2009-2012"
This tutorial demonstrates DDE conversation with which you can easyly communicate between your apps.
This is a simple, yet more advanced version of the Microsoft Paint Program that is included within the Windows bundle. As of right now there are a few things that aren't exactly working but, you will get the jist of it. I soon hope to have a few more "normal" paint features on here. Above all else, have fun, and if you can help is always nice.
This one saves/reads some small headers in biary format to a file, e.g. to save some extra-data to an executable (such as almost any server-builder works!)
Did you that your Frx files and Exe files, may be bigger in size than they were supposed to? (Note: I have submitted this artical befoure but it got deleted. I don't know how.) Please Vote
This piece of code allows you to connect to an existing Lotus Notes View using COM and Loop through the records within that View. This is simple, but for those people out there that deal with Notes and SQL Server/Access databases, then this is a must. Very easy to manipulate.
Find Window Writer writes the source code to windows through findwindow and findwindowex. It has some trouble with non unique windows (i.e. some AIM windows). All you need to do is copy and paste the code. It is printed out in function form, no work needed. In 4 mouse clicks you can have full source code.
Graphical operations are amoung the slowest and most cpu intensive tasks a program can do. Using API calls over the native VB Methods can increase speed by several times, but you can get even better performance with Direct Memory Access (DMA). This project encapsulates DMA operations into a simple ActiveX DLL which converts a stdPicture object into an array. You then manipulate the array to change the picture.
This is a Flat ImageCombo, I made It, because I was bored with the "normal" Combo from VB. And I could'n detect when user selectted an Item on the list. So I decided make one better. It's very userful ( I hope ) please Check It out and vote. Comments are also very apreciated.
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. -- 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 :)
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 [email protected] 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.