Search results for query: *

  • Users: amakeler
  • Content: Threads
  • Order by date
  1. A

    How do you align text in textboxes (left, center, right)

    Hi all, I am using Visual Basic 2008 Express Edition. I have completed a small Windows app. On the way I noticed that I couldn't find a way of aligning the text in my text boxes (in Office VBA, which I know quite well, this would be the TextAlign property, with values TextAlignLeft...
  2. A

    How do you "Find" a substring in StringBuilder?

    Hi all, How do you Find a substring in StringBuilder? E.g., I want it to tell me if there is substring in a string, and if so, what's its position is. I can see a Replace member but not a Find member. Maybe there is some way of using the Replace op also as a Find op? TIA - avi
  3. A

    Question What is the latest and greatest way of doing strings in .Net VB / C++ / C# ?

    Hi all, RE: What is the latest and greatest way of doing strings in .Net VB / C++ / C# ? Using Visual Express 2008. I am designing an "Intro to Programming" course for tech writers. I am writing sample code in a number of languages. Pray tell me what is the latest and greatest way of...
Back
Top