Results for "Volume: 4_2005-2006"
The application is a text buffer that runs on the background. It is useful when browsing or coding. It acts like a temporary note keeper. You can copy and paste text into it and then hide the interface or show it by pressing Ctrl + Alt + Space Bar or by clicking its icon on the system tray icon. Works only for WIndows OS base on NT.
Mailing is integrated management system I made it to many clients. I used data base access, dao, CRW8. The application enables to save contact list information to many categories and you can print out many reports or mail labels by categories, name, products, cities, and many ways you can email any person or company one by one or as a campaign. There are a lot of options more. PLZ do not forget voting to me
This sample code demonstrate realtime selection of image on the the webcam and save it to file as jpeg
This, can solve most hard puzzle.
Create an SPC chart for any data
This is only a Simple Payroll system (My first Learning in ADO) i made it for my client, 3 years ago....if you like this code pls...give feedbacks and vote for it..
WMA Tag Editor - submitted by Tom Pydeski I saw a lot of examples for editing mp3 tags, but not much to read wma files. there was one by Somenon at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=61254&lngWId=1 Although the original author's code worked, I wanted a way to read the file without parsing through each character looking for a certain string. (I kept his original routines as reference) I utilized the class structure from InfoTag, which read WMA files, but did it in a way that would not allow writing back to the file. So I initially tried to dig into the file and try to read it in blocks. It wasn't long before I realized the structure was way more complicated than I had originally thought. I did some digging and found the attached document "Advanced Systems Format (ASF) Specification" from Microsoft. Using this as a guide, I built the structures neccessary for each header object. I spent many weeks developing this and my wife hated that I was always on the 'puter, but I wanted to finish this. It will read and write the basic tags and I put in a treeview to display the entire file structure by object. I'd like to add another flexgrid and read multiple files, but that's for later. The other thing that I had hoped to accomplish was this: When using my GotRadio submission, I found that temp files were created with the filename of the songs played. These were located in the temporary internet directory. The structure of these files is different than the structure of wma's that I had burned. I was hoping to be able to learn how to modify the temp files to allow them to be played by media player, but try as i might, when I converted the temp. file to a wma with the set structure, media player would not play it. I'm attaching one of those temp files before and after modifying it. maybe someone with more knowledge can find the errors of my way
This sample shows you following technics: OLE Drag and Drop, User Controls (own controls), Windows API s, Creating simple but strong buttons, Running any file without Shell function, Extracting icons from any file, Drawing Icons, Drawing Texts, and more etc... I wrote this for beginners and intermediates just for a base.. so improve it...
A brief and simple PopUp Menu Tutorial. Apr 22, 2007 - Added a 'Check-Box' Sub_Menu. Improved Menu names for easier reading and added more documentation.
Animated Sort Algorithms --- Shows the behavior of these sorts: *Bubble*, *Cocktail Shaker*, *Insert*, *Improved Insert*, *Shell*, *Heap*, and three versions of *Quick". Download is 7.5 kB. Have fun...
FFT (fast fourier transform)
Hello!, this is my first submission on PLANET-SOURCE-CODE. This application entitled "SOLO CODE Library" is intended to help programmers and the like to manage their codes perfectly. This software, unlike any other "code library" found on Planet-source-code. has these features: 1. Security 2. File and folder Creation *Once you create a code file and saves it, it will not be saved in microsoft access database or XML, but instead it creates its own file with an extension of ".code" 3. Friendly Interface 4. etc. SPECIAL THANKS TO THE AUTHOR of THE FF: 1. McToolBar 2. LaVolpe Button Thanks......... PLEASE VOTE!!!!!!!!!!!!!!!!! PLEASE VOTE!!!!!!!!!!!!!!!!!
This example will show you how to register an extension to your application & open one instance of it. I know that there is an example at vbaccelerator.com (from were I know how to send a command line to an opened instance) but I feel that mine is much simpler. Note that using FindWindow API is a bad idea (I used it in my example just to make it simple) but the proper way is here : http://vbnet.mvps.org/index.html?code/system/findwindowlikesimple.htm or modifying this method : http://allapi.mentalis.org/apilist/09098F5B1181331F804A2CBCFB765371.html , This application use a Mutex instead of App.PrevInstance , please compile the it to associate file correctly.
You can make a list of Regular Expressions and apply them one by one automatically with specified actions easily with this tools. Actually, I developed this tool for formating Annotated Corpus text files. Some features; • New Feature : - "Conditional Regular Expressions" Now, you can add "Bigger" > or "Smaller" < conditional operator to your regular expressions for numbers. Ex; \d{2>10} matches 2 digit numbers bigger than 10. • RegEx Options: You can make a list of Regular Expressions and apply them one by one automatically with specified actions easily. - Add, Edit, Remove RegEx. - Add actions to your Regular Expressions like 'Replacing', 'Highlighting', 'Writing the matches to a file', 'Removing'. - Save the list of your Regular Expressions for later use. - Library of frequently used Regular Expressions ready to use. Such as extracting URLs, Emails etc... • Apply RegEx: Starts evaluating the list of Regular Expressions you've added one by one. • Quick RegEx: You can evaluate your Regular Expressions quickly with this function.
***UPDATE 11/05/2007*** Fixed issue with retrieving the expanded event at runtime ***PREVIOUS UPDATES*** Fixed the flicker issue with both the Frame text and Frame icon, Added Expanded Event, Added Click, DblClick, MouseDown, MouseMove and MouseUp Events, Added Frame Pin Button and Pinned event as per request from kibe, Fixed a small issue with repaint refreshing the entire screen, Changed some code thanks to Roger Gilchrist, Create required controls using code, Font support and Picture ability added, fixed issue with Gradient Let code. This is an owner drawn frame that comes with 4 preset colour schemes... xpDefault, xpBlue, xpOliveGreen and xpSilver. The frames have a gradient colour used for their headers and their main body. This also has a button that allows the frame to be used to hold controls and be minimised at runtime. All of the colours can be changed with different colours/gradients created at design time. This was made in a few hours today so I have not thoroughly tested it. Any problems please let me know, or any advice to make this better or maybe even add new styles let me know. The UserControl was written by myself and the module used for gradient colours was written by Mark Gordon, which I found on another site. Hope this is useful to someone... don't forget to vote if you like this xFrame.
Fastest duplicate file finding program on the net (as far as i know) look at the screenshot for comparisons. Features include: Limit search results, only search for specific file types, 100% accurate byte to byte duplicate finding, search multiple folders or drives, disallow certain folders you choose, options to search subdirectories or not. Please take the time to vote and comment. Updated apr 14: Code Much neater and commented, more options. Updated apr 15: Move duplicates and non duplicates, View lists, open containing folder, move single file, copy single file. still not completely tested so there might be a few bugs with the new stuff. Zero Byte error (hopefully) fixed
clsTranslator is a class that will allow you to easily, very easily indeed, add Multilingual UI feature to your apps. It fulfils all the things that are helpful in implimenting this feature. Using it is easy too: the syntax of the language files it adopts is very simple, only two lines of code are required to use it and you do not have to make any changes to your app in order to use it (like inserting tags to each control). Being feature-ful and easy, it is fast too. I first developed it for my "CoolWeb" but when it became a feature-ful class, I thought that it should be a separate submission.
Updated to feature a binary-embedded Manifest and allowed constant lookups to be interactive. This Add-In is a working replacement for the API Viewer that comes with VB6. The New API Viewer comes as a stand-alone executable and as an Add-In to the Visual Basic 6 IDE. Additional features in the New API Viewer that are not in the standard API Viewer: * It gives you the ability to declare dynamically constants as Long in the selected local copy of a constant. This allows the user to keep program speed optimal by not slowing down for variant conversions. Although constants can be of types other than Long, the VB6 API interface uses only Long Integer values for its constants. * It gives you the ability to create new constants right within the viewer. Assigned values are expected to be numeric, as is required by the VB6 API interface, but the values can be declared as hexadecimal, octal, or binary. You can also apply + or - offsets. Constants are created as all-capitals. No complex checks are performed on the value. It simply assumes that you know what you are doing, because such checks can involve complex offsets and naming of other constants. The viewer will also check to ensure that the newly entered constant does not already exist. * It gives you the ability to create new API Declarations right within the viewer and add them to your API list. * It gives you the ability to create new User-Defined Types right within the viewer and add them to your API list. * It gives you the ability to create new Enumerations right within the viewer and add them to your API list. * You can Delete entries from the API list. * It gives you the ability to edit Declared Subroutine and Function parameter lists, and apply these changes to new subroutine or function names (for example, saving a modified version of SendMessage to SendMessageByNum, after changing the lParam as Any to ByVal lParam As Long). The built-in Declaration Editor makes such changes a breeze with just a few clicks of the mouse. * It automatic checks for new parameter dependencies. If an added declaration or user-defined type requires another user-defined type not included in the selection list, you can view the requested types in a dialog and select them or reject them for inclusion in your selection list. This can make resolving declaration headaches such as with the complicated AccessCheck Function, which requires the additional inclusion of the GENERIC_MAPPING, PRIVILAGE_SET, and SECURITY_DESCRIPTOR types. These additional types in turn require the ACL and LUID_AND_ATTRIBUTES types. These newer types in turn also require the LUID type. The New API Viewer makes farming these additional types a breeze with a few quick clicks of the mouse. * Additions created within the New API Viewer can be optionally saved for later re-used in the API data file. New entries are appended to the API file with a date- and time-stamp marker. * It immediate displays updates when you toggle between Private and Public declaration options, define parameters as arrays or fixed-length strings, change a return type, or change the referencing verb (ByRef/ByVal or None). * It includes a copy of and richly expanded freeware API32.TXT by Dan Appleman (president of Desaware, Inc.), which he had derived from the original Win32API.TXT file. On top of that, I have also included several thousand new Constants, Declarations, and Type declarations.
I get a email with a question to my PNG-class: I am a member of Planet Source Code and whilst looking for code so I can use .png files in my vb6 apps, I came across your superb png class. I would like to load a picture directly from a .res file though and can’t figure out how to do it! I could rip the picture to a temporary file and use that filepath for the filename, but I don’t want to have the picture available outside of the program. So i make my class ready to open a included RES-file. All the mails i send to Richard Couldridge (he send me the mail) come back to me. So i sent the source to PSC. This show the use of the class with a simple sample. I hope i can help more peoples with this peace of code.
This is a custom message box that I developed for my projects. It is having 3 different Styles and 14 different colour schemes to choose from. Date: 18-APR User Control Version of the code. Open MsgB Control Project Group. for further details on how to use, see example in the same code