Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/22/2012 in all areas

  1. Hi! Today I want to show you my current AutoIt project: The ISN AutoIt Studio. The ISN AutoIt Studio is a complete IDE made with AutoIt, for AutoIt! It includes a GUI designer, a code editor (with syntax highlighting, auto complete & intelisense), a file viewer, a backup system, trophies and a lot more features!! Here are some screenshots: Here some higlights: -> easy to create/manage/public your AutoIt-projects! ->integrated GUI-Editor (ISN Form Studio 2) ->integrated - file & projectmanager ->auto backupfunction for your Projects ->extendable with plugins! ->available in several languages ->trophies ->Syntax highlighting /Autocomplete / Intelisense ->Dynamic Script ->detailed overview of the project (total working hours, total size...) And much more!!! -> -> Click here to download ISN AutoIt Studio <- <- Here is the link to the german autoit forum where I posted ISN AutoIt Studio the first time: http://autoit.de/index.php?page=Thread&threadID=29742&pageNo=1 For more information visit my Homepage: https://www.isnetwork.at So….have fun with ISN AutoIt Studio! PS: Sorry for my bad English! ^^
    2 points
  2. I saw something in JohnOne's first post. I'm just wondering if I'm right about this. He's returning a pointer to path but isn't path destroyed when the function returns? LPWSTR __stdcall tmppath() { LPWSTR path[MAX_PATH]; if(GetTempPath(MAX_PATH, *path)){ return *path; } else { return L"0"; } }
    1 point
  3. czardas

    Minecraft EmuServer

    Well I have learned something today. I noticed that Manadar was passing a string to the function Binary() and that made quite a difference.
    1 point
  4. I've always wondered if there was anyone out there working on something like this! Good job.
    1 point
×
×
  • Create New...