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 gkittelson 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: *

  1. MarkPQ

    Member Variables/Function auto complete popup

    Hi All, I'm making an MFC Extension DLL and I want to know if I can get it to do the listbox popup in my application that uses the dll to show me the member variables and functions. Sometimes I am getting a list box with only derived members, other times I dont get anything. The functions are...
  2. MarkPQ

    Creating Threads

    James, I'm a really newbie to threading as well, I'm about to encounter my first project using them! So I've been doing a bit of reasearch and thing I can actually see what is wrong with your code. The problem appears to be that your main thread is terminating before the new thread is getting...
  3. MarkPQ

    Rich Edit Scrolling too much

    Solved the problem already, It was autoscrolling at the same time (Hence 2 scrolls) so I just have to call the linescroll function when I get to the line where I want to begin scrolling!
  4. MarkPQ

    Rich Edit Scrolling too much

    I'm having a problem with a rich edit control in my dialog app! I want to use the Rich Edit box to display messages on the status of serial communcations, basically as a debugging tool. Anyway, I've made it 15 lines long and I want to have the newest line placed at the bottom and have the...
  5. MarkPQ

    Dialogs Help

    Hi All, I'm making an application that is connecting to numerous brands of devices through different protocols (ie serial, FTP, telnet). I'm ok with programming the functionlity of the communication stuff but I'm getting bogged down on the windows end of the programming because its all new to...
  6. MarkPQ

    Changing Button Function

    Thanks . . . That's perfect! hehehe, I knew it'd be something simple, but I guess the only way you get to learn about all the functions you have available is by using them over time, and I guess you have to start somewhere! Thanks again!
  7. MarkPQ

    Changing Button Function

    Hi All, I'm currently making my first dialog application in VC++ and I am learning several things all at once and its becoming a bit overwhelming. I'm making an application that connects to a serial device and gets data from it. What I want to do is have a button that normally displays...

Part and Inventory Search

Back
Top