-
Posts
285 -
Joined
-
Last visited
Reputation Activity
-
EmptySpace reacted to nairb in embedded firefox?
check out the mozilla developer help here about embedded gecko which is the layout engine used by firefox.
most likely you would not need to embed all of firefox. just the engine, and some interface options you pick your self.
If you find that you need more, you can look into the embedded mozilla project here
hope this helps
-
EmptySpace reacted to Glyph in Remote control (ARC)
Line 221-222 (multi_server.au3)
Local $aRet = DLLCall("Ws2_32.dll","int","getpeername","int",$SHOCKET, _ "ptr",DLLStructGetPtr($sockaddr),"int*",DLLStructGetSize($sockaddr))
fixed.