Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #152415
Generic Plugin (Plug-In) code - generic multiple plugin detection !!! - Added to menus + Plugin Code

This is generic code to Automatically detect plugins and add them to the apps' menus. It supports multiple plugins. It will detect the plugins and query them for identification. It also allows you to pass objects and controls to the plugins. The code for the example plugin is also included. This code is small, commented and clean. Credits in the Readme file. You can just copy and paste this code to make your app Generic Plugin Enabled.Please vote !!!!

4_2005-2006 #156507
Beep

Uses the 'Beep' function of the API to produce sound.

4_2005-2006 #159761
Directory file list generator

Creates a list of files in a directory, something explorer does not allow you to do. List can then be printed or saved to a text file. Drag n Drop enabled!

4_2005-2006 #157753
jeffLabel - true transparent label control with drop shadow effect

jeffLabel is a replacement usercontrol for the standard Visual Basic label control. The control started out simply as a usercontrol containing two labels (for creating a simple drop shadow effect). Things got a bit more involved when it came time for the new label to be a transparent label. The solution was, while in transparent backstyle mode, for the label shadow and text to be drawn directly onto the device context of the parent control. While in transparent mode, this label demonstrates advanced usage of the DrawText API call, specifically, drawing text in any font regardless of the current font in the device context. Additionally, the GetTextFace, GetTextMetrics, GetTextColor, SetTextColor, SelectObject, and CreatFontIndirect functions are demonstrated for converting standard vb font objects into logical fonts, and device context font metrics into standard vb font objects. This is version .1 of this control, so there are some bugs I am aware of already including: transparent user controls have no .hWnd and so do not capture mouse and keyboard events (will need to subclass the parent to trap these events), when in .AutoSize mode (as the test project will demonstrate) the control has a curious effect of growing when the .Caption value is repeatedly changed (this is most likely related to my use of the standard VB controls to do the initial text sizing; this method will need to be dropped in version 1). However, despite these current bugs, if you've been looking for a label with built in drop shadow effect, or you've been trying to figure out how to create genuine transparent usercontrols in vb, this project should sufficiently jump start you on your way. =) Not many examples can be found on Planet Source Code of creating true transparent usercontrols (usercontrol.backstyle = vbTransparent), and since this certainly is still a work in progress, your comments or suggestions below would be much appreciated.

4_2005-2006 #159956
Mass Mailer

Manda emails masivos, en varios formatos con attachments.Exelente Programa (No Bugs)

4_2005-2006 #150831
Frequently Asked VB Questions

If you've ever been to the Visual Basic Discussion Forum then you realize why I'm posting this. It's simply a list of commonly asked questions. Please feel free to add on anything that either you've learned here at PSC or anything that you find yourself answering on a regular basis. (Revised Jul 06, 2001) Revised Jul 19, 2001 Revised Jul 24, 2001

4_2005-2006 #157299
_aLfa_ Flat Controls

This code flattens ComboBoxes (even if they are ownerdrawn), EditBoxes and Checkboxes without any problems. It also flattens OptionButtons, but the code is still buggy, please wait until the next version (but i need help on that part!!!) :-(

4_2005-2006 #159932
Even Better Multithreading with Low Overhead

Theres a code on PSC that says the best stable multithreading in vb6 is done with activex. I say thats the worst advice I've ever heard. This is one of my solutions.

4_2005-2006 #152670
Custom Calendar Control

We were trying to create an application in a COM enabled programming envoriment, and needed the weeks shown in a calendar. We came across a bug in ALL of Microsoft's calendars (including Outlook) that will list the wrong week number on certain years. E.G. December 2003/2004. We made a custom VB OCX that does the trick, even thou it's not as pretty as the Microsoft one.

4_2005-2006 #154378
Return Readable Characters

This small function will strip out the unreadable characters and return readable characters in a string. This works great for stripping thoes little boxes out of the text that you just snagged from a web page. I know that a lot of you have used my code, but have not voted. It would be nice to see some feedback in the form of a vote. Thanks.

4_2005-2006 #154379
Long String to Lines

This little App will breakup a long string of text into lines of text. The length of line is set on the form. The output is sent to the clipboard. Copy a string of text and paste it into the text box on the form. Click on RUN. The application will count the number characters in your text and tell you how many lines of text were generated from that text. The line never breaks on a word.

4_2005-2006 #151130
UltraSpy v4.0 - NEW!

All NEW version of the famous (I wish) API Spy! Comes with tonnes of features. This is really a great project. PLEASE VOTE IF YOU LIKE IT!

4_2005-2006 #156766
Dynamic Buttonbar

This is almost a fully dynamic Buttonbar. This control is not finished yet... i know there are still bugs and problems. If there is enough response i will finish and put some other things in it. Still have many ideas... :) I would also like to thank other programmers from PSC because not all of the code is from my hand.

4_2005-2006 #150440
Advanced Shape Generator 3.0

Three projects are included in this archive. The first is an ActiveX DLL update of the advanced shape generator. What this class does is takes a series of vectors (such as 36 at 54º) and sequences through them, then repeats itself as many times as it takes until the process closes on itself. A byproduct of this operation is an enclosed shape, where the beginning point meets the end point. All enclosed shapes can be created in this manner, which I call "Vector Sequencing". The second project allows you to do just that. It is a test application which allows you to experiment with different properties of the csShape, and provides a decent example on how to use the csShape class in code. The third project included is a screen saver which uses the csShape class to create random shapes and changing colors. It is a fine example of how to create a complete screen saver that uses password, docks itself into a screen (providing you provide correct command line arguments), and more. Have fun with this 3-in-one givaway. It was alot of work, and I hope you find it interesting.

4_2005-2006 #159964
TAP Message Sender

This code is designed to send messages to any alphanumeric pager where the paging service supports TAP v1.8

4_2005-2006 #159514
SUB ATTACK II

realy good sub game please RATE IT !! ;-) 90 % complete

4_2005-2006 #152569
CPU Lock [Fast Lock] Addon for Windows 2000/XP(NT?)

This code does use the Windows 2000/XP locking system to LOCK the computer. But now you only have to run a exe file that you could make a shourcut to and make a hotkey! ( Ill make a hotkey in the program when I find out how! ) Please comment the CODE! bad or good!!! And it whould be nice if you vote for me too! ;-)

4_2005-2006 #158872
Simple Custom Graphics Format

This is pretty simple code that fakes your own graphics format to protect the bitmaps from being modified. Its really simple code so its pretty self explanitory.

4_2005-2006 #158176
An Analog clock

Simple, but not so bad analog clock, code fully commented and understandable...

4_2005-2006 #156849
What more could you want from a Menu?

I have been working on menus since my last submission and here is the result.

Languages
Top Categories
Global Discovery