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

Search:

Type: Posts; User: kolklik

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,821

    Re: Advanced string replaceing

    I've managed to rewrite it myself. If anyone would be in need of it, the code is below.


    public string Encode(string Author, string Recipent, string input)
    {
    string Identifier =...
  2. Replies
    3
    Views
    5,821

    Re: Advanced string replaceing

    a Quick note: this is framework 3.5 and its for an asp.net site :)
  3. Replies
    3
    Views
    5,821

    [RESOLVED] Advanced string replaceing

    Hello CodeGuru community.
    Im working on a, well i guess you could call it a kind of macro system.
    It works this way:
    User a wants to send a message to user b, user a writes "Hello $User how are...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured