Im trying to write a class thats inherits from CFormView. Its easy to include it in a MFC application project, but I want to make a separate project with this class in the form of a static library to be used in the main project.
The problem is that there is only options to do MFC DLL and MFC...
Hello,
I would like to have buttons in a toolbar working like radio buttons, when one in the group is pressed, the others are released. I had success already in making them work like checkboxes (hold/release) using this:
tb.SetButtonStyle(0,TBBS_CHECKGROUP);
I have tried to make the radio...
Hello
I am trying to learn to use libpcap, but Im having a few
problems. I found a good tutorial by Tim Carstens. There is
an example in the tutorial that I can compile with no
problems. When I try to run it on FreeBSD it doesnt capture any packet! And when I run it on Linux pcap_next returns...
Hi,
I am working on a program that uses the browser control.
When the user holds Ctrl+N, a new internet explorer
browser opens. How can I avoid this? I don't want to
let the user have another web browser.
Thanks.
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.