Hello every1,
I'm having an .ini file which save my data inside ...
I creat a gui, a label which will display the data in the ini file, everything goes well ... BUT
if the text in the ini file is large, so the display text in label will only be on 1 LINE, And yes, I creat the label with width : 200 , height : 200 , which is large enough to have a new line if i manually add text, but it changes when i import from the ini file
Thanks for your help
Resize to 50% of current :
WinMove ( "title", "text", x, y [, width/2 [, height/2[, speed]]] )
sleep(3000)
;Let's back to normal
WinMove ( "title", "text", x, y [, width [, height[, speed]]] )
Think you can figure out with those posts
I scare my teacher with this
$String="Hello, I'm Ghost !!!"
$Array=StringSplit($String,"")
For $i=1 to Ubound($Array)-1
Send($Array[$i])
Sleep(500)
Next
1st
not a smart solution but at least it can work
$Size = WinGetPos("[active]")
$X= $size[0]
$Y= $size[1]
While 1
Sleep(1000)
$SizeNew=WinGetPos("[active]")
if $SizeNew[0]<>$X or $SizeNew[1]<>$Y then
WinMove("[active]",$X,$Y)
endif
Wend
Hello evey1,
I'm using Xskin , it's great but i wonder why can't i see the title var and the "X" button on it ?
i see Va's demo and he has the X
Thanks
Fine, i've seen many of this kind, they aren't too dangerous, just write somethings to Registry , etc... and it's easier to remove them , but at least having a knowledge about it, this guy just tried to share somethings but at first he didn't know about it very well
Weird, i do the same as you but i can't get the extension, it only works when i click on an already exist file ... but thanks anyway, i give up that script and start somewhere else.