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

Search:

Type: Posts; User: Arjay

Search: Search took 0.92 seconds.

  1. Replies
    5
    Views
    2,443

    Re: hello new to this forum

    Okay. Just make a class that wraps the StringBuilder and expose the methods you need.
  2. Replies
    5
    Views
    2,443

    Re: hello new to this forum

    It's not clear to me why you want to split each string builder line into an array of StringBuilder objects. Based on your original description it would make sense to split each line and add it to a...
  3. Replies
    5
    Views
    2,443

    Re: hello new to this forum

    Welcome to the forum.

    I don't know of any helper class that allows you to remove appended lines. If you need this sort of functionality, you'll need to write your own class. Be forewarned that...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured