Jump to content

Recommended Posts

Posted

hey, i was wandering how can i get a picture to show in it's normal size and not by a predetermined size...

PLEASE HELP - THANKS IN ADVANCE !

[u]My Au3 Scripts:[/u]____________(E)Lephant, A Share download manager (RS/MU etc)Http1.1 Console, The Ez Way!Internet Reconnection Automation Suite & A Macro Recording Tool.SK's Alarm Clock, Playing '.MP3 & .Wav' Files._________________Is GOD a mistake of the Humanity Or the Humanity is a mistake of GOD ?!

Posted

What command are you using?

GUICtrlCreatePic ( filename, left, top [, width [, height [, style [, exStyle]]]] )

Directly from the help file:

If you want to have a picture having the same size as the file content just use width= 0 height=0

GUICtrlCreatePic ( "test.jpg", 0, 0,0,0 )

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...