Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[C++] Background images?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Cx
Master Cheater
Reputation: 0

Joined: 27 Jul 2007
Posts: 367

PostPosted: Sat Aug 11, 2007 12:59 pm    Post subject: [C++] Background images? Reply with quote

What's the easiest way to give an app a background image in C++ (like from a resource or something)?
_________________

armed with this small butterfly net
i will face the world alone
& never be lonely.
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Sat Aug 11, 2007 1:24 pm    Post subject: Reply with quote

LoadImage, Bitblt
Back to top
View user's profile Send private message
suprat
Cheater
Reputation: 0

Joined: 14 Jul 2007
Posts: 40

PostPosted: Sat Aug 11, 2007 3:09 pm    Post subject: U can add a color Reply with quote

u can add a color Like, black background, and green numbers (thats the Color num 2)
i dont think u can add a image coz it is a dos, a safe mode capitality.

the code for the green words and black background :

#include <iostream>

using namespace std;
int main()
{

system("title Something"); ///<<< u can put a title for the program
system("color 2"); /// u can choose colors from 1 to 20, try 12

cout << "Hello World! " << endl;
system("pause");
return 0;
}
Back to top
View user's profile Send private message
Cx
Master Cheater
Reputation: 0

Joined: 27 Jul 2007
Posts: 367

PostPosted: Sat Aug 11, 2007 9:08 pm    Post subject: Reply with quote

I'm using an app, not a console app/dos.
_________________

armed with this small butterfly net
i will face the world alone
& never be lonely.
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Sun Aug 12, 2007 4:05 am    Post subject: Reply with quote

Do what appal said
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites