Jump to content

lekremyelsew

Active Members
  • Posts

    43
  • Joined

  • Last visited

About lekremyelsew

  • Birthday 09/09/1993

Profile Information

  • Location
    Littleton, CO
  • WWW
    http://lekremyelsew.googlepages.com/

lekremyelsew's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. a little window pops up when you do alt+tab And I just figured out that Alt+Esc works better
  2. Simple question: Is there a commmand to activate the last window (sorta like Alt+Tab)?
  3. I wouldnt say that its a longshot at all I dont know how much javascript you know, but if you look at the HTML code of the page, its not really that hard. All it does is check which inputs in the form have valid text in them, and then it writes the code which is also simple: <a href="mailto:email@domain.com?element=text&element2=text">Text to display</a> Here is an example <a href="mailto:bob123@spambob.com?subject=OMG!&body=NO WAY!!!">Check this out!</a> Hope this helps
  4. I started working on a program a little while ago, and I stumbled across Xskin I thought Xskin was awesome, but it didnt have close and minimize buttons, so I threw together a little skin thing for my program: SkinUI.zip The script is very like Xskin, but it uses OnEvent mode instead I'm not trying to copy Xskin at all, I just modified it so it would work better for me Anyway... I was wondering if there is possibly a way to have a GuiMenu in the window The problem is getting the menu below titlebar
  5. Is there a way to get the last char from a string? I couldn't find anything in the Variables & Conversions section or the User-Defined functions section. I'm sorry if there is an extremely obvious way to do it The string is being read from a Input GUI control.
  6. I get the way that works but, is there a way to have the currently running script do the action instead of the 2nd one that gets ran?
  7. I like the joke thing The jokes really aren't that bad The suitcase game is a little weird, but its pretty cool
  8. Hahahahah that is great!
  9. You could set your script to OnEvent Mode, Then GUISetOnEvent($GUI_EVENT_SECONDARYDOWN,"ShowMenu") to make your script detect the click and then show a menu depending on what Ctrl is currently active
  10. Oh sorry!!! Wrong forum!!!
  11. Is there a way to detect if a script is ran and it is running again, and if so is there away to have a script run a Func when another instance of a script is ran? My thought was to _PostMessage() and have the script be able to detect it so it can do something, but I don't know how to have an AU3 react to system messages.
  12. could someone be a pal and try this out on vista?
  13. I compiled the script with all the things you told me to do and it works perfectly!!! Thx!!!
  14. I made the program actually use Win+X
  15. I saw that in the help file but i couldnt figure it out, it works great now Thx a bunch
×
×
  • Create New...