View Full Version : My New D3D, almost done ! Need HELP!
Skull
07-07-2008, 09:16 PM
Hello This is My D3D!
http://img75.imageshack.us/img75/7996/myd3dpn6.png
This is with all your guys help!
But my problem ;
i need a boarder,
can some one give me codes for background boarder + explain me were to put that code?
Thank you ,
- Skull
pecopecoman2
07-08-2008, 05:00 AM
http://www.dxth4x.com/forums/showthread.php?t=5239
Skull
07-08-2008, 06:18 AM
Dude that are buttons,
i need a boarder.
void FillRGB( int x, int y, int w, int h, int r, LPDIRECT3DDEVICE8 pDevice )
{
D3DCOLOR col = r;
D3DRECT rec;
rec.x1 = x;
rec.x2 = x + w;
rec.y1 = y;
rec.y2 = y + h;
pDevice->Clear( 1, &rec, D3DCLEAR_TARGET, col, 0, 0 );
}
Skull
07-08-2008, 07:37 AM
Please explain better...
il entered that code in my D3D ( that works )
but what to do now?
Momo5000
07-08-2008, 08:44 AM
try this one here, put it in endscence
BackGround(0, 0, 0 0, D3DCOLOR_ARGB(255, 255, 0, 0), m_pD3Ddev);
Skull
07-08-2008, 09:37 AM
can i send you my source?
and that u fix it :P?
olie122333
07-08-2008, 11:31 AM
I'll do it, PM me the source...
Skull
07-08-2008, 11:52 AM
ive sended u the source.
please fix the boarder :)
Vito-Corleone
07-10-2008, 08:29 PM
Who the fk are you to have my source ?
If your ... Xtreempje , Jeff , Phoenix , Firesnipe .
Tell me now or if your not I will kick your ass!
Vescovo
07-11-2008, 09:47 AM
Who the fk are you to have my source ?
If your ... Xtreempje , Jeff , Phoenix , Firesnipe .
Tell me now or if your not I will kick your ass!
Where did you come from?
Who has your source?
Firesnipe
07-11-2008, 11:47 AM
That guy is Jefferey
And I have a source
Not sure who's it is
Skull
07-11-2008, 06:18 PM
Its Jeff omfg :P xD!!!!!
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.