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 


Cursor

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
ZenX
Grandmaster Cheater Supreme
Reputation: 1

Joined: 26 May 2007
Posts: 1021
Location: ">>Pointer<<" : Address 00400560 Offset :1FE

PostPosted: Sun Oct 07, 2007 10:44 am    Post subject: Cursor Reply with quote

Im looking for the code to use a Bitmap image as my Application Cursor.

Example : Use MapleStory Cursor for Application.

Language : C#

_________________
CEF Moderator since 2007 ^_^
ZenX-Engine
Back to top
View user's profile Send private message Yahoo Messenger
Qvazzler
Advanced Cheater
Reputation: 0

Joined: 02 Jan 2007
Posts: 68

PostPosted: Sun Oct 07, 2007 10:47 am    Post subject: Reply with quote

I think there's more to it than attaching a bitmap to your cursor..

Why not just google for software to make a cursor with and rip it from maple?
Back to top
View user's profile Send private message
ZenX
Grandmaster Cheater Supreme
Reputation: 1

Joined: 26 May 2007
Posts: 1021
Location: ">>Pointer<<" : Address 00400560 Offset :1FE

PostPosted: Sun Oct 07, 2007 10:51 am    Post subject: Reply with quote

Qvazzler wrote:
I think there's more to it than attaching a bitmap to your cursor..

Why not just google for software to make a cursor with and rip it from maple?


i know its more than that, but, im not talking about global cursor image.
I mean just for the application.

You know how like, you can set the cursor to a hand when you hover over a button, i want it to change to a Cursor when it hovers over the app.
Not a Global Cursor.

Sorry if im confusing anyone.

_________________
CEF Moderator since 2007 ^_^
ZenX-Engine
Back to top
View user's profile Send private message Yahoo Messenger
killersamurai
Expert Cheater
Reputation: 0

Joined: 10 Sep 2007
Posts: 197
Location: Colorado

PostPosted: Sun Oct 07, 2007 12:14 pm    Post subject: Reply with quote

When I want to change the icon, I usually do this in c#.
Code:

Bitmap bCursor = new Bitmap(@"NameOfFile.bmp");
IntPtr ipToCursor = bCursor.GetHicon();
Cursor cNewCursor = new Cursor(ipToCursor);
this.Cursor = cNewCursor;


Edit: You can also use a .png file if you have some transparency. Also added a program I created to change the cursor for that form. It includes the solution to it as well.



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.



Last edited by killersamurai on Sun Oct 07, 2007 12:59 pm; edited 2 times in total
Back to top
View user's profile Send private message
TheIndianGuy
Advanced Cheater
Reputation: 102

Joined: 14 Jan 2007
Posts: 88

PostPosted: Sun Oct 07, 2007 12:24 pm    Post subject: Reply with quote

well first you need the picture then you need to make it a .cur file i think
Back to top
View user's profile Send private message
bheesham
Advanced Cheater
Reputation: 0

Joined: 08 Nov 2006
Posts: 88
Location: ::1

PostPosted: Tue Oct 09, 2007 2:58 pm    Post subject: Reply with quote

three images that i found are:

http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand_shadow.cur

http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand_anim_shadow.ani

http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand1.cur
Back to top
View user's profile Send private message Visit poster's website
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