Creating a Word Processor in VB
I have to make a word processor on VB, which includes Spell Check, Font Sizing, Text highlighting, Combo/list boxes for drop down menus. Can someone create a basic form and code to get me started with some of the features above?
The code can consist on Fucntions/arrays/string manipulations/calling gen procedures etc.
Thx
[340 byte] By [
tygolfer] at [2007-11-11 10:03:26]

# 1 Re: Creating a Word Processor in VB
U may use richtextbox ocx , generally u can find too many samples over internet and specially in freevbcode ,
look here : http://www.freevbcode.com/ShowCode.asp?ID=5203
Amahdy at 2007-11-11 17:23:24 >
