Jump to content

meYasuo

Active Members
  • Posts

    26
  • Joined

  • Last visited

About meYasuo

  • Birthday 09/26/1992

Profile Information

  • Location
    Universe
  • Interests
    AutoIt

meYasuo's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <TabConstants.au3> #include <WindowsConstants.au3> $Form2 = GUICreate("Test", 290, 195, 303, 219) $Tab1 = GUICtrlCreateTab(0, 0, 289, 193) GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT) $TabSheet1 = GUICtrlCreateTabItem("One") $Pic1 = GUICtrlCreatePic("D:\AppImages\Main2.bmp", 56, 56, 180, 100, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) $TabSheet2 = GUICtrlCreateTabItem("Two") $TabSheet3 = GUICtrlCreateTabItem("Three") GUICtrlCreateTabItem("") GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd please tell me why image is not showed? i have posted the code read my Thread title. no error and no image...??? :confused: thanxx
  2. you code is awesome!!! but can you tell me how will i show TrayTip() when 9mins are passed? and on clicking the Tray Tip it will give the messagebox() with net connection statics? Thanks a lot for your code, i was really in search of it and tried myself to create something similar but i am not genius as you and i am new user of autoit. Thanks for you help!
  3. you code is awesome!!! but can you tell me how will i show TrayTip() when 9mins are passed? and on clicking the Tray Tip it will give the messagebox() with net connection statics? Thanks a lot for your code, i was really in search of it and tried myself to create something similar but i am not genius as you and i am new user of autoit. Thanks for you help!
  4. anyone please help because i need it urgently
  5. i tried #include <GUIConstantsEx.au3> #include <TabConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 262, 196, 209, 154) $Tab1 = GUICtrlCreateTab(-8, 0, 265, 193) GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT) $TabSheet1 = GUICtrlCreateTabItem("TabSheet1") $TabSheet2 = GUICtrlCreateTabItem("TabSheet2") $TabSheet3 = GUICtrlCreateTabItem("TabSheet3") $TabSheet4 = GUICtrlCreateTabItem("TabSheet4") GUICtrlCreateTabItem("") GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $TabSheet2 GUICtrlSetResizing($Form1, 102) GUICtrlSetPos($Form1, 0, 0, 300, 200) WinMove($Form1, "", 0, 0, 300, 200) EndSwitch WEnd but on clicking TabSheet2 the Gui size was not increased. how can i set different size of gui for each tab or set new size after clicking another Tab? Thanxx
  6. i also want to know about how to connect to internet. i can disconnect with a dos command rasdial.exe /disconnect but dont know how to connect. thanxx
  7. hi, i am just trying to create a script which gives a TrayTip Every 9min after net connect. and after clicking on the TrayTip it shows the properties of net connection (where it shows duration of net connect). i have read the help file for ping but i could not understand how to use it as i want. it is just for bandwidth information. anyone please help me.
  8. if you are using obfuscator then your program may have problems with some Operating systems with errors and speed. are you using obfuscator? then just remove it because it will not make your script safe but it will really decrease speed of your program and also cause errors.
  9. you should now also add it in you sig very good program. keep it updating..........
  10. thanxx obfuscator is not safe and it also slows down the speed of program. also uses much cpu usage after obfuscation. is autoit not safe at all? there should be some way to make it safe. no idea? anyone??
  11. hi, is there any tool which can change AutoIt Exe to another type of exe and not AutoIt exe. i searched the forum and read a post about using PeCompact compressor but it's not working (also tried with uncompressed file without using UPX). another tool is obfuscator which is also not safe. a script by W0uter changes the exe file to another to make it safe but it is also not working for me. i need something safer to stop hackers changing my script settings and cracking. i heard about hex editing but i don't know where and what should i edit. can any of you help me out? thanxx
  12. thanxx Progandy
  13. why did you not updated your first thread and created a new one? http://www.autoitscript.com/forum/index.ph...=80239&st=0 did you add some new function which were asked by some users before?
  14. @martin sorry for bumping the thread but i need it urgently. i hope you or anyone here will help me soon.
×
×
  • Create New...