Search found 6 matches

by K.puts
Wed Jan 23, 2013 1:47 pm
Forum: The PureBasic Form Designer
Topic: VBA Style - automatic Function Generator for possible Events
Replies: 1
Views: 1448

VBA Style - automatic Function Generator for possible Events

Would be cool if there would be a list of all possible events attached to every gadget
(like in VBA) and with a single button click the function will be pre-written in the
Event-File (based on the Button's Name - like in VBA, too).

Example:
Button1_LeftClick()
Button1_RightClick()

If the Button ...
by K.puts
Wed Jan 23, 2013 1:26 pm
Forum: The PureBasic Form Designer
Topic: Zoom Function
Replies: 0
Views: 1221

Zoom Function

It would be cool if there would be a Zoom to easily overview the whole GUI.
If it is a near Fullscreen GUI Application, without zooming it is very difficult to work with.
20% steps would be wonderful - or maybe just one single 50% step.
In this Zoom Mode it should be possible to design, too.

Thanx.
by K.puts
Wed Mar 28, 2007 5:33 pm
Forum: Game Programming
Topic: scanning for pixel colors in fullscreen window
Replies: 17
Views: 7503

Oh sorry, wasn't here for a long, long time. too long.

A color bot is a program for games, p.e. 3d shooters, that detects the color of textures(pixels) and aims on it automaticly, so u can hit ur targets.

u can use the color of of an enemy face or something like that, some detail on an enemy ...
by K.puts
Fri Sep 15, 2006 9:38 pm
Forum: Coding Questions
Topic: d3d screenshots -> returning RGB values and coordinates ?
Replies: 3
Views: 913

Hi,
wonderful, thanx for this information, i will see to get some infos about how the bits are sorted in memory after using this function - to handle them correct.

i am new in this stuff, i just wanted to prog a little color-choose and color-search tool and used getpixel_(), but it was aweful slow ...
by K.puts
Fri Sep 15, 2006 4:44 pm
Forum: Coding Questions
Topic: d3d screenshots -> returning RGB values and coordinates ?
Replies: 3
Views: 913

d3d screenshots -> returning RGB values and coordinates ?

hello,
i found code in this forum to make screenshots with d3d engine,
thank u very much for that !

is it possible to return the rgb values and x,y, coordinates from the captured image (in an array?), before saving as image.

this is the code :


If d3d\CreateDevice(#D3DADAPTER_DEFAULT ...
by K.puts
Thu Sep 14, 2006 5:41 pm
Forum: Game Programming
Topic: scanning for pixel colors in fullscreen window
Replies: 17
Views: 7503

Hi, is it a Color-Bot you try to prog ?