Re: [Audyssey] yet Another VB6 Question

2010-01-08 Thread Damien Sadler
To: 'Gamers Discussion list' gamers@audyssey.org Sent: Friday, January 08, 2010 2:56 AM Subject: [Audyssey] yet Another VB6 Question Hi all, I am about to try to make something along the lines of a simple program. This would involve an edit box and a buttion, but I cannot seem to find how

Re: [Audyssey] yet Another VB6 Question

2010-01-08 Thread Thomas Ward
Hi Hayden, HmmmI'm not sure what access issues you are having, but I generally found the VB 6 toolbox fairly accessible with Jaws. To access a toolbox item make sure you are focused on the form in design view and do an alt +v x to bring up the toolbox. After that you should get a list box of

Re: [Audyssey] yet Another VB6 Question

2010-01-08 Thread Hayden Presley
list Subject: Re: [Audyssey] yet Another VB6 Question Hi Hayden, HmmmI'm not sure what access issues you are having, but I generally found the VB 6 toolbox fairly accessible with Jaws. To access a toolbox item make sure you are focused on the form in design view and do an alt +v x to bring up

[Audyssey] yet Another VB6 Question

2010-01-07 Thread Hayden Presley
Hi all, I am about to try to make something along the lines of a simple program. This would involve an edit box and a buttion, but I cannot seem to find how to add from controls. I read that you go to the toolbox, but that is an accessibility nightmare, and I cannot get the JAWS cursor to land on

Re: [Audyssey] yet Another VB6 Question

2010-01-07 Thread Jim Kitchen
Hi Hayden, A very easy way to have an edit box in VB6 is by using the InputBox. You just need a line of code such as a$ = InputBox(Enter your name, ) Of course the Enter your name is just the prompt and can be changed to anything that you want. You might also want to take a look at the

Re: [Audyssey] yet Another VB6 Question

2010-01-07 Thread Jim Kitchen
Hi Hayden, Sorry, forgot to mention, the InputBox and MsgBox automatically give you the Ok button etc. BFN Jim Why does a round pizza come in a square box? j...@kitchensinc.net http://www.kitchensinc.net (440) 286-6920 Chardon Ohio USA --- Gamers mailing list __ Gamers@audyssey.org If