Excel + WebGadget
Posted: Sun May 01, 2011 9:29 pm
Hi,
I have following small code:
Does anyone know, why the design of those "embedded Excel-files" doesn`t look like the same?
Win7 Sp1 + Office2007
thx
I have following small code:
Code: Select all
excelfile1.s="Mappe1.xls"
excelfile2.s="Mappe2.xls"
If OpenWindow(0, 220, 0, 600, 400, "Test", #PB_Window_SystemMenu | #PB_Window_SizeGadget | #PB_Window_TitleBar )
WebGadget(0, 35, 30, 525, 150, excelfile2)
WebGadget(1, 35, 215, 525, 150, excelfile1)
EndIf
Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow
Win7 Sp1 + Office2007
thx