PDA

Click to See Complete Forum and Search --> : I need specific answers!


ianpaisley
Sep 3rd, 2002, 12:21 PM
Does anybody want or know a site where I can employ vb programmers over the web? I give them a specific task and they do it? How much does it cost?

I've been wrecking my head for weeks now on a vb issue and I just want someone to do it properly. I'm sick of looking at my computer screen for hours and acheiving nothing. Just want to get it over with. I'd say it's 2/3 hours work for a good programmer.

If you're interested yourself or know a site please email me at rosk@indigo.ie

kleinma
Sep 3rd, 2002, 12:26 PM
well depending on what you need done I would say a lot of people on here would be interested.. otherwise if you go to

http://www.rentacoder.com/

you could post it there....


so what is it you need?

rjlohan
Sep 4th, 2002, 12:19 AM
What's the task?

richie
Sep 4th, 2002, 06:11 AM
I have two textboxes on my form (both the same height and width and positioned alongside each other), two command buttons and a scrollbar. The textboxes have multiline set to true.

In Text1 there are questions and in Text2 there are questions and answers.



Example:

QUESTION 1 QUESTION2

------ ---------------
What is the capital of Spain? What is the capital of Spain?
Madrid


(formatting came out ass-ways)


I want the scrollbar to control both textdboxes. When moved the two boxes move together and the texts are always aligned exactly.

The 2 command buttons are 'Next' and 'Previous'. When 'Next' is clicked it searches for the word 'QUESTION', and that word jumps to the top of both textboxes. (So if someone is looking at QUESTION 1 and they click 'next' it looks for the next QUESTION, QUESTION 2, and this appears at the top of the text boxes. Likewise, if they click 'Previous', it goes to the previous 'QUESTION'.

Anyway, if this is something that you can do in a couple of minutes, great, send it on to me. But it's probably not such a trivial task. If you're interested contact me privately and we'll work something out.

rjlohan
Sep 4th, 2002, 06:18 AM
Eh? Did you post a new thread in this one on purpose?
:confused:

Mc Brain
Sep 4th, 2002, 06:40 AM
Originally posted by richie
I have two textboxes on my form (both the same height and width and positioned alongside each other), two command buttons and a scrollbar. The textboxes have multiline set to true.

In Text1 there are questions and in Text2 there are questions and answers.



Example:

QUESTION 1 QUESTION2

------ ---------------
What is the capital of Spain? What is the capital of Spain?
Madrid


(formatting came out ass-ways)


I want the scrollbar to control both textdboxes. When moved the two boxes move together and the texts are always aligned exactly.

The 2 command buttons are 'Next' and 'Previous'. When 'Next' is clicked it searches for the word 'QUESTION', and that word jumps to the top of both textboxes. (So if someone is looking at QUESTION 1 and they click 'next' it looks for the next QUESTION, QUESTION 2, and this appears at the top of the text boxes. Likewise, if they click 'Previous', it goes to the previous 'QUESTION'.

Anyway, if this is something that you can do in a couple of minutes, great, send it on to me. But it's probably not such a trivial task. If you're interested contact me privately and we'll work something out. It's definitely not the way I would do it. Have you heard about arrays?? Anyway, this thread is not about this.