Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RTL picturebox

6 views
Skip to first unread message

Erezsoft

unread,
Aug 12, 2010, 6:43:10 AM8/12/10
to
Hi,

After migration from VB6 to VS2008 all my RTL pictureboxes became LTR.
The property Right To Left disappear.

I tried to migrate also to VS2010 but i got the same problem.

Does anybody know how to solve this problem?

Why should i migrate to VBNET if the above problem cannot be solved?

Thanks a lot
Moshe.


pd

unread,
Aug 12, 2010, 1:54:03 PM8/12/10
to
האם אתה מתכוון שהתמונה מוצגת בצד שמאל של המסך במקום ימין? מה בדיוק השתנה לך
בגלל שאין מאפיין RTL?
--
בהצלחה, ואם עזרתי - לחץ ''''כן''''.

"Erezsoft":

> .
>

Erezsoft

unread,
Aug 12, 2010, 2:50:38 PM8/12/10
to
הכוונה שאיני יכול להציב את הסמן בנקודה שנקראת מימין לשמאל :
PICTURE1.CURRENTX=1000
וכוונתי 1000 טוויפים מימין לשמאל. לא מצאתי מאפיין CURRENTX
איני יכול לכתוב טקסט על התמונה
Picture1.Print "שלום עולם"
שייכתב מימין לשמאל וכיו"ב

תוכנית ההסבה של VS2008 או VS2010 לא נותנת מענה לבעיות הנ"ל.

"pd" <p...@discussions.microsoft.com> כתב
בהודעה:9D1DF871-9E94-4395...@microsoft.com...

pd

unread,
Aug 12, 2010, 4:39:03 PM8/12/10
to
hi
your massege Received in gibrish.
Are you able to read my answer?
Please write in English so I could read

--
בהצלחה, ואם עזרתי - לחץ ''''כן''''.

"Erezsoft":

> äëååðä ùàéðé éëåì ìäöéá àú äñîï áð÷åãä ùð÷øàú îéîéï ìùîàì :
> PICTURE1.CURRENTX=1000
> åëååðúé 1000 èååéôéí îéîéï ìùîàì. ìà îöàúé îàôééï CURRENTX
> àéðé éëåì ìëúåá è÷ñè òì äúîåðä
> Picture1.Print "ùìåí òåìí"
> ùééëúá îéîéï ìùîàì åëéå"á
>
> úåëðéú ääñáä ùì VS2008 àå VS2010 ìà ðåúðú îòðä ìáòéåú äð"ì.
>
>
>
> "pd" <p...@discussions.microsoft.com> ëúá
> áäåãòä:9D1DF871-9E94-4395...@microsoft.com...
> > äàí àúä îúëååï ùäúîåðä îåöâú áöã ùîàì ùì äîñê áî÷åí éîéï? îä áãéå÷ äùúðä
> > ìê
> > áâìì ùàéï îàôééï RTL?
> > --
> > áäöìçä, åàí òæøúé - ìçõ ''''ëï''''.


> >
> >
> >
> > "Erezsoft":
> >
> >> Hi,
> >>
> >> After migration from VB6 to VS2008 all my RTL pictureboxes became LTR.
> >> The property Right To Left disappear.
> >>
> >> I tried to migrate also to VS2010 but i got the same problem.
> >>
> >> Does anybody know how to solve this problem?
> >>
> >> Why should i migrate to VBNET if the above problem cannot be solved?
> >>
> >> Thanks a lot
> >> Moshe.
> >>
> >>
> >> .
> >>
>
>

> .
>

Erezsoft

unread,
Aug 13, 2010, 5:21:59 AM8/13/10
to
Hi,

The meaning is that i can't put the cursor at point which is read from right
to left
PICTURE1.CURRENTX=1000
1000 Twips from right to left.
I didn't find property CURRENTX and CURRENTY

I can't print text into the picture like Picture1.Print "Helo World"
which will be written from right to left.

The converting program of VS2008 or VS2010 does'nt give solution for the
above problems.

Thanks.

"pd" <p...@discussions.microsoft.com> כתב
בהודעה:81AD7B0A-AD09-4050...@microsoft.com...


> hi
> your massege Received in gibrish.
> Are you able to read my answer?
> Please write in English so I could read
> --
> בהצלחה, ואם עזרתי - לחץ ''''כן''''.
>
>
>
> "Erezsoft":
>

>> ?????? ????? ???? ????? ?? ???? ??÷??? ??÷??? ????? ????? :
>> PICTURE1.CURRENTX=1000
>> ??????? 1000 ??????? ????? ?????. ?? ????? ?????? CURRENTX
>> ???? ???? ????? ?÷?? ?? ??????
>> Picture1.Print "???? ????"
>> ?????? ????? ????? ????"?
>>
>> ?????? ????? ?? VS2008 ?? VS2010 ?? ????? ???? ?????? ??"?.
>>
>>
>>
>> "pd" <p...@discussions.microsoft.com> ???
>> ??????:9D1DF871-9E94-4395...@microsoft.com...
>> > ??? ??? ?????? ??????? ????? ??? ???? ?? ???? ??÷?? ????? ?? ????÷
>> > ?????
>> > ??
>> > ???? ???? ?????? RTL?
>> > --
>> > ??????, ??? ????? - ??? ''''??''''.

pd

unread,
Aug 13, 2010, 7:11:03 AM8/13/10
to
Hi Erez
there is Some things that the upgrade system can not guess your Intention .
In VB.NET we do not use an image control to write text. Replace the control
to textbox and set him the multyline proprty to true. Now try to upgrade your
thinking about programming. Many things have changed since VB6. what did
upgrade alone earned. If you want to stay informed about in technology, that
is to remain relevant, you must invest in transit. It's worth it.
Good luck and if I helped, click the 'Yes' button below

"Erezsoft":

> Hi,
>
> The meaning is that i can't put the cursor at point which is read from right
> to left
> PICTURE1.CURRENTX=1000
> 1000 Twips from right to left.
> I didn't find property CURRENTX and CURRENTY
>
> I can't print text into the picture like Picture1.Print "Helo World"
> which will be written from right to left.
>
> The converting program of VS2008 or VS2010 does'nt give solution for the
> above problems.
>
> Thanks.
>
>
>

> "pd" <p...@discussions.microsoft.com> ëúá
> áäåãòä:81AD7B0A-AD09-4050...@microsoft.com...


> > hi
> > your massege Received in gibrish.
> > Are you able to read my answer?
> > Please write in English so I could read
> > --

> > áäöìçä, åàí òæøúé - ìçõ ''''ëï''''.
> >
> >
> >
> > "Erezsoft":
> >
> >> ?????? ????? ???? ????? ?? ???? ??º??? ??º??? ????? ????? :


> >> PICTURE1.CURRENTX=1000
> >> ??????? 1000 ??????? ????? ?????. ?? ????? ?????? CURRENTX

> >> ???? ???? ????? ?º?? ?? ??????


> >> Picture1.Print "???? ????"
> >> ?????? ????? ????? ????"?
> >>
> >> ?????? ????? ?? VS2008 ?? VS2010 ?? ????? ???? ?????? ??"?.
> >>
> >>
> >>
> >> "pd" <p...@discussions.microsoft.com> ???
> >> ??????:9D1DF871-9E94-4395...@microsoft.com...

> >> > ??? ??? ?????? ??????? ????? ??? ???? ?? ???? ??º?? ????? ?? ????º

> >> > ?????
> >> > ??
> >> > ???? ???? ?????? RTL?
> >> > --
> >> > ??????, ??? ????? - ??? ''''??''''.
> >> >
> >> >
> >> >
> >> > "Erezsoft":
> >> >
> >> >> Hi,
> >> >>
> >> >> After migration from VB6 to VS2008 all my RTL pictureboxes became LTR.
> >> >> The property Right To Left disappear.
> >> >>
> >> >> I tried to migrate also to VS2010 but i got the same problem.
> >> >>
> >> >> Does anybody know how to solve this problem?
> >> >>
> >> >> Why should i migrate to VBNET if the above problem cannot be solved?
> >> >>
> >> >> Thanks a lot
> >> >> Moshe.
> >> >>
> >> >>
> >> >> .
> >> >>
> >>
> >>
> >> .
> >>
>
>

> .
>

Erezsoft

unread,
Aug 13, 2010, 8:13:31 AM8/13/10
to
That's bad thing to use textbox because i have my own "Print Preview" which
i developed 10 years ago.
I built it with RTL picturebox and have dozens thousands of code lines so i
can't give up.

May be somebody knows about object in the private market which is like RTL
picture box for VBNET.

Thank you.


"pd" <p...@discussions.microsoft.com> כתב
בהודעה:1289CA6B-688B-45B0...@microsoft.com...

>> "pd" <p...@discussions.microsoft.com> ???
>> ??????:81AD7B0A-AD09-4050...@microsoft.com...


>> > hi
>> > your massege Received in gibrish.
>> > Are you able to read my answer?
>> > Please write in English so I could read
>> > --

>> > ??????, ??? ????? - ??? ''''??''''.
>> >
>> >
>> >
>> > "Erezsoft":
>> >

>> >> ?????? ????? ???? ????? ?? ???? ?????? ?????? ????? ????? :


>> >> PICTURE1.CURRENTX=1000
>> >> ??????? 1000 ??????? ????? ?????. ?? ????? ?????? CURRENTX

>> >> ???? ???? ????? ???? ?? ??????


>> >> Picture1.Print "???? ????"
>> >> ?????? ????? ????? ????"?
>> >>
>> >> ?????? ????? ?? VS2008 ?? VS2010 ?? ????? ???? ?????? ??"?.
>> >>
>> >>
>> >>
>> >> "pd" <p...@discussions.microsoft.com> ???
>> >> ??????:9D1DF871-9E94-4395...@microsoft.com...

>> >> > ??? ??? ?????? ??????? ????? ??? ???? ?? ???? ????? ????? ?? ?????
>> >> > ?????

pd

unread,
Aug 13, 2010, 9:19:03 AM8/13/10
to
try to ask olso in the quivalent forum in Tapuz forms

Good luck and if I helped, click the 'Yes' button below


"Erezsoft":

> That's bad thing to use textbox because i have my own "Print Preview" which

> i developed 10 years ago.
> I built it with RTL picturebox and have dozens thousands of code lines so i
> can't give up.
>
> May be somebody knows about object in the private market which is like RTL
> picture box for VBNET.
>
> Thank you.
>
>

> "pd" <p...@discussions.microsoft.com> ëúá
> áäåãòä:1289CA6B-688B-45B0...@microsoft.com...

> .
>

0 new messages