Hello Guys,
i have problem in my project, i'm using WIN API when i make the CreatewindowEx like this:
Handle:= CreateWindowEx(WS_EX_TOOLWINDOW,'Classname','Title',WS_SYSMENU or WS_VISIBLE,0,0,80,80,0,0,Instancia,nil);
the socket dont work [IMG]http://www.devarchive.com/forum/images/smiles/icon_exclaim.gif[/IMG]
and if make it like this:
Handle:= CreateWindowEx(WS_EX_TOOLWINDOW,'Classname','Title',WS_SYSMENU or WS_VISIBLE,1,1,80,80,1,1,Instancia,nil);
the socket work and everything ok! so whats the problem with it?? i understood the socket work if the handle return null if it's not the socket dont work!! can i have help pls ... and sorry for my bad language [IMG]http://www.devarchive.com/forum/images/smiles/icon_sad.gif[/IMG]