Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by PatCSharp

  1. PatCSharp

    Redim multiD array

    Since Redim does not exist in C#, How do I convert this in C#? Dim basePoints() As Double ReDim basePoints(AUTO_PTS - 1, 1)
  2. PatCSharp

    Question about Localization

    Chiph, I fully understand the steps described above but there is still something that I am not getting which is the translation part. How do I "take" the (i.e., MyApp.fr.resx) and give it to a french person to translate and then incorporate it back into the project? Somewhere in the...
  3. PatCSharp

    Question about Localization

    Once the default assembly(xxxxx.resx) is created from a localization project, how does one extract it from the project and send it out to be translated and how do you bring it back into the project?
  4. PatCSharp

    Can someone explain this line of code to me please?

    Thanks gents for the explanation. Now how do I mark this thread resolved?
  5. PatCSharp

    Can someone explain this line of code to me please?

    Can someone explain this line of code to me please? this.myTimer.Tick += new System.EventHandler(this.myTimer_Tick);

Part and Inventory Search

Back
Top