CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: PeterVH

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,267

    hmmm...

    Consider this more like a joke than as a real reply, but to delete the last line in your multilined textbox (text1), you could do:

    Text1.Text = Left(Text1.Text, Len(Text1.Text) _
    -...
  2. Replies
    11
    Views
    14,868

    I haven't read the whole text, just skimmed it,...

    I haven't read the whole text, just skimmed it, but I think this pdf could help you too...

    http://www.devx.com/premier/mgznarch/vbpj/1997/03mar97/balena.pdf

    (it is an old one, but it might be...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured