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 


Resizing UCE GUI

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

Joined: 14 Feb 2006
Posts: 368

PostPosted: Fri Jan 12, 2007 2:26 am    Post subject: Resizing UCE GUI Reply with quote

Hi, I need some help with customising UCE (zenos2.5).

I am trying to make uce window "taller". Enlarging the main form taller seem to work only in some cases. The form size somehow "shrink" back to default height

I remember seeing this mentioned before last year.. but the search function doesnt go far back enuff. so.. no luck there

I am new to delphi, but not new to programming.

Thanx in advance

_________________
Back to top
View user's profile Send private message MSN Messenger
SlashBlow
Advanced Cheater
Reputation: 0

Joined: 19 Sep 2006
Posts: 95

PostPosted: Sat Jan 13, 2007 6:27 am    Post subject: Reply with quote

Open MainUnit.pas
Search :
Code:
procedure TMainForm.WMGetMinMaxInfo(var Message: TMessage);


Replace by :
Code:
procedure TMainForm.WMGetMinMaxInfo(var Message: TMessage);
var MMInfo: ^MINMAXINFO;
begin //the constraint function of the form behaves weird when draging from the top or left side, so I have to do this myself.
//mainform.pix
  MMInfo:=ptr(message.LParam);
  if pixelsperinch=96 then
  begin
//    MMInfo.ptMinTrackSize:=point(490,460);
  end;
end;


Or change this line
Code:
MMInfo.ptMinTrackSize:=point(490,460);

With the Height and the Width you want to have.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source 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