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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JesseM1
  • Content: Threads
  • Order by date
  1. JesseM1

    how long can strings be?

    How long can a System.String be? I know that the Length() method returns a signed Int32, so it probably can't exceed 2^31 (2 billion something) characters. Does anyone know if its length is further restricted to a smaller maximum?
  2. JesseM1

    2.0 framework being evil?

    My boss has the 2.0 framework and 1.1 framework installed on his machine, and my developer machine has only the 1.1 framework installed. I have a project written in C# in Visual Studio 2003 (not using unsafe code), and it always runs fine on my machine, but it keeps getting...
  3. JesseM1

    rendering .xls Excel files

    I'm currently writing an application that compiles a lot of information to PDF, including Excel files. I was hoping to find some way of rendering an Excel spreadsheet without using Excel. Let me explain: All the products out there that print Excel to PDF, export Excel sheets to JPEG or BMP...

Part and Inventory Search

Back
Top