Hi,
2 monitors are connected to the computer. I need to get the Device Context from one and from the other. How it can be done ?
Hi,
2 monitors are connected to the computer. I need to get the Device Context from one and from the other. How it can be done ?
WITH OBJECT FW_VirtualScreen()
? :nTop, :nLeft, :nBottom, :nRight, :nWidth, :nHeight
ENDWITH OBJECT (oMonitor:= FW_GetMonitor( nthMonitor )
? :nTop, :nLeft, :nBottom, :nRight, :nWidth, :nHeight
ENDThank you, Mr.Rao !
Sorry I didn't understand - the FW_VirtualScreen() function returns an object of type TRect. How can I get DC from it ?