Thanks Frankie but i could not get one created let alone opened
using wchar_t
as in
static void OpenFiles(wchar_t filname[],int opt)
{
i am still triggering file not opened message
i have even tried a full path
using
HINSTANCE hInstance = GetModuleHandle(NULL);
wchar_t szFileName[MAX_PATH];
GetModuleFileName(hInstance,szFileName, MAX_PATH);
Still no joy
Is this something to do with WM5
??
should i use createfile structure in win32 API
any further advice would be useful...
BTIA grom-it