Results for "Category: Miscellaneous"
Not sure if this has been posted before. Allows you to shutdown quickly using the shell command. This also enables you to restart as well.
Creates multiline MsgBoxes
This program will grab all screen fonts avaliable, and add them all to a list, and to a menu! So you can select the font from a menu! Also, when a font has been selected, the 'Sample Text' font will change to the font selected. So you can preview fonts before you use them! And the list and menu's are in sync. So if you select something from the menu, it gets selected in the font list! Please vote for me!
It is method that delay time as much as time that designate. There is no problem even if use over midnight. With Sleep function, use and lowered CPU's use rate.
Hey !! This Program Will Shake Your Desktop Using Simple Tricks. Double Click To End.
I extended this thing, so I should be able to get more than one vote now. ver 1: capture mouse to any rect area defined by any vb rect control(including shape,image..) ver 2. capture mouse to following:"CaptionBar" or "FormClientArea" or "CompleteForm" or "CompleteFormBorderExcluded" All detailed explained in module. Exe that shows things included ( code too ofcourse)
This small project demonstrates how to support multiple users in your applications. Saves/loads settings from the registry that pertain to specific users. Has ability to create new users. Please vote for me if you find this useful. ANY feedback, negative or positive, is greatly appreciated.
My name Is Jason and i Had hoped too create a fully Fledged working text editor and here it is TextPad , It has all these Features and more ; * Options Dialog * Full Screen Mode * Edit , View Clipboard Text * Text File Manager * Toolbar * Wordwrap Feature * Works On the Command Line * Can be default Text Viewer (*.TXT) * If user has Chosen Option, TextPad can Launch An External editor if the file is too large too be opened normally . * File Properties Dialog * Find Dialog * Launch Better Instances User has Choice Through Dialog or Through the Menu. * Recent File Menu
The code demonstrates how you can add license key functionality to your source code similar to that used by Microsoft. Three different methods are shown, one of which ties a licence key to a particular user name.
View any PE executables (exe, dll, ocx etc) resources (icons, cursors, strings, menus, dialogs, AVI etc).
I saw this submition >>>http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=59841&lngWId=1
Tab Order ia a Visual Basic Add-In that allows you to reorder each Control(s) Tab Order or Tab Indexes to your specifications. Several methods allow you to do this quickly and efficiently. By order of the controls Left position on the form. By order of the controls Top position on the form. By order of selection of controls. By order of individual incrementing tab index or decrementing tab index. This is a true add-in meaning it is run in the IDE. To run and setup see the Help file.
Tutorial on how to start a Shareware Business, what is shareware ?, (software that is available free of charge and distributed for evaluation with a fee requested for additional features or a manual etc.) aka 30-day trial software.
[The new version of this code is located at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=54190&lngWId=1] Ever wanted to create your own API? Well, now you can! Using this program, you can make standard DLL's in Visual Basic, thus allowing you to do things previously only C++ and Delphi programmers can, including creating ISAPI scripts and control panel applets. You can create your own API and then use this API from any programming language that supports API calls! I created this because I saw a program that does the same thing but it costed $800!!!!!!! [This is my first submission to Planet-Source-Code, if you like it, please vote!]
A small app that will retrieve the psc id of users that leave comments, but no user name. Once you have the id you can find the user name and / or see if they've posted code. When you leave comments, your id gets embedded in the web page whether you have a visible name or not. So basically this is an adventure in string parsing. I posted ( and removed ) something similar to this a long time ago in a galaxy far far away... Well I thought it was funny. :)
This is a new standard in patern recognition ( Relevancy algorythim ) This program gives you a small 150,150 sized drawing aeria where you can write letters then the program will search ur drawing space and convert it to text (this can be edited and modified to do your homework lol not that i promote that)
super simple file search uses no api. uses only directory box and file list box easy to modify get more detailed results etc. kept simple as possible and pretty fast to
I am just a beginner myself, and this is my first submission, so don't bother voting for this unless it really helped you. It's just a tutorial (if you will) of how to move multiple items from one listbox to another. Basically, I am a newbie, helping other newbies. Eventually, I plan on making this into a custom control or something that I can use in future applications, but I'm not ready to attack that yet. I tried putting as much comments as I could, so I hope that this helps atleast 1 person. Note: You'll notice that the code for the Add and Remove procedures are identical, other than the listbox names, so in a real world scenario, you'd probably only have one procedure for both, with 2 parameters, (fromList, toList).
There are other ways than passwords to restrict access to applications. The method I present here is suited for personal and limited public use. You'll see what I mean when you try out the basic method and two alternatives, all nicely packaged in a well commented appliction. But these are just examples. Use your creativity and create your own "protection"-scenario's.
VB based Installer that Installs a new app, Unzips files, Creates directories, copies files, registers DLL's, Creates Program Shortcuts, runs external programs required for installation, removes and/or writes registry keys. Thanks to all who contributed to this submission. I used a lot of code from here and other VB sites to create this little app.