Results for "Volume: 5_2007-2008"
This is another Update of my Popup Balloon! It Now Supports: Different Icons, Finds Computer Name, External IP, Local IP.. and pops it up in Balloon. Main Purpose: Sends the program to the system tray and when you click on the command button it will show a popup balloon. - (See Screenshot)
Generate 3 of 9 barcode (in just 1 sub). No special fonts used, just code. This is an update to one of my old submissions.
This module can read a barcode from an image such as a scanned page. Supports 3of9, i2of5 and Codabar barcodes. I have included several barcodes in the "test file" folder for testing (drag and drop images into the app) Everyone is updating their old programs so I thought I would too!
An Update To The VB Accelerator Tab Control. The Tab Now Supports Xp Style Rendering. Since Steve Has Not Replied To My Emails And The Code Is Lying About On My Computer Doing Nothing, I Thought I Would Upload It So Other People Could Use It (If They Like). Note: Steve Must Take Credit For His Original Works, I Only Updated The Drawing And Fixed A Few Bugs. Although The Original Code Is Not Commented Very Well, You Can See The Changes Made By Searching For 'Ammended By' Kind Regards Gary
New update: OLE Drag & Drop support. // Most part of new code is based on vbAccelerator's TreeView control. Some new methods and properties have been added, too (see control History for more info). // Let me know about any bug, suggestion. __________________________________________________ Update #1: Added CheckChildren() method (hereditary checking) // Fixed: NodeDblClick not raised when DblClick on 'CheckBox'. Also node not expanded/collapsed. // For folder-explorer implementation, see CodeId=56432. __________________________________________________ Update #2: Unicode.
Purely 4 a winsock Beginner,Nothing More Or Less Heavily Commented Im Still Learning My Self,But I Thought This Might Help Someone Like Others Codes Have Helped Me To Learn
Here is my first submission on www.pscode.com, This project prepared to help you to convert your Ms Access Database into MySQL data source format. On this project, I'm using some API function to Draw caption or Picture, so it is helpfull for newbie in VB to learn about API programming. I'm using osenxpsuite controls, to improve my GUI application. if you does not have osenxpsuite controls, you can download it from: http://download.osenxpsuite.com/osenxpsuite.zip I WAS TESTED THIS APP IN MY PC P-III 730 Mhz, and It work fine. It can convert nwind.mdb to MySQL data source for 7.07 seconds If this project usefull for you, PLEASE VOTE THIS APPLICATION IN www.pscode.com Note: - MDAC 2.5 needed - OsenXPSuite controls (http://download.osenxpsuite.com/osenxpsuite.zip) needed - MySQL oDBC 3.51 Driver needed DOES NOT SUPPORT: • cREATE INDEX • CREATE PRIMARY KEY • CREATE FOREIGN KEY • CONVERT BINARY DATA VALUES (BLOB) IF ANY IDEA HOW TO SOLVE SOME TROUBLE ABOVE, PLEASE LET ME KNOW. I REALLY NEED HELP ADVANCE VB DEVELOPER TO SOLVE MY APP THANK YOU
I havent seen a Outlineing text on PSC so i decided to make one i hope you find some use for it.. it really makes text look cool if you expiriment with it. Anyway comment or vote please!
Exploration of several pixel-based voronoi diagram algorithms. Voronoi diagrams are used to divide space (in this case 2D space) amongst a collection of points. The application comes with a helpfile.
Im Not Really Sure What This Is,I made it for easier access to yahoo chat,then decied to add email,Its simple stuff,but i said id submit it,id appreciate any comments on it,maybe some seggestions on making it better,or something !
First things first, this is just something simple, you need to rename cmd.exe.000 to cmd.exe that is the same as any cmd or command file you will get off of a computer. Next you need to make sure that you register the redirect.dll or this will not work, I repeat this will not work. This is a proof of concept that you can use a vb app to talk to a dos window and not only that but read what is sent back in the vb app. If you would like to replace the cmd.exe with your own command file that is fine but please make the appropriate changes in the app to show where that cmd.exe or command.exe is located on your computer. You can see the source to that dll in the dll.source folder, although that is written in c++ by (unknown) but whoever they are, they did a great job..
Simple app I use for seeing if COM ports are present and if they are in use by another app. My main use is when installing call acounting systems on PC's. I see what serial ports are free for the software to use. Nothing real complex, but a usefull tool.
Self Delete Running Program, With 2 lines Of Code.
The vbRaptor clone I've been working on for quite some time now. It started out using bitblt and has now advanced to DirectX. You'll find the big difference between this version and the previous versions isn't just the DirectX, but ingame menu's, custom ship with a shop where you can upgrade your ships abilities and saving your character so you can come back and play later.
Deal or No Deal game as seen on TV =P... Ummm... Australian TV that is and possibly american. Just a little game with money and suitcases and yeah download and see. Pretty basic, made for my friends school computer assingment.
A VB.CommonDialog (ShowOpen & ShowSave) replacement control. Written from scratch - fileview etc., uses only standart vb controls - no listview etc. Take a look at the screenshot! Not saying that it is great (has some issues - slownes on older PC's - but as fast as it can be at given concep), but is certanly worth trying! Probably some bugs, since I didn't have a look at the code for months... But nothing serious... I was developing it for more than 6 months (with testing) - it was a part from another (abandoned) project... Send comments... Voite if you like - this is the only way for me to find out how good (or bad) job did I do;) Download and have fun. PS. Oh, sorry commented, but not very well...But should be readable to intermediate users... And not to forget - some of the code (cmemdc.cls, and some bits of code) are from PSC - do not know if there are coments about the who is the author - so if you recognize your code, write here (put a comment) or email me, and you will be pu here on the list... Thanks!!! ************************************* Fixed problems with the zip - file was missing ************************************* Special thanks to: Vlad Vissoultchev, Tim Misset, and many others!
Well Its An Update to my previos browser for beginners as this one is too,nothing special but could be good to learn from
It is a class that implement copy, paste, cut, insert, clear cells, clear all,... and coming soon undo, redo, and autocomplete...Just Try it, Sorry by my english ***Vote for me***
This object can be used to "talk" to webservers. Use it to request HTML documents, RSS feeds, Binary files (like images or zipfiles) and use it to query webservers using GET or POST methods. It contains an XMLDoc property wich allows easy acces to any XML that a webserver might have returned and a SaveToFile method which allows you to easily save responses. All data (and even response headers) is made available in easy to use properties. You can even set your own request headers. The object is fully documented in a PDF file.
An application that documents VB5/6 code. Outputs an XML file, which is then transformed with an XSLT into a cool documentation file. It documents properties, methods, events and even show statistics about your project, references that are used and so on. It really generates a complete overview of your project. It handles Visual Basic Group files, Project files, modules, forms, classes and is very easy to use (just select the file you want to document and hit the button). It even extract's "TODO","BUG","IDEA" and other 'tags' you might use in your code. The output is completely configurable with a toolwindow that allows you to filter public/private methods, but also enables you to quickly expand all collapsed nodes in the view and much, much more. Open Main.vbg and just hit F5 to run the project. Select a visual basic file and see how great it documents. All those expensive commercial tools can now be sent to your trashcan. This is the only tool you'll ever need to document your code. See screenshot for an example of the output. **NEW** Version 1.0.4 now also recognizes usercontrols, property pages and designer files.