Search found 997 matches

by josku_x
Sun Sep 25, 2005 7:04 pm
Forum: Coding Questions
Topic: Draw transparent image with windows API?
Replies: 36
Views: 15458

hey, I tried that code, but it doesn't work :( I get just white image.
by josku_x
Sun Sep 25, 2005 6:44 pm
Forum: Coding Questions
Topic: Helloooo! I need help with DLLs..
Replies: 22
Views: 3918

Sorri, I was dumb, here is my code I REALLY want to use, I just gave that message thing as example.. look: ProcedureDLL draw_textfield(windowid,gadgetid,x,y,w,h,extra) CreateGadgetList(WindowID(windowid)) Select extra Case 1 StringGadget(gadgetid,x,y,w,h,"") Case 2 StringGadget(gadgetid,x,...
by josku_x
Sun Sep 25, 2005 6:42 pm
Forum: Coding Questions
Topic: Helloooo! I need help with DLLs..
Replies: 22
Views: 3918

sorry, I did only mention that messagebox thing, but let's say I want to draw a textfield...?

I get only blank window even if I use in the code CreateGadgetList(WindowID(the_window_id))
by josku_x
Sat Sep 24, 2005 3:18 pm
Forum: Coding Questions
Topic: Helloooo! I need help with DLLs..
Replies: 22
Views: 3918

I maybe know why this doesn't work, because, how can the DLL draw something in a window it doesn't know?

is there a way I can use WindowID() with this???
by josku_x
Sat Sep 24, 2005 3:16 pm
Forum: Coding Questions
Topic: Helloooo! I need help with DLLs..
Replies: 22
Views: 3918

It still is not working :(

I tried to access the DLL through one of my c++ applications, when called, nothing happens :(


is this me or is this something I don't understand?
by josku_x
Sat Sep 24, 2005 2:46 pm
Forum: Coding Questions
Topic: Helloooo! I need help with DLLs..
Replies: 22
Views: 3918

sorry, the id$ should be a number, so it would be then only id, right?
by josku_x
Sat Sep 24, 2005 2:23 pm
Forum: Coding Questions
Topic: Helloooo! I need help with DLLs..
Replies: 22
Views: 3918

Helloooo! I need help with DLLs..

Hello! This is my first post here in the forum, and I was learning Purebasic, it came out I have skills and I am very good with it. I started to make a DLL, the project went fine, but I just can't fix this problem: ProcedureDLL show_message(id$) Select id$ Case 1 MessageRequester("Test", &...