Jump to content

HiSoftDev

Active Members
  • Posts

    28
  • Joined

  • Last visited

About HiSoftDev

  • Birthday 09/26/1988

HiSoftDev's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. @ rasim hi friend, this is 3rd time you helped me. thanks a lot for your help and i will never forget it. thanks once again.
  2. if we did not removed virus from his computer then people will think that AutoIt is a virus and many other bad programmer will write their viruses in AutoIt because of non detection. ...it will give autoit a bad name. problem is not that he is infected and the problem is that he will infect many other people. i don\'t know how to remove this virus otherwise i was ready to help you.
  3. i want to disable check box only (Not the text with it) can id do it?
  4. script will read a reg key and if it found they key there then it will disable the checkbox. can anyone tell me how to disable checkbox? thanks. #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $GUI = GUICreate(\"Test\", 133, 105, 254, 220) $C1 = GUICtrlCreateCheckbox(\"Choice 1\", 32, 16, 97, 17) $C2 = GUICtrlCreateCheckbox(\"Choice 2\", 32, 41, 97, 15) $B1 = GUICtrlCreateButton(\"Button1\", 24, 72, 75, 25, 0) GUISetState(@SW_SHOW) While 1 $Msg = GUIGetMsg() Switch $Msg Case $GUI_EVENT_CLOSE Exit Case $C1 GUICtrlRead($C1) = ; another code EndSwitch WEnd
  5. good work but i think you can not update and add more new function as ChromeFan asked...
  6. shame for the people who are using AutoIt for virus creations.
  7. first of all thanks a lot for your help and code. can you please do a favor for me? this is the main app on clicking \"Add New Path\" i want two buttons as shown in image. on clicking \"Browse Exe Files will open a window for selecting the file and on select it will add the path in its input and on clicking ok it will add it to the ini file. i tried to add new line but it is not adding new line and shows something like this. can you help me out? sorry for too much question (Newbie here) if you need any more info the please ask... i am creating a program which blocks restricted programs from running using ini files and have some other utalities. i tried to learn about ini files but could not. thanks once again...
  8. thanks for the update
  9. really nice work, thanks for it.
  10. now the problem is that my ini file contains no section or keys (only values exists which are path to the files as i posted) my second problem is that i know how to add button to remove values from file and add new values button, but i don\'t know how these buttons will work (i mean i can create the buttons but the code behind them for modifying ini files is unknown for me, see buttons shown in image of my first post) a lot of thanks for your help and , information and i know you worked on code for me which is really appreciated. can you please help me out? thanks once again...
  11. hi friends, i have a *.ini file which contains this now i want to read it , removing some lines from it, and/or editing it. something like this. i want to get Line number, Program Name (Exe files in Paths), FilePath information and show it as shown in the ScreenShot. Add button is for adding more lines at the end of *.ini files. Remove button is for removing the selected line from the *.ini files. can any of you give me some example, some code of peace , idea, link, example script, or something which can help me? i have read the HelpFile but the functions related to reading, writing, editing ini files are not coming in mind. any help would be really appreciated and lot of thanks in advance for your good job and support to newbies. thanks once again... Edit: there were some extra slashes\\\ in BB code, now changed to
  12. thanks, but how can i use it in my own GUI? sorry for too many questions... (Newbie here)
  13. i want to use/set the same password which is used by current User and/or Admin. i am creating a app which is similar to some other program but it will have some extra functions. the another program is created in C++ by any other author which have the function to set the password as the admin have by default. like this. can any one point me to the correct direction and help me out? many many thanks in advance for the help.
  14. thanks for it but i don\'t need this because i can code similar thing easily. i need as in my first post. can you help me about that?
  15. hi friends, i am trying to make something like this (see image) (This image is copied from HelpFile) i want that before starting every time my app should give a GUI like in image and ask for the password. can anyone tell me how to get images off all users and all user names? any idea and/or Example? thanks for the help...
×
×
  • Create New...