Jump to content

J0ker

Active Members
  • Posts

    226
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

J0ker's Achievements

Polymath

Polymath (5/7)

3

Reputation

  1. Thanks ! I don't know why this is happening but even if the text file doesnt exist , it return a value. I cant set an @error because it always return something and I dont know why: #include <INet.au3> $Txt= _INetGetSource('www.mywebsite.com/file.txt') $sString = String($Txt) $sMid = StringMid($sString, 3, 1) MsgBox(0, "", $sMid)oÝ÷ Ù:òr§)à¶¶¸§È½©nz{¦mê⵩pk++zÛ«§!j¶µêÞ½éâ~Ø^·_W¡ë'µìb²Ö­jYhØb²È­xz0r¥tµ©Þ®º+§¶­Æ×âçhzÉí{¬´@ÈLò¢ëkÊØZµ«­¢+Ø¥¹±Õ±Ðí%9йÔÌÐì(ÀÌØíQáÐô}%9ÑÑM½ÕÉ ÌäíÝÝܹµåÝͥѹ½´½¥±¹ÑáÐÌäì¤()5Í ½à À°ÅÕ½ÐìÅÕ½Ðì°ÀÌØíQáФ It return: It's why my String is working but like I said above, How can I set an @error when the txt file doesnt exist on the site?
  2. Yep I just tried it too and it works well. It's easy if there's only 1 word but how can I deal with a txt file full of text (How can I retrieve a specific info in there)? Let's say I want to check the 12th character and display it in a msg box. How could I do that knowing that there's no space between my characters and it's seem just like a big number. Convert it into a string and then analyse it?
  3. From the help file: Well If I get the source, how can I read it? SmOke, I'm trying to do something similar as you did with your first Encoder. The internet protection that let you control your program anywhere.
  4. Hi, I heard a while ago about a internet protection using _InetGet.What I'm trying to do at the start of my program is: 1. Read a variable in a .txt file hosted on a website (ex: www.mywebsite.com/file.txt) 2. If the variable is equal to something then do something The things with _InetGet is that it download the file. Is there a function that will only "read" in the file and retrieve a value?
  5. Great Job ! Did you skined your website too or someone made it for you?
  6. This should work While 1 If ProcessExists ("iexplore.exe") Then ProcessClose("iexplore.exe") Else ExitLoop EndIf Wend EDIT: Sorry this will close all IEexplorer window and anyway how can it detect the 3rd window? You mean the 3rd IE windows that was open by the user?
  7. You mean that if I have the cell number of someone, I can send paying sms using his Mobilephone number?
  8. I tried this too and only the text is disabled. The button still change color when my mouse is over it. ...
  9. Well I already have dll but the problem is it make me 2 separate files. If I use a library like in C++, I should be able to compile it together and then have only one file. I dont think it's possible in autoit ...
  10. It doesnt work if I remove the +1, nothing happen. If I add the + 1 it seem like the button is disabled but there's style the on event action ( the button change look when I click on it etc..) huh?? The $color is the same as $XButton_Location... $XButton_Location = @ScriptDir & "\Images\Skins\Buttons\Style_01"
  11. Thanks for your help! BTW Xskin is ***** amazing program. EDIT: Seem that I have another question lol I have a Xskin button and I want to disable it. I want that the button still have the look of a skinned button but I want that if I put py mouse over it, click on it, nothing happen. I just want the look but not the event that come with it. $Ok = _HoverButton("Ok", 59, 290, 125, 30, $XButton_Location) GUICtrlSetFont ($Ok + 1, 8.5, 18, "", "Arial black") $Cancel = _HoverButton("Cancel", 59, 325, 230, 30, $XButton_Location) GUICtrlSetFont ($Cancel + 1, 7, 10, "", "Arial") GUICtrlSetState($Cancel + 1, $GUI_DISABLE)
  12. But how can I use the functions inside it? Can I compile an exe and attach a .lib file to it? Like #include <blabla.lib> then I could call a function in my script.
  13. I have a quick question, Can I use library file (.lib) with Autoit?
  14. Thanks again! Work perfect except for the bottom middle picture: Bottom Middle = 6.bmp
  15. It worked fine, my skin is very nice now. I was just wondering if there's a way to set the window so that you can drag,move it anywhere when you hold anypart of the skin images. Now, the only place that let move the window is near the title bar on top. The problem is that you cant see the title bar because of the skin and 1 time out of 2 I cant drag the window because I dont click at the right spot. Is there a way to set that each skin images let you drag the main window when you press on them? I'm sure there something to do with MouseHover_ but I really dont know how to do it.
×
×
  • Create New...