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 SkipVought 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: kup
  • Order by date
  1. kup

    Microsoft Visual Basic.NET beta 2

    I want to test my Visual Basic.NET program created on my PC on a PC where Microsoft Visual Studio.NET is not installed. On my PC runs Microsoft Visual Studio.NET beta 2 (.NET-framework v1.0.2914), on the other PC I have installed the newest version of the .NET-framework (v1.0.3705). Executing a...
  2. kup

    Using fputws and fwprintf with unicode files.

    I want to write unicode strings into a unicode file, whereby the strings themselves have been read from another unicode file. The problem is that the end of the string (0dh 00h 0ah 00h) is never written correctly. fputws writes 0d 0a 00 0d 0a 00 instead and fwprintf writes 0d 0a In both cases...
  3. kup

    Unicode characters in a form caption

    My problem is that I have to use unicode characters in my Project. With the Forms 2.0 controls it works but it doesn't work in a form caption. I only get cryptic characters in the windows title. What can I do? (I am using Windows 2000 (german) and Visual Basic 6.0)

Part and Inventory Search

Back
Top