arunbnair 3 Newbie Poster

Hi marlon This is arun From Hyderabad,India

Take this code I think this will help you

dim a as control
For each a in form.controls
if type of control is textbox then
a.text=""
endif
next
:cool:

Comatose commented: Well Done +3
arunbnair 3 Newbie Poster

Hi Friends

I Want to start the Menu's of my application from Right to left in Visual Basic 6.
Is there any way for doing that.

Please replay me

Regards
Arun:cool:

arunbnair 3 Newbie Poster

Hi Friends

I Developed one application in visual basic 6.0
Now i want to convert it to another language.For this how can i change the windows message boxes and menu bars fonts programatically so that it will affect only the application.

Please give me guidance

Thanks
Arun:)

??????????????? commented: ? +0