Hello Everyone,
I'm trying to create a TGraph control on a Folder (tab) that's defined in a resource file. Using the TestFold.prg sample program as a starting point, I modified the Sub2 tab in TestFold.rc to be:
sub2 DIALOG 18, 18, 142, 67
STYLE WS_CHILD | 4
{
CONTROL "", 120, "TGraph", 0x00000000, 3, 15, 260, 135
}
This was based on a suggestion by Stefan Haupt in a September 13th post concerning TGraph and resource files. But with the above change, I get the following runtime error:
Error description: Error FiveWin/3 Cannot create Dialog Box:
Resource: Sub2
Does anyone know the proper way to do this? The main thing is getting a TGraph control on a folder tab. I would be fine with doing it in code if using a resource file presents a problem.
Thanks!