Search found 319 matches

by TbbW
May 29, 2011 1:55
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269706

VANYA wrote:Please excuse me, corrected.
In addition, available online Help: http://games-freeware.narod.ru/Freebasi ... indow9.htm

Encoding: "Cyrillic Windows-1251"
Maby try to write it in english and we can all help out in checking the spelling and gramma from you :)
by TbbW
Nov 07, 2010 7:48
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 149471

Anyone know how to use a custom grafic controle ?

One to set the grafic from fbgfx or simular :)

So far iwe only seen load picture into a controle but i might be looking at a totaly wrong spot.
by TbbW
Nov 06, 2010 18:59
Forum: Hardware Interfaces / Communication
Topic: Disco leds.
Replies: 2
Views: 3103

Seems the silicon diode is the best option doh :)

Since i'm going to hook this one up to a 12Volt signal repeater so i then can run the 15meter strip i got along the walls in the cealing :)
by TbbW
Nov 05, 2010 19:59
Forum: Hardware Interfaces / Communication
Topic: Disco leds.
Replies: 2
Views: 3103

Disco leds.

Yo! Been working on getting some leds working with my computer in abit better fasion then just on or off that most ppl have seen tutorials on with the paralel port from the 90s. I found on ebay these realy slick led strips from 30cm to 5meters in length so i wanted to put three 5 meter strips in my ...
by TbbW
Nov 05, 2010 17:40
Forum: Windows
Topic: Fetching the pixel color outside you'r app.
Replies: 8
Views: 3035

counting_pine wrote:@TbbW, Ordinarily I'd agree about spelling pedantry, but "you'r" is a particularly egregious error. Are you doing it deliberately?
First post, no call it a slip on the kboard.

Third post, yes.
by TbbW
Nov 05, 2010 15:21
Forum: Windows
Topic: Fetching the pixel color outside you'r app.
Replies: 8
Views: 3035

By the way, it's "your", not "you'r". Your = something that belongs to you, something that is yours. You're = a short version of "you are". "You're going home to your wife." That post you just did contributed absolutly 0 to this or any other topic of this for...
by TbbW
Nov 01, 2010 2:00
Forum: Windows
Topic: Fetching the pixel color outside you'r app.
Replies: 8
Views: 3035

Got the answer from mysoft on irc:

Code: Select all

dim as hdc ScreenDC = GetDC(GetDesktopWindow())
dim as uinteger BGRA = GetPixel(ScreenDC,X,Y)
by TbbW
Nov 01, 2010 1:52
Forum: Windows
Topic: Fetching the pixel color outside you'r app.
Replies: 8
Views: 3035

Fetching the pixel color outside you'r app.

Anyone know how to get the color of a pixel outside you'r FB app ?

As if the color of you'r background pic on you'r desktop is green then it returns green.

Or if i where to move a window over the cordinate where it's monitoring it would return a diffrent color.
by TbbW
Sep 22, 2010 22:39
Forum: General
Topic: Intel Atom no likes FBGFX?
Replies: 16
Views: 3459

Landeel wrote:
ION on the other hand are alot better but not superb.
A bit OT, but I heard ION overheats a lot. Is this true?
Depends on the cooling ;)
by TbbW
Sep 13, 2010 5:44
Forum: General
Topic: Intel Atom no likes FBGFX?
Replies: 16
Views: 3459

The Gfx cards on the first gen Atom boards realy sucks.

ION on the other hand are alot better but not superb.
by TbbW
Sep 13, 2010 5:29
Forum: General
Topic: Shell, Exec, Chain or Run return output to string.
Replies: 2
Views: 1216

Shell, Exec, Chain or Run return output to string.

Anyone know of a way to start an consol app from you'r program and get that programs output back into a string ?

One realy... realy... dirty way would be to:
echo test >> tmp-file.txt

and then opening that txt file for input but there must be a simpler way :P
by TbbW
Nov 15, 2009 22:20
Forum: General
Topic: FB 64bit
Replies: 33
Views: 8076

Well... if i wanted to use pascall i would not shave or shower for a mounth and just not post about wanting 64bit in FBC on this forum. brybry: no offence mate but saying u want and dont have time is basicly a waste of time itself ;) And yes i would like both 64bit and ARM support in FBC since i bot...
by TbbW
Nov 13, 2009 13:37
Forum: General
Topic: FB 64bit
Replies: 33
Views: 8076

So in other words... if you want 64bit support within a year or two your better off using C/C++ ? Like C/C++ are the only languages with a 64-bit compiler!?!? Well since C was mentioned i used that as an example. If he would have used Cobol as an example i would have mentioned that. Seems there is ...
by TbbW
Sep 27, 2009 19:43
Forum: Hardware Interfaces / Communication
Topic: Girl Problems...
Replies: 12
Views: 5741

Wow... you let you'r girl manhandle you'r computer?
by TbbW
Sep 27, 2009 19:41
Forum: Hardware Interfaces / Communication
Topic: UCLinux /ARM Linux support?
Replies: 4
Views: 4030

Mjeah iwe have plans on playing around with the ARM9 but seems you hafto use C/C++ since there seems to be issues making FB support anything exept for 32bit.