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 bkrike 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: KSW2
  • Content: Threads
  • Order by date
  1. KSW2

    Win32 Installation Code

    Anyone know of good, low or no cost, Win32 installation C++ source code? Looking for something simple without a lot of frills. I was using one from Borland, but I don't use Borland C anymore and the code is not really up with new operating systems.
  2. KSW2

    ASCII/ANSI Greek characters

    Visual C++/Windows character questsion: Is there any easy way to imbed some Greek characters (particularly, theta and phi) into a C++ character string for use in the SetDlgItemText command? I used to be able to print them using ASCII decimal codes 233 and 237 on older DOS C compilers (Borland)...
  3. KSW2

    Problems w/ GlobalFree

    Using GlobalAlloc to create space for large vectors whose size needs to be defined and often changed during runtime. I thought I was being careful by using GlobalFree to free the space when no longer needed and before new vector sizes are allocated. When I do this, however, I get random (but...
  4. KSW2

    Visual C++ Windows/ME poblems

    I have a graphics application written in Visual C++ Standard and Windows Win32. I draws simple pictures using only a few diferent pens and brushes. It works perfectly on NT but on Windows/ME the colors go all black and the screen text disappears after only a few repaints. I suspected object...

Part and Inventory Search

Back
Top