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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mihk

  1. mihk

    How to make a program with the Windows interface?

    There are some classes that will help you to create html interfaces. Among them I think you should look first for CHtmlView, CDHtmlDialog, CMultiPageDHtmlDialog in MFC Library Reference and after that for those CHtml... like classes that do some html stuffs more or less.
  2. mihk

    Need help with a function....

    I thought it would help you, even if it is not exactly what you intended in your cpp source. // console_060106_6pm.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <stdio.h> #include <tchar.h> #include <stdlib.h> #include <fstream.h> int _tmain(int...
  3. mihk

    Sending a Hex value over the serial port

    I'm not sure it works , still look at it for a second.. // com_050106_7pm.cpp : Defines the entry point for the console application. // #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { DCB dcb; HANDLE hCom; BOOL fSuccess; char *pcCommPort = "COM2"; hCom =...
  4. mihk

    problem with buffer in fread and fwite functions

    the code is good, remove fflush(fp); mihk

Part and Inventory Search

Back
Top