Code: Select all
Dialog>Dialog10
Caption=Licensed to %Licensedto%
Width=384
Height=309
Top=CENTER
Left=CENTER
Max=0
Min=0
Close=1
Resize=0
Edit=msEdit1,24,88,33,
Edit=msEdit2,24,112,33,
Edit=msEdit3,24,136,33,
Edit=msEdit4,24,160,33,
Edit=msEdit5,24,184,33,
ComboBox=msComboBox1,88,88,97,%listvalue%
ComboBox=msComboBox2,88,112,97,%listvalue%
ComboBox=msComboBox3,88,136,97,%listvalue%
ComboBox=msComboBox4,88,160,97,%listvalue%
ComboBox=msComboBox5,88,184,97,%listvalue%
Label=Extract Pages,12,64,true
Label=Section Name,96,64,true
Label=Format for Extract Pages:,224,88,true
Label=To Extract pages 1 trrough 3,216,112,true
Label=Enter 1-3 in Extract Pages Box,216,128,true
Label=To Extract Pages 4 to the End,216,152,true
Label=of the Document,216,168,true
Label=Enter 4-L in Extract Pages Box,216,184,true
Button=Continue,104,216,75,25,1
Button=Exit,178,216,75,25,2
Label=Copyright© eDocFile Inc. 2004-2007,88,248,true
Image=C:\Point_PDF_Filer\images\Separatesections1.bmp,0,0,433,49
EndDialog>Dialog10
END>nochangesectionname
Show>Dialog10
Label>ExtractLoop
Let>HWND_TOPMOST=-1
Let>HWND_NOTOPMOST=-2
Let>SWP_NOSIZE=1
Let>SWP_NOMOVE=2
Let>SWP_NOACTIVATE=16
Let>SWP_SHOWWINDOW=64
LibFunc>user32,FindWindowA,dhwnd,TForm,Licensed to %Licensedto%
Let>Flags={%SWP_NOACTIVATE% Or %SWP_SHOWWINDOW% Or %SWP_NOMOVE% Or %SWP_NOSIZE%}
LibFunc>User32,SetWindowPos,swpr,dhwnd,HWND_TOPMOST,0,0,0,0,Flags
GetDialogAction>Dialog10,r
If>r=1,Extractthepages
If>r=2,EndofSub
Wait>2
Goto>ExtractLoop