Click here to Skip to main content
15,911,485 members

Comments by Hekmat90 (Top 16 by date)

Hekmat90 8-Nov-14 2:28am View    
thnak's ,suppose i have textbox and write This code in click event:
textBox1.SelectionStart = 0;
textBox1.SelectionLength = textBox1.Text.Lenght;
and i want other text box inherit this behavior from above text box.
by example describe me how do this?
Hekmat90 8-Nov-14 2:19am View    
yes other TextBox controls
Hekmat90 26-Jun-13 6:00am View    
I want Use Roll Page and Cut it after multi line print
Hekmat90 26-Jun-13 4:55am View    
I can Print by this method but the hole page eject by printer .i want stop paper after each print
Hekmat90 27-Mar-13 4:10am View    
I only Want to read Tables No change them cause problem.
Is the way to do this?