Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying text from a PDF to Groupbox

Status
Not open for further replies.

Julierme

Programmer
Jan 28, 2015
13
0
0
BR
Dear all

I am writing a code using Visual Basic 2008 Express Edition. I am using many Groupboxes for several Forms. I have to copy text from a pdf to the Groupbox. The problem I am facing is that the text has many lines and when I copy them, the Groupbox gets only the first line. Is there any other VB version that this issue has been solved. Could anyone give me a tip here so solve that? I appreciate any help.

Best Regards
 
I'm a little confused as to why you are using a GroupBox - surely a TextBox would be better suited for the task?

Add a TextBox to your Form and set its MultiLine property to True, and then resize it as appropriate.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top