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...
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...
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!
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...
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...
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!
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.