Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #218273
Dynamic JPG Compressor

Converts BMP to JPG 'on the fly' and lets you view the result on-screen. Source code for the DLL included.

7_2009-2012 #219302
Access2Excel

This app takes a MS Access Db and converts the tables into excel worksheets

7_2009-2012 #227180
XPerimental Downloader

Thanks for checking out my downloader. It includes resume support for HTTP & FTP. With redirectional and username/password functionality. I'm releasing this as opensource because there are very few (actually none that I could find) programs like this which aren't either massivly bloated or buggy. I hope this changes all that :) Thanks to vbip.com which with many of its tips helped me through, as well as many pieces of source on PSC. This makes use of the Windows XP interface while still being compatible with Windows 95,98,ME,NT4,2000! Please vote and leave your comments, thanks!

7_2009-2012 #229087
Language Packs

The idea of this code is to provide a _good_ language packs engine and format for VB applications.

7_2009-2012 #224095
EliteSpy+ (with Code Generator)

EliteSpy+ is program for spying windows. You can spy any window and you can manipulate them using the command buttons in Program. You can minimize, maximize, terminate, enable, disable, flash, put on top, etc. This program also contains a code generator which you can use to generate code which will manipulate with the specified window. There is also a list of running process. You can also terminate any process you want. And please vote for this program if you like it!

7_2009-2012 #227636
FastHTML/XML Highlight

Highlights HTML and XML properly You can Highlight all text or just selected text and highlights syntax as you type. Will parse standard size files 10-60k instantly 500k files in about 6 seconds. Now you can easily change the colors thanks to M.Bartlema A much faster version is on the way! By the way, If you are wondering why this highlighter is so much faster and supports syntax better than most post here the answer is Regular Expressions. M.Bartlema was able to speed his code up 3 times by replacing a single VBReplace with a regExp. His code is currently faster than mine by the way. We hope to post a regExp tutorial in the near future that will blow your minds in two ways. 1. A single regExp can replace a lot of code 2. They scream!!! A small example? ok this regEx replace highlights all HTML tags one color. tmpstr = ReplaceText("(]+>)", "\plain\f2\fs17\cf1 $1\plain\f2\fs17\cf0 ", tmpstr) Of course this assumes that you have a color table in the rtf with 2 colors. Any other way is a waste of time - literally!

7_2009-2012 #223898
CS Email Monitor - Light v.1.0

This will check a pop3 email account for any email. It runs in the systray and all settings can be saved. This is pretty handy at times. See Pic. Not much to this the pro version will have a LOT more options.

7_2009-2012 #224049
Advanced trigonal character movment, like in GTA.

This very simple code showes how to use Cos and Sin functions to make GREAT player movment in top-down games. A MUST SEE, explots importaint features of the trigonal system and the unit circle to improve game intraction! :)

7_2009-2012 #227306
Drag and drop FindWindow

This is more for a programmer's tool then anything else. It allows you to select a window on screen with the mouse using a cursor and a smaller image representing that cursor on the dialog (which disappears when you click on it and drag it, reappearing when you make a selection)

7_2009-2012 #218558
HyperApp - Write binary code with HTML!

Create GUIs based entirely on HTML or write machine-specific code for web pages!

7_2009-2012 #217467
A real NNTP Newsgroup reader/poster using Winsock with RFC977

This is a complete NNTP Usenet newsgroup application. It is very basic - not all RFC977 commands have been implemented. This NNTP applications provides a simple news reader (downloads all newsgroups on first run), a simple Usenet message poster, and an automatic poster, to post your *ON TOPIC* messages in up to 10's of thousands of groups in one process! If your NNTP account requires a login username/password, this applications supports it. I threw the app together this evening because I needed something that would submit my advertisement to thousands of *ON TOPIC* newsgroups... it works great for this purpose. I think I will finally be able to sell my car within the next few days!!! joy!

7_2009-2012 #222925
Logic Gates

To show how to use logical comparisons in VB. Shows the different symbols for the logic gates[heh, drawn by me...]. Also allows you to see the truth tables. Covers Or, And, Xor, Nor, Nand, and Xnor logic.

7_2009-2012 #228314
Read pcx and tga without dll

Read pcx and tga Graphics without a dll. You must put only 2 classes and a basfile to your project. Also a project show play a small fli or flc in a picturebox. This is the first realize. If you want more please vote for me or gave feedback.

7_2009-2012 #225975
SpeedString concatenation

The SpeedString class boost performance on string concatenation. Almost every VB developer uses strValue = strValue & NewData as concatenation. The SpeedString class does the same, but a few hunderds times faster (something up to 1000 times). This project demonstrates the use of my SpeedString class and compares the execution times of both methods.

7_2009-2012 #224648
IPVoiceChat

A DirectX method For Speaking over the internet. I am having some problems with perfecting it, but if you like what you see let me know. This code has evolved allot over the past few months. First I tried to design it to use straight api with a wave format, but the data transfer of such a format was not practical because the wave header format would be change with every transfer. DirectX was the best way to go because I just read the buffer from the client PC and wrote it to the receiving PC. There is allot of functionality in the app that isn't being used for the above reasons

7_2009-2012 #227305
VBFC² - (Owndraw menus, access images directly via an array, Callback ease of use)

To display a standard necessary to make a visual basic application with heavy roots in the Application Programming Interface.

7_2009-2012 #221120
Custom Menus - A Must See

this took a little while to do, but the screenshot dosn't do it justice, i spent about 2 days on this and it is awsome, it will look exactly like an icq pop-up menu(if you right-click the description on the form you can see it), and it is also an easy way to add icons to menus, and to change the background and forecolor and highlight background/forecolors, this looks great and will be a part of my next app(GroupCode, which will be followed by AllCode - these two programs will have an opc client/server connection and i gaurantee you, they WILL change the way you program),i know that when a menu pops up it makes the parent form lose focus, if you have a way to fix this please help me and will post the updated code on psc and give you credit for the fix, please leave comments/bug reports/bug fixes/and votes

7_2009-2012 #226363
MSN Status Viewer (Second Release)

MSN Status Viewer (Second Release) After releaseing the first one I realised it looked rather lame so I decided to add a skin to it and it looks cool!. anyways i fixed up some bugs from the old one and have added some more features and left some ideas (eg. Trojan) for any of those who want to use it. PLEASE COMMENT!!! i dont care about votes just feed back so please leave a comment.

7_2009-2012 #228911
Draws one of those Line Diamond things. i dont' know the name of it. cool though!

Draws one of those Diamond Things. looks curvy but is made of lines. if you like this go to my other one which is called UPDATED: Graph diamond thing. and VOTE!!

7_2009-2012 #222795
A Garage DB and Inventory system

Complete application. Customers Database, inventory system, search databse records, cool gui, Debtors alert, password protected. This application is suitable for a car shop. Whenever the mechanic finish a job on a car the only thing he has to do is to use the service wizard and select the parts he used from a list and the number of the parts. The application substract the number of parts used from the inventory and gives the subtotal and total price. (The login password is set to nothing for the moment so if you want to access the application just click the login button)

Languages
Top Categories
Global Discovery