Thanks but no difference.
I canīt set BuddyControl to
txtPoUt.Text, itīs says that your buddy have to be in the samr container.
If I put Buddycontrol to txtPoUt, no .Text It can be my Buddy.
/ Fredrik
> Dear Fedrik,
>
> select scrPoUt i.e. Updown control , right click it and set it's
> BuddyControl=txtPoUt.text,
> Check SyncBuddy as true,Buddy Propertye = Text, in Scrolling increment
> should be 1000 as u said.
> try this.
>
> Ashutosh Mehta
>
> -----Original Message-----
> From: Fredrik [mailto:fredrik.flyghed@o...]
> Sent: Tuesday, March 12, 2002 07:41
> To: professional vb
> Subject: [pro_vb] UpDown control
>
>
> Iīm having a trouble using UpDown control (Active X).
> I have a textbox as a buddy to my control and set the increment to 1000.
> Problem is that, if the user enters a number in my textbox ex. 1 and I
> click my control to increment the number with 1000. The result isnīt 1000
> which I want it to be, the result in my textbox is 2000.
> Understand my problem ???
> My code is very easy:
> txtPoUt.Text = scrPoUt.Value
>
> / Fredrik
>