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.
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...
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 =...
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.