Search found 44 matches

by Aqua32
Oct 18, 2006 22:50
Forum: Beginners
Topic: How do I use GDI+ in FB?
Replies: 4
Views: 2266

Thanks for your replies. That helps a lot..

MichaelW, strange - that's the exact page I use for a reference! Very nice reference IMO.
by Aqua32
Oct 18, 2006 4:16
Forum: Beginners
Topic: How do I use GDI+ in FB?
Replies: 4
Views: 2266

How do I use GDI+ in FB?

I was just trying to compile something and it says that FB couldn't find -lgdiplus .. Example that uses the gdiplus.dll Declare Function GdiplusStartup Lib "gdiplus.dll" _ (ByRef token as Integer, inputbuf as GdiplusStartupInput, unused as Integer) as Integer Can't I call external function...
by Aqua32
Nov 07, 2005 4:34
Forum: Windows
Topic: Cant figure out how to send this message...
Replies: 11
Views: 4611

Well, the reason I said I could wait is because every time I try to instsall the .15 nothing works :-) Maybe Im just dense.
by Aqua32
Nov 04, 2005 16:00
Forum: Windows
Topic: Cant figure out how to send this message...
Replies: 11
Views: 4611

Great! I cant wait!.. Well, actually I can :-) Thanks.
by Aqua32
Nov 04, 2005 5:10
Forum: Windows
Topic: Cant figure out how to send this message...
Replies: 11
Views: 4611

But Ive tried that too! '' '' Dialog Example, by fsw '' '' compile with: fbc -s gui dialog.rc dialog.bas '' '' option explicit #INCLUDE ONCE "win/kernel32.bi" #INCLUDE ONCE "win/user32.bi" #include "testapp.bi" declare function DlgProc(byval hWnd as long, byval uMsg as ...
by Aqua32
Nov 04, 2005 3:32
Forum: Windows
Topic: Cant figure out how to send this message...
Replies: 11
Views: 4611

Cant figure out how to send this message...

In BOTH my app and the forum! lol. case WM_SIZE DIM st as STRING st = "Hmmm" SendMessage(listbox1,LB_ADDSTRING,0,st) It just puts 3 letters in my listbox.. SendMessage(listbox1,LB_ADDSTRING,0,"Hmmm") works though. I have tried using a STRING PTR and a bunch of other stuff but not...
by Aqua32
Oct 19, 2005 5:13
Forum: General
Topic: How close?
Replies: 10
Views: 3469

Ive been a n00b since (1984?) on the Tandy CoCo 2 drawing circles and squares. Ahhh.. The memories.

Way to put it jofers.
by Aqua32
Oct 18, 2005 1:34
Forum: Beginners
Topic: Strings no making sense anymore!!!
Replies: 6
Views: 2974

Why return a string from a MsgBox? The only reason that message box was in there is because I wanted to see why my function was returning "H#N2" or whatever it was.. I wanted to see if the string was correct going *into* and *inside* my fb function so I messageboxed the in_str... I use me...
by Aqua32
Oct 16, 2005 4:38
Forum: Beginners
Topic: Strings no making sense anymore!!!
Replies: 6
Views: 2974

Wow.. Thank you very much. I appreciate that!! :-)
by Aqua32
Oct 16, 2005 4:06
Forum: Beginners
Topic: Strings no making sense anymore!!!
Replies: 6
Views: 2974

Thanks for the reply but Im just not getting it.. Oh well.
by Aqua32
Oct 16, 2005 2:50
Forum: Beginners
Topic: Strings no making sense anymore!!!
Replies: 6
Views: 2974

Strings no making sense anymore!!!

Im getting frustrated here.. Any help would be appreciated. Okay.. So I have this RapidQ code: declare function MyStr lib "fbdt.dll" alias "MyStr@4" (byval str_in as string) as string DIM hmm AS STRING hmm = MyStr("Hello") showmessage hmm and I have this FB code: Declar...
by Aqua32
Oct 15, 2005 6:03
Forum: General
Topic: cannot find luserenv.dll ??
Replies: 10
Views: 3379

Way to go :-) Thanks much..

Actually I have looked up some of the functions that are in the userenv.dll on msdn and thay arent even listed there! So these functions are probably the only documented ones anyways.

Thanks again.
by Aqua32
Oct 14, 2005 8:53
Forum: General
Topic: Try this...
Replies: 10
Views: 3719

1.5.4 - Sorry... Won't compile if I uncomment last 2 lines :-/
by Aqua32
Oct 14, 2005 8:46
Forum: General
Topic: cannot find luserenv.dll ??
Replies: 10
Views: 3379

Im no n00b to programming.. Just a little ignorant on *some* things Ive never done before.. And I DO study a bit before/while asking questions. Thanks v1ctor, but Ive got one problem.. When I look at the exports of the userenv.dll (with PExports, Dependency Walker, dllexp.exe) it doesnt show the man...
by Aqua32
Oct 14, 2005 2:33
Forum: General
Topic: cannot find luserenv.dll ??
Replies: 10
Views: 3379

Maybe you should read my post. You have no idea what youre talking about.

My DLL is not missing. The userenv.dll.a is missing from the FreeBASIC distribution. Take a break. You need it.

WTF?