How to add carriage return for Datagrid in vb.net?

How to add carriage return for Datagrid in vb.net?

I am using barcode scanner to read the value into datagrid in vb.net. After reading the value in to datagrid, carriage does not move to another line. Its remain in same line. How to add the carriage return?

Tags: , , ,

Under Forum

1 Comment for How to add carriage return for Datagrid in vb.net?

  • 1. ????  |  February 15th, 2011 at 8:28 am

    print ascii character 13 followed by character 10

    13 = cr carrage return
    10 = lf line feed

Leave a Comment for How to add carriage return for Datagrid in vb.net?

You must be logged in to post a comment.

Trackback this post  |  Subscribe to the comments via RSS Feed


Categories