whàt's wrong?
 
my code started Excel and Word  and i want these Apllication.Windows be arranged on Desktop:
 
but this fails:
 
TileWindows(0, MDITILE_HORIZONTAL,screen.WorkAreaRect,high(MyHandles),@MyHandles);
 
Message:
"unit1.pas(897,84) Error: Call by var for arg no. 5 has to match exactly: Got "Pointer" expected "LongWord"
 
MyHandles is a array of HWND.
 
How to pass this array to the function?
 
 
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to