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!

Search results for query: *

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

    How to handle multiple dialog boxes with one class?

    I have a class (derived from CDialog) that displays a dialog and processes the input. Now I need another dialog that has many similar properties to the one described above and should be opened instead, based on some criteria. I would like to handle both of these dialog boxes through the same...
  2. Realazad

    Another question on List Box

    Hi All, A little background about the problem - My MFC Dialog based app uses a ListBox as a reservoir of data. I write my incoming transactions to this ListBox and if the user so wishes, I retrieve data from the selected entries (for variety of purposes - saving to file, copy to Clipboard etc)...
  3. Realazad

    A class similar to CString

    Hi all, in my current work so far I have been using CStrings extensively, but now I am told that my data is not restricted to strings and can be any kind of "byte". Does anyone know of a class or has example that works similar to CString (in terms of functions etc) but works on...
  4. Realazad

    String to integer - Please HELP

    This may probably be too trivial but I can not think anymore and I am completely stuck. This is the problem - I am receiving a string (5 digits long) from another computer (over a socket), and I need to convert it to an integer like this - In String- "00275" Understand it as...
  5. Realazad

    Problem with CSharedFile

    Hello everyone, Has anyone ever used the class CSharedFile. I was trying to implement the clipboard copy functionality (as I found in one MSDN article) that uses CSharedFile. My problem is that the compiler keeps giving me the "error C2065: 'CSharedFile' : undeclared identifier" error...
  6. Realazad

    Color of List box entries

    Hi All, I have a dialog based app consisting of a List box. I want to change the color of the entries that I add to the list box. Is it possible? How? Thanks a lot Azad
  7. Realazad

    Another List Box Question

    Hi All, I am new C++ programmer so please bear with me if I ask a basic (or stupid) question. I have written a dialogue based application in MSVC++, and it has, among oter things, a List Box. Everything else works OK, but when I add an entry to list box that is wider than the List box...

Part and Inventory Search

Back
Top