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 


[Delphi]PasteFromClipboard - is this possible? and other Q's

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Wed Jul 25, 2007 5:48 pm    Post subject: [Delphi]PasteFromClipboard - is this possible? and other Q's Reply with quote

is this possible to paste it on mspaint instead of my form?
and how? O_o
thx Smile

edit: seems like there is no textout alignments, so ill try using another way to center the text O_o

can i do like:
if TEdit.TextLength = 1 then
if 2 then...
if 3....
untill 12 (copy paste isnt a problem O_o)
i mean comparing the number of digits to x if true then do...


sorry for all the questions and thx Rolling Eyes

edit2: ummm if any1 knows what about the rest of the questions answer pl0x Surprised
umm and is there a way to set a min length? O_o


Last edited by Symbol on Wed Jul 25, 2007 8:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
luchofon
Master Cheater
Reputation: 0

Joined: 26 Nov 2006
Posts: 268
Location: CEF

PostPosted: Wed Jul 25, 2007 7:01 pm    Post subject: Reply with quote

well to disabel the digits you can do this

if (key in [keys you want to block])then
begin
key:= #0;
beep;
end;


hope it helps

_________________



zeppobeam wrote:
how do u make addresses for games



hahaha
Back to top
View user's profile Send private message Yahoo Messenger
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Wed Jul 25, 2007 7:49 pm    Post subject: Reply with quote

nvm i figures it out by myself =)
thx
any1 know what about the other questions?
Back to top
View user's profile Send private message
MadDoom
Cheater
Reputation: 0

Joined: 27 Dec 2006
Posts: 38

PostPosted: Sun Jul 29, 2007 2:07 am    Post subject: Re: [Delphi]PasteFromClipboard - is this possible? and other Reply with quote

Symbol wrote:

can i do like:
if TEdit.TextLength = 1 then
if 2 then...
if 3....
untill 12 (copy paste isnt a problem O_o)
i mean comparing the number of digits to x if true then do...

you should use case
Code:

case TEdit.TextLength of
0:{do somthing}//if equal to 0
1:{do somthing}//if equal to 1
2:{do somthing}//if equal to 2



Symbol wrote:
umm and is there a way to set a min length? O_o

if TEdit.TextLength > min length then
{do something}
Back to top
View user's profile Send private message
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Sun Jul 29, 2007 6:20 am    Post subject: Reply with quote

i already done it by myself...
now the pastefromclipboard...
how do i use that?
its pasting on my form or just pasting where it is (if its like in mspaint will it paste it there or at my form?)
Back to top
View user's profile Send private message
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