ejecutable
Publicado por sebastian (244 intervenciones) el 10/06/2011 19:50:20
Hola programadores tengo este codigo en mi prg, lo que necesito es ocultar la ventana de vfp que aparece detras de mi programa o que esa ventana que aparece atras por lo menos este anclado a mi formulario principal.
set exact off
set exclusive off
SET MULTILOCKS ON
SET CENTURY ON
Set talk off
set dele on
SET STATUS BAR OFF
set clock status
set echo off
SET SYSMENU TO
SET CARRY OFF
SET NOTIFY OFF
SET BELL OFF
SET DATE TO DMY
set help off
SET EXCL OFF
SET ESCAPE ON
set path to
set path to 'data, excel, form, graf, info, menu, prog'
WITH _Screen
.caption = 'Sistema de Control de Unidades'
.windowstate = 2
.closable=.f.
endwith
do form clave
read events
set exact off
set exclusive off
SET MULTILOCKS ON
SET CENTURY ON
Set talk off
set dele on
SET STATUS BAR OFF
set clock status
set echo off
SET SYSMENU TO
SET CARRY OFF
SET NOTIFY OFF
SET BELL OFF
SET DATE TO DMY
set help off
SET EXCL OFF
SET ESCAPE ON
set path to
set path to 'data, excel, form, graf, info, menu, prog'
WITH _Screen
.caption = 'Sistema de Control de Unidades'
.windowstate = 2
.closable=.f.
endwith
do form clave
read events
Valora esta pregunta


0