thawatwong
Instructor
Hi all,
My project compose of 1 form(mainf.scx) and one .prg file contain this code:
SET DEFAULT TO f:\temp\test
SET PATH TO f:\temp\test\forms;f:\temp\test\progs;
_screen.Visible=.f.
SET SYSMENU OFF
DO FORM mainf
READ EVENTS
And in the form, I created a button store this code in click event:
CLEAR EVENTS
thisform.Release
After I build exe file(store in f:\temp\test\test.exe),when I run an exe file I didn't see anything.Help please.Thank for all response.
thawatwong@msu.ac.th
My project compose of 1 form(mainf.scx) and one .prg file contain this code:
SET DEFAULT TO f:\temp\test
SET PATH TO f:\temp\test\forms;f:\temp\test\progs;
_screen.Visible=.f.
SET SYSMENU OFF
DO FORM mainf
READ EVENTS
And in the form, I created a button store this code in click event:
CLEAR EVENTS
thisform.Release
After I build exe file(store in f:\temp\test\test.exe),when I run an exe file I didn't see anything.Help please.Thank for all response.
thawatwong@msu.ac.th