Page 1 of 1

Visual Basic Qesution

Posted: Fri Dec 23, 2005 1:20 pm
by Zenaku213
Just to tell you guys im very sorry about the HCME... But ive now decide to get actually into programming.
Im using Visual Basic 2005 EE


2.How do make a text finder. Like when i enter a word in a textbox then click find and in the other textbox it finds all the words and higlights them liek in HW. All i have so far is

Code: Select all

With TextBox1.Text  = ""
.Text "'
at least i think thats what i got so far before
3.Also how do i do a replace so it will replace all the words witht he replacing word.

Re: Visual Basic Qesution

Posted: Fri Dec 23, 2005 5:41 pm
by superaison
Zenaku213 wrote:
1.How do you make it so when you click on a button a new window comes up where you can press other buttons. For example like in HMT where you click a tool...
Well, make a new form in there and add all the buttons u want then on form1 where u got the button to open form1 u type in

Code: Select all

form2.show
and then form2 will come up. Should work.

Posted: Fri Dec 23, 2005 6:06 pm
by Zenaku213
well i tried that and it said Form2 could not be declared

::EDIT:::
::EDIT OF RECENT EDIT::::

Ok I got the

Code: Select all

Form2.Show 
to work

I have some more questions..

1.Do you have to Register VB 2005 EE

Posted: Fri Dec 23, 2005 7:06 pm
by superaison
that post got m lost