Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #155766
AA ***Making an Spelling Checker with VB and Word Updated

One of Word's most commonly used features is the ability to check spelling. Word encapusulates this functionality into two methods: CheckSpelling and GetSpellingSuggestions. The GetSpellingSuggestions method is memember function of the Application and range object in Word. CheckSpelling is a member function of Application, Range, and Document object.we can use CheckSpelling to determine whether a word is spelled correctly. If a word is misspelled, we can use the GetSpellingSuggestions method to retune a collection of SpellingSuggestion object for the misspelled word. This program also have a good example of using StatusBar, imagelist and toolbar A vary nice program for Beginners. You must see Screen shot of this program

4_2005-2006 #157317
Form Drag / Move

This code will make it so you dont have to use the title bar to move your forms/projects.

4_2005-2006 #153758
AddIn - convert VB6 to VB5

Its a small addin for Visual Basic 5. After you select a folder this will look in that folder for VB6 project files. All VB6 project files found are listed. You then select an item from the list, a message box will then pop up showing you the invalid keys. You then have the option of converting them (original is lost) or cancel. please post comments and vote email me @ [email protected]

4_2005-2006 #157496
Using C++ DLL in VB

Wanna know how to use those functions you just wrote in C++ in VB using a DLL? Here ya go!

4_2005-2006 #156017
Cartoon Cinema (create your own animations) - FIXED

(Fixed the 'Open Dialog' problem) A fully functional cartoon script creator for MS Agent. Simply select the character, tell it what to do, and add it to the script. This software allows all 4 characters (Genie, Merlin, Peedy, and Robby) to interact with each other however you want them to. Create your script and watch these characters bring it to life! A brief tutorial on how to use this program is explained by the Genie character at startup. Comments and Suggestions are welcome, but DON'T FORGET TO VOTE!!!

4_2005-2006 #154470
Minimize scrap

Hi everybody!! This is my first submission, I made it some time ago in order to save some money. The application's target is to minimize the scrap in a wood wall recovering. I had to buy wood strips to recover a wall in a 45 degrees design, so I had to set the optimal lenght to reduce the scrap. It was very hard to find the matematical model ( combinations, etc) so I used hard force, to choice random groups and to find the minimal. Code is very rough but basically works. It is a very good example using listBoxes I don't need you vote for me, but comments and feed back will be appreciated.

4_2005-2006 #156004
Asynchronous Dialling

synchronous dialing doesn't allow you to cancel the dialling. for asyn dialling you need callback function and it must be in a standard module and you will need to compile your app to PCode. Alternatively you can subclass your form, and in the RasDial call specify your window's handle. You will probably need to register the RasDial message. I used subclassing methode.

4_2005-2006 #150085
InfoNet

Great research tool for the internet. Uses an MDI format to view as many web pages your system memory allows, drag-n-drop information from the browser to a textbox. Built in Web page maker too! Some of the code has been taken from different apps in PSC, so thanks to all those who contributed. To use this code, you will need VB6 (VB5 will do also, if you know how to make a flat toolbar), VB Service Pack 4, Coolbar control and the DHTML Editor control. Still working on the toolbars and Menus, but for the most part, it's functioning well. Read the ReadMe file and Bug report included in the zip. I haven't commented the code and did a sloppy job writing it (no indents, lots of code commented out, etc.) but it's still under development. You can add what you want, delete what you want. Just have fun with it!

4_2005-2006 #151594
HTML Form Sniffer (revised)

This VB program generates a replay URL e.g. for HTML logon pages. It is a very simple program but it makes your daily life must easier. Let's face it, how many logons do you perform very day to Web sites very day? Ok, IE's AutoComplete feature is nice but wouldn't it be nicer to logon without keying in something? This sniffer generates a URL with all the logon parameters included. When you replay it, it brings you directly to the site skipping the logon. Works also and especially for logon pages with post fields! For more see http://www.watchtheweb.de/tools.htm

4_2005-2006 #156529
Recordset2CSV

Create a CSV file (ie. for Excel(???)) based on a parsed ADO-Recordset - very cute :)

4_2005-2006 #157500
Form Background Color

Background coloring tool for shading forms and fading a color from top to bottom. Colors are chosen using a color slider.

4_2005-2006 #157501
Menu HighLight Button

Sample Menu Program to show 3 different ways to highlight buttons when mouse moves over them

4_2005-2006 #157498
Disable Paste

Disable paste in a textbox.

4_2005-2006 #156030
Multiple Choice Questions Quiz 0.4

Its cool multiple chice questions quiz program with 188 questions,options,skins,easy 2 use interface. check the finished version at http://go.to/wdwtbam which has tonnes of features

4_2005-2006 #151781
View DXF FIles

This program will open and allow you to view any '2D' ASCII DXF file. It supports BLOCKS, INSERTS, DIMENSIONS, and ALL 2D GEOMETRY types (for R12 and R13). It stores the DXF data in an array, so you have full access to perform manipulation and calculations on the geometry. NO OCX REQUIRED - just pure VB. *Keep an eye out for an update that will hande R14 and DWG 2D files.

4_2005-2006 #157508
SQL Server Utils

Some SQL Server actions: - create database - delete database - execute SQL command - execute SQL script

4_2005-2006 #157510
Mutual Fund Tracker

This is just an update of the previous entry. The site where I was obtaining the data changed there format and I then had to find another site to get the data. The Mutual Fund Tracker allows you to track mutual fund performance and save the performance results to an excel spreadsheet. The Mutual Fund Tracker allows you store up to 10 mutual fund profiles/portfolios. Each profile can store any number of mutual fund symbols.

4_2005-2006 #156217
ADO Client-side Recordsets

Updated ver 2.0. In a network environment, open a connection to a database, retrieve data, close the connection, work with the data, reopen the connection to communicate with the database again and do a batch update. This app shows you how. ADO data binding without Adodc control, database file creation, table creation, and combo box data listing and click to find a record is demonstrated. I appreciate your comments.

4_2005-2006 #156218
How to Maintain .INI file

How to use API calls to read and write to a .ini file for user names and passwords and user preferences like colors. Can be used to store start up info.

4_2005-2006 #155691
Lander

This is a simple game that a beginner could learn from. There are no api calls in it. It is all pure visual basic code. The collision detection is not 100% perfect but works pretty well. All of this code is 100% from me and none was taken from PSC or any other source. Feel free to make NICE comments and vote if you like it. Hope you all enjoy it!!

Languages
Top Categories
Global Discovery