Code:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms;
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms;
void OrientationTransform::RotateImage90(BYTE* data, int dataLength)
{
BYTE *dataTemp;
dataTemp = new BYTE[dataLength];
memcpy(dataTemp, data,
void CMainFrame::createProfile1()
{
prof1_flag = TRUE;
}
void CMainFrame::createProfile2()
if (!CreateProcess(L"C:\\Program Files\\Microsoft Office\\Office14\\OUTLOOK.EXE", L"/a \"test1.jpg\"",
Leave a comment: