HI all freaks. Newly I try to code ASM in Purebasic. Here the first try: Declare MyTest(dwoffset.l,anza.l) testa.s=" DFDGHJKGHJKGbHJKDHSKJGADHJKHGJ" ; test.s= "" a=MyTest(@testa,Len(testa)) Debug a MessageRequester("ASM Example", "Should be 101: "+Str(a), 0) End Procedure.l MyTest(dwoffset.l,anz.l ...
HI all here
I`m still a newbie, this code seems not to work with winxp Sp2
the MP3 load function gives back a false I=277 Line (24 FF )
What is wrong ?!?! I tried it out with PB3.90 and 3.92.
can someone Help me ?!?!
My api dokumentation tells me to give the WindowFromPoint_ funktion an strukture of a point The WindowFromPoint function retrieves the handle of the window that contains the specified point.
HWND WindowFromPoint(
POINT Point // structure with point ); but when i try to do this in ...
I need the handle of a window a a specific point f.e. at 30,40 or somewhere else on the screen ,but i do not find a API call for this. Does someone know a funktion ? ( WINDOWS )
I want to simulate the following think: Go with the mouse to one point ; press mousekey one ; go to another point ...
I do not want to code the chess programm itselfs.
There are several programs like Fritz or Genius but then do not communicate with all of them. So I like to make them play against each other that way
I want to Programm something that reads out the Top screen and analyse it ( in real I want to find a chess board ) I can get the primary screen in a DC now i must find a rectangle in it therefor I need the point(X,Y) colors of the DC but I cant find a function for this.
runs , but in the win32-SDK-file they wrote The calling application must ensure that the buffer is large enough to hold the selected text. For me it's ok because I know the maximum but ...