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

    Unix timestamp on visual c++

    Hello, how can I get the unix timestamp of the present time on visual c++? Thanks.
  2. datapath

    MFC class in static library

    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...
  3. datapath

    radio button in toolbar

    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...
  4. datapath

    problem using pcap

    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...
  5. datapath

    Disabling Ctrl+N in browser

    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.

Part and Inventory Search

Back
Top