CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2011
    Posts
    0

    Need someone help me translate the code

    This is the code in VB.Net,
    i need it in C#,
    i had tried many way but no luck,
    unable to work,
    even using online translator or self translate also cant
    http://www.vbforums.com/showthread.php?t=523104
    Thanks,
    God bless you.

  2. #2
    Join Date
    Dec 2008
    Posts
    144

    Re: Need someone help me translate the code

    That code is just a complicated way of using an object without setting a reference to it. What are you actually trying to do?
    Code:
    if (Issue.Resolved)
    {
         ThreadTools.Click();
         MarkThreadResolved();
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured