Search found 26 matches

by Machiavelli
Tue Oct 10, 2017 1:19 pm
Forum: Windows
Topic: TreeGadget resizing
Replies: 2
Views: 1825

TreeGadget resizing

Hello

I have a window with one TreeGadget on the left, second TreeGadget on the right, and the PanelGadget between them (so i can't use splittergadget)
Is there any way to make treegadgets resizeable with mouse? (only horizontally)
I've tried to detect mouse clicks over the edge of the gadget and ...
by Machiavelli
Thu Jan 29, 2015 3:13 am
Forum: Game Programming
Topic: Joystick emulation
Replies: 0
Views: 2695

Joystick emulation

Has anyone tried to achieve it with PB?
I can do some stuff using PPJoy emulator plus GlovePie scripts but I have no clue how does it sends commands to the virtual joystick.
There's also the vJoy emulator that has it's SDK and some sources but it's c++ and i'm trying to translate it now (with no ...
by Machiavelli
Sun Jun 30, 2013 10:35 pm
Forum: Coding Questions
Topic: [?] Remote Oracle DB
Replies: 3
Views: 931

Re: [?] Remote Oracle DB

Well, i do have the driver. But i cant find anything about connecting to remote DB in the help and OpenDatabase() receives only db name, login and password as parameters, nothing about the DB host.
by Machiavelli
Sun Jun 30, 2013 10:16 pm
Forum: Coding Questions
Topic: [?] Remote Oracle DB
Replies: 3
Views: 931

[?] Remote Oracle DB

What do I have:
Oracle DB located in the network,
Oracle FORMS 6i with which i can connect to the database (using only login / password / db name)
I've found out that OF6i connects to 192.168.1.11:1521 to access the DB

Can I access the same DB with PB commands? Or UseODBCDatabase() / OpenDatabase ...
by Machiavelli
Wed Aug 10, 2011 1:26 am
Forum: Game Programming
Topic: directx 9 endscene hook
Replies: 17
Views: 15562

Re: directx 9 endscene hook

after endscene is hook you got the device pointer from arguments

Procedure myEndscene(*adevice)
;first argument is the device address
*device=*adevice ;

u can do everything with the device like create a new font with D3DXCreateFont
I tried, but the target app is crashes everytime.
Is ...
by Machiavelli
Sat Aug 06, 2011 8:12 pm
Forum: Game Programming
Topic: directx 9 endscene hook
Replies: 17
Views: 15562

Re: directx 9 endscene hook

But how to draw some text?
by Machiavelli
Wed Aug 25, 2010 12:47 pm
Forum: Coding Questions
Topic: Drawing to a full screen DirectX application
Replies: 15
Views: 9936

Re: Drawing to a full screen DirectX application

Code from that thread works only with static sprites?
by Machiavelli
Sat Jul 10, 2010 4:39 pm
Forum: Coding Questions
Topic: Simple sniffer, promisc mode.
Replies: 4
Views: 3791

Re: Simple sniffer, promisc mode.

Fred wrote:May be you need to have the admin rights ?
I have it.
by Machiavelli
Sat Jul 10, 2010 4:36 pm
Forum: Coding Questions
Topic: Simple sniffer, promisc mode.
Replies: 4
Views: 3791

Simple sniffer, promisc mode.

; Sniffer (C) SAM 2008

EnableExplicit

#SIO_RCVALL=$98000001
#WSA_VER = $202
#MAX_BUFF=$10000

;-ip заголовок RFC 791
Structure IPHeader
iph_verlen.b ; версия и длина заголовка
iph_tos.b ; тип сервиса
iph_length.w ; длина всего пакета
iph_id.w ; Идентификация
iph_offset.w ; флаги и ...
by Machiavelli
Mon Oct 05, 2009 7:33 pm
Forum: Coding Questions
Topic: Fullscreen detecting.
Replies: 2
Views: 1070

Re: Fullscreen detecting.

Fluid Byte wrote:Which API? Fullscreen or exclusive fullscreen? What you are trying to accomplish at all? A little more details please ...
Any graphical exclusive fullscreen windows, which uses DX or OGL. Just need to get handle of that windows.
by Machiavelli
Mon Oct 05, 2009 7:31 pm
Forum: Announcement
Topic: N3XTD: 3D engine
Replies: 201
Views: 105409

Re: N3XTD: 3D engine

Thalius wrote:worked ? :)
Yes, just with MSVC SP1 from page which you given :)
by Machiavelli
Mon Oct 05, 2009 7:27 pm
Forum: Coding Questions
Topic: Fullscreen detecting.
Replies: 2
Views: 1070

Fullscreen detecting.

How can i detect any fullscreen applications?
by Machiavelli
Mon Oct 05, 2009 2:16 pm
Forum: Announcement
Topic: N3XTD: 3D engine
Replies: 201
Views: 105409

Re: N3XTD: 3D engine

Thalius, thx for help.
by Machiavelli
Mon Oct 05, 2009 11:24 am
Forum: Announcement
Topic: N3XTD: 3D engine
Replies: 201
Views: 105409

Re: N3XTD: 3D engine

When i compile n3xtD_PB.pbi im get that error:
Application initialization error (0xc0150002). Press "OK" to exit.
What is it? (engine build 17, PB 4.3)
by Machiavelli
Tue Jul 14, 2009 12:24 pm
Forum: Coding Questions
Topic: API hooking: inject dll in all processes
Replies: 7
Views: 2111

i dont create ideal protection :) i'm just want block some popular bots.