Results for "Category: Miscellaneous"
This code searches a listbox for a given string, and returns the the ListIndex of the Item that matches the given string.
Use a font that is not installed on the system. GetFontName > AddFontResource | RemoveFontResource
Nitepad2002 is a advanced word processor with many features
This will capture the specified window and paste it into a picturebox. Really Simple and easy to follow. Please Vote and Comment!
Every wanted to allow users to control certain aspects of your program...to make you programmes shorter and easier...this shows you how to add scripting to your apps using the VBScript control. It mostly focuses on the purpose and usage of it.
I am a guy who still loves the tradition of putting easter eggs in programs. I know some think they are a waste of code but hey, they are a fun way of letting a developer personalize his work. The form in this demo is just a fun example of one that I added to one of my projects. I just thought I would share something simple like this. Maybe it will give some others some insiration to make other egg type forms. I always likes to keep it simple myself. If too much is done in an egg, you may bring bugs or extra undue size to your product. This demo will also show how to play a WAV in a LOOP from the resource file (even though there are tons of examples of that here). KEYWORDS: EASTER EGG WAVE RESOURCE LOADRESDATA RES SOUND WAV
A very simple way of autorun.inf If you use the MS Package and Deployment you can use this to autorun to start the setup.exe. When user places the cd in the drive it will start the setup.exe I have used this for years. I hope you find it useful.
This code demonstrates how to convert a long value into a 32 bit binary value by using a function that is called recursively (it calls itself). A heavily commented demonstration application is included in the zip file that also includes techniques and coding methods that beginners may also find useful.
This code demonstrates how to place an icon into the system tray and then make text dynamically scroll across the icon in ticker tape fashion right in the system tray next to your clock.
When you click on a grid cell in msflex grid it will highlight the whole row and unhighlight the other rows.
It converts any given text in to the new english called sms. I think all would have heard sms, it is a language used in mobile phones. Now it is fully efficient because now it is not beta. Fixed that devil bug. But if you find a bug please inform me. You can sms to any of your freind using any of the free services available on the net. Please VOTE. sms version : it cnverts any gven txt in to the nw english clled sms. i thnk all wld hve hrd sms, it is a lnguge usd in mbile phnes. nw it is flly efficint coz nw it is nt bta. fxed tht dvl bg. bt if u fnd a bg plase inform m. u cn sms to any of yr frnd usng any of the free srvics avlble on the nt. plase vte.
Windows XP ships with Common Controls version 5 and version 6. By default all windows apps use version 5. In order to force your app to use version 6 your application must have a manifest. It must also correctly call InitCommonControls(). A manifest is a text file with an xml script similar to this: ------------------------------------------------------------------------------ Your App Description ------------------------------------------------------------------------------ If your application is called 'MyApp.exe' then in the same directory you must have a manifest file called 'MyApp.exe.manifest' otherwise WinXP will use common controls v5. Instead of having a seperate manifest file, this project inserts the manifest into the executable file, and therefore, safeguards the manifest file from deletion or corruption.
This has got to be the easiest way to have a splitter on an MDI form. See ScreenShot. Please leave comments and/or vote.
This has got to be the easiest way to resize a borderless form (borderstyle=0) and move a form without a titlebar!!! NO API!!! Please comment/vote.
Have VB installed in default location of C:\Program Files........ and have the "Save As" and "Existing Files" dialogs default to a customized location.
VBAssembler -> Automated Edit Assembler with VB. Sorry I uploaded again because i got some errors.
You set the gravity and everything, drag the ball and then watch it drop to the ground
This is the source code to the largest project that I've ever worked on -- neXus 1.0a. neXus is based on an application that was created by Tyson Westby about one year ago. It's function is to allow Visual Basic programmers to modify the shape of the Form without having to include a bulky ActiveX control. The way it did this was to harness the power of the Windows GDI, and other API calls. But don't take my word for it, download the source code and try it out! And please, take the time to vote and leave feedback!
A small collection of VBscripts mostly for learning purposes but with some usefull utilities
This is a simple example of how to use a persons hard drive serial number, encrypt it, and make a shareware type registration lock to secure a program. Comes with program lock and registration key maker examples.