Results for "Category: Miscellaneous"
This Application displays the use of the built in Reporting functionality of Visual Basic. It Displays how to create a Bound and Unbound Reports
Mass change the database reference for all crystal reports in a folder.
Gives your Forms a professional touch! With magnetic(automatically docking) Forms. If your using Winamp, you know what I mean. Just move a Winamp window around the screen and it will magnetically snap on the screen border. My Code will not only give you this feature while moving the Forms. Even while resizing! This Code is VERY easy to use. The new Version now doesn't move the Forms manually. This makes it faste on old PCs and Win9x! You just have to see it(PLEASE VOTE FOR IT, too)!
Display a files property dialog box
Shows how to use API to make system speaker beep, distort the beep, Keyboard, and beep according to mouse movements. Later I will add Recording features. The pc speaker is the most universal sound hardware.
This is just a small example that will show you how to (1)Minimize your form and make it dissapear. (2)Place your forms icon in the systray (3)have a popup menu that re-opens the form etc,There is probaly a million codes out there for this sort of thing but i thought i might as well share mine with you.
A easy/simple way to work out the Index value of a button on a toolbar. Simply move the mouse over a toolbar, and it will work out the index value of the button! *** Please vote for my code ***
This isn't meant for anything except for learning (it is meant right now for a scripting language I'm writing). This will generate forms, and keep track of them. you can then change propertys of the different forms, and it is all done at runtime. the next version of this will have controls that are made at runtime and the control's property's will also be able to be changed. it is kind of hard to explain, so download it and check it out. This is meant for learning and doesn't have some special purpose, so pls don't complain. I am also not expecting any votes, so I'm not even gonna ask people to vote, lol.
Prints the content of ListView control (report view).
Prints the contents of MSHFlexGrid control. This one prints pictures in all alignments. Have a look.
[Updated] A class to PRINT or VIEW recordset (ADO or DAO). No need to populate data into DBGrid or MSHFlex. Nice output with or without gridlines. Have a look.
My way of printing the content of MSHFlexGrid Control. Supports different sizes of rows and columns, individual cell formatting, fonts, font size, style, colors and alignments. Enough spaces for header and footer, to insert header footer just use PRINT method of VB. Vertical and horizontal space between columns and rows. Each cell can be printed with angular or rounded corners. Gridlines can be enabled disabled. Elimination of rows and column is possible. It also has boarder with width, color and style. Easy pagination it prints only given number of rows, give RowsFrom to RowsTo. It also has vertical and horizontal rulers which helps in placing text exactly in printed media.
This tutorial shows you how to create a basic screensaver with visual basic. You will learn how to add password boxes and the source code is included with the tutorial in word 2000 format(Works with word 97 too :')).
This Registration Key generator will do just what the name says: generate Keys based on details you give and allow your applications to verify them (less than 10 lines of code for the verification) You can keep details of multiple applications and their Key caracteristics. Any comment is welcome!
This sample application wraps a set of functions used to create, manage, modify and display a hierarchy of objects (organigram, ...) It uses only standard VB controls, no OCX or API calls needed. All comments are VERY welcome.
This module will enable you to run a program, or open a file in its associated app with one command. It also allows you to add web or email hyperlinks just as easily. See the sample form for examples.
A very basic program to interpret values of Four Band Resistors by selecting the Band Colours.
a very simple and very easy way to enable, disable controls in any form. You can also get all editable controls list in the form. no other code can be as simple as this :) This is my first submission in PSC....please vote for me (i just uploaded a simple application to explain how to use)
For Beginners. Get rid of unwanted listbox duplicates in a few very simple lines of code.
For Beginners. Copy the contents of ListBox1 to ListBox2 where the contents of ListBox1 is checked off. Remove any duplicates from ListBox2 and remove contents of ListBox2 where the contents of ListBox1 becomes unselected. (uhmmm... hope that made sense)