Results for "Category: Miscellaneous"
Get all the possible combinations of six letters.Easily extendable algorithim.The program is really useful in unscrambling puzzles.PLEASE RATE THE PROGRAM.
Having read peoples problems (and having had my own) with the Deployment Wizard, I suggest that you use Visual Studio Installer. It is a free download from Microsoft. The zip is a word doc (with some helpful pictures) that explains the basic use of the prog and where to get it. Hope it's useful.
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.
Demonstrates how the appearance of a program can be pleasing to the eye. Included are simple functions, various loops, and simple division. Just pure fun for beginners.
Controls Meade Autostar equipped telescopes. Slews telescope from button presses on the screen. Can be used to help autoguide during CCD exposures.
I needed a method to resize or reposition a row of textboxes when form size changes. I knew it was possible but was unable to determine the math equations to make it work. I couldn't find an example anywhere so went to rent-a-coder out of desperation. A coder who's name I've since lost sent me this example free of charge. It's pretty well documented and I hope you find it useful.
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.
This is a tutorial whic will explain to you how to write maintainable, robust, efficient, reliable, portable, reusable software and will also give you some ideas and advice on how to go about this by giving you an understanding of coupling, cohesion, testing, code documentation and so on.
This is a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been modified alot though.
Prints the contents of MSHFlexGrid control. This one prints pictures in all alignments. 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.
[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.
Prints the content of ListView control (report view).
Ever needed to detect if the esc key or fkeys or any key to be detected? Well this program will convert chars to int and vise versa. Thus giving you the ability to detect keystrokes. Complete with a small tutorial on how to use this program to your advantage. Though not fancey it will hopefully suite your purposes. Thanks ~kc~
I had a problem when downloading mp3's. With no cd burner or network i couldn't get my mp3's to a friends house. So i made an mp3 splitter. A normal 4.0 mb song could fit on three disks. but it this splitter can support up to 30 mb's. I doubt any song is longer than that
The code sample given below demonstrates how to communicate with a news server using NNTP. The sample is not a complete implementation of NNTP client, but rather a demonstratio of how to communicate with a NNTP server via System.Net.Sockets.TcpClient . For more details on NNTP communication please refer RFC0977.
This is a short and to the point winsock tutorial. Pleae note this only covers tranferring text between two computers. Nothing more.
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 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 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!