Search found 5 matches

by okman
Mon May 31, 2004 8:21 am
Forum: Coding Questions
Topic: urldownloadtofile
Replies: 5
Views: 4235

urldownloadtofile

urldownloadtofile downloads a file from the net to the desination. i have used this command many times in cpp . but guys is there a way i can capture the progress of the file being dloaded? cause the window just becomes inactive, nothing can be done in the window while dloading is on. so is there a ...
by okman
Sun May 30, 2004 5:55 am
Forum: Coding Questions
Topic: reciving a handle as an argument.
Replies: 3
Views: 1258

reciving a handle as an argument.

i am making a dll to close the window calling it. i want to include an argument of HWND type. how do i do it. i tried this

proceduredll clswin(HWND hand)

but pb gives me error. so is there ne other way. see the program using the dll can return its handle to the hand argument.
by okman
Thu May 27, 2004 5:06 am
Forum: Coding Questions
Topic: dlls
Replies: 4
Views: 1680

still doesnt work

still the window doesnt close when clicked on x. :(
by okman
Wed May 26, 2004 12:39 pm
Forum: General Discussion
Topic: compiler
Replies: 4
Views: 1680

compiler

guyz i was deciding to create some sort of program like pb itself using pb. an idea striked me. is it possible to alter a text file which has been embedded into another program using pb. my concept is here. its not always necessary to create a full machine code exe. this is very basic. i create an ...
by okman
Fri May 21, 2004 5:14 pm
Forum: Coding Questions
Topic: dlls
Replies: 4
Views: 1680

dlls

guys i just made a dll to use with gamemaker. (gamemaker.nl) my objective was to prepare a dll to add an extra window to gm form(using the openwindow command in pb).

heres my code


ProcedureDLL MyWin(Message$)

OpenWindow(0, 100, 200, 195, 260, #PB_Window_SystemMenu | #PB_Window_MinimizeGadget ...