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# Hotkeys
Goto page 1, 2  Next
 
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 Sep 02, 2007 1:19 pm    Post subject: C# Hotkeys Reply with quote

Would anyone happen to have a way to Set Global Hotkeys(Enabled hotkeys while not on Mainform.Smile

I searched about 4 pages of google, and most are either Visual basic, I get errors, or arent Global.

Thx in advanced.

Its my first C# app so im not really used to the language.

_________________
CEF Moderator since 2007 ^_^
ZenX-Engine
Back to top
View user's profile Send private message Yahoo Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sun Sep 02, 2007 1:25 pm    Post subject: Reply with quote

Use RegisterHotKey
Back to top
View user's profile Send private message
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Sun Sep 02, 2007 1:30 pm    Post subject: Reply with quote

http://darkrising.org/index.php?showtopic=230
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
ZenX
Grandmaster Cheater Supreme
Reputation: 1

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

PostPosted: Sun Sep 02, 2007 1:53 pm    Post subject: Reply with quote

@The_Undead.

Thanks, but, i still get only 2 errors,

Error wrote:

Error 1 The name 'edthotkeyZ' does not exist in the current context C:\Documents and Settings\RSuarez\Desktop\Visual C\Auto-Bypasser\Auto-Bypasser\Form1.cs 302 12 Auto-Bypasser
Error 2 The name 'edthotkeyX' does not exist in the current context C:\Documents and Settings\RSuarez\Desktop\Visual C\Auto-Bypasser\Auto-Bypasser\Form1.cs 305 12 Auto-Bypasser

_________________
CEF Moderator since 2007 ^_^
ZenX-Engine
Back to top
View user's profile Send private message Yahoo Messenger
lurc
Grandmaster Cheater Supreme
Reputation: 2

Joined: 13 Nov 2006
Posts: 1900

PostPosted: Sun Sep 02, 2007 2:02 pm    Post subject: Reply with quote

there names of labels or textbox's. thats y, w/e its supposd to say "Applied!" in.

my guess a Label.
maybe sumthin else, but there text's of sumthing so the name of that sumthing has to be edthotkeyZ and edthotkeyX

_________________
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 Sep 02, 2007 2:04 pm    Post subject: Reply with quote

@Lurc, Yeah i just noticed how fucking stupid i was.
I was just about to post that i know why.
Gah why do i have to be so noob at C#?

Lol.
Thanks,

I wish i could +Rep you both.

Ill +Rep undead, then when i can again, rep you lurc:)


Last thing before im done

Do you have the list of Keys?
Like
VK_F4 and such

_________________
CEF Moderator since 2007 ^_^
ZenX-Engine
Back to top
View user's profile Send private message Yahoo Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sun Sep 02, 2007 2:16 pm    Post subject: Reply with quote

I think you can just use the Keys class.
Back to top
View user's profile Send private message
HitlerLovesWatermellons
Expert Cheater
Reputation: 0

Joined: 02 Sep 2007
Posts: 118

PostPosted: Sun Sep 02, 2007 2:17 pm    Post subject: Reply with quote

Use RegisterHotKey...
_________________
"Hitler I Liebe-Wasser mellons"
Adolf Hitler in 1939
Translation: I, Hitler, love watermellons.
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 Sep 02, 2007 2:19 pm    Post subject: Reply with quote

Edit - Thanks, Fixed
_________________
CEF Moderator since 2007 ^_^
ZenX-Engine
Back to top
View user's profile Send private message Yahoo Messenger
Programmer
Cheater
Reputation: 0

Joined: 02 Sep 2007
Posts: 48

PostPosted: Sun Sep 02, 2007 6:07 pm    Post subject: Reply with quote

ZenXChaos wrote:
Edit - Thanks, Fixed


Since when are you in Dark Rising?
Back to top
View user's profile Send private message
Krayzee
Cheater
Reputation: 0

Joined: 25 Aug 2007
Posts: 25
Location: Satan's Server Room

PostPosted: Sun Sep 02, 2007 7:30 pm    Post subject: Reply with quote

ZenXChaos wrote:

Do you have the list of Keys?
Like
VK_F4 and such


hxxp: //msdn2.microsoft.com/en-us/library/ms645540.aspx
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 Sep 02, 2007 8:07 pm    Post subject: Reply with quote

Programmer wrote:


Since when are you in Dark Rising?


Since ever....Ive been there for quite some time now,
just not as active as a few people may be:p

Krayzee wrote:

hxxp: //msdn2.microsoft.com/en-us/library/ms645540.aspx

Thanks, this should help tons:)

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

Joined: 22 Mar 2006
Posts: 926
Location: detroit

PostPosted: Sun Sep 02, 2007 9:52 pm    Post subject: Reply with quote

UserActivityHook
_________________
Back to top
View user's profile Send private message
Programmer
Cheater
Reputation: 0

Joined: 02 Sep 2007
Posts: 48

PostPosted: Mon Sep 03, 2007 5:10 am    Post subject: Reply with quote

ZenXChaos wrote:
Programmer wrote:


Since when are you in Dark Rising?


Since ever....Ive been there for quite some time now,
just not as active as a few people may be:p


Lol, ok then. Never seen you there.

_________________
Back to top
View user's profile Send private message
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Mon Sep 03, 2007 7:02 am    Post subject: Reply with quote

Programmer wrote:
ZenXChaos wrote:
Programmer wrote:


Since when are you in Dark Rising?


Since ever....Ive been there for quite some time now,
just not as active as a few people may be:p


Lol, ok then. Never seen you there.

...and I've never seen you there either.
But no, he's not in the UG.

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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