Search found 10 matches
- Tue Sep 27, 2005 7:11 pm
- Forum: Technical / Scripting
- Topic: Create "Hidden" file....
- Replies: 2
- Views: 5747
Create "Hidden" file....
Hi. is it possible to create a .txt file that is invisible without having to go into its properties and make it hidden after it has been created?
- Mon Sep 26, 2005 1:50 am
- Forum: General Discussion
- Topic: Replace Icon in a compliled macro
- Replies: 7
- Views: 12776
- Mon Sep 26, 2005 1:20 am
- Forum: General Discussion
- Topic: Replace Icon in a compliled macro
- Replies: 7
- Views: 12776
- Mon Sep 26, 2005 12:58 am
- Forum: Macro Scheduler Consultants
- Topic: Cyber-Scripts - AZ,USA
- Replies: 0
- Views: 33154
Cyber-Scripts - AZ,USA
Website: http://www.cyber-scripts.net This is for those very FEW gamers that actually are around this board. I don't know why not, Macro Scheduler is the greatest macro tool around. Cyber-Scripts has just formed. We are currently specializing in gaming macros for Eve-Online, moving into WoW and GW. ...
- Sat Aug 27, 2005 8:14 am
- Forum: Technical / Scripting
- Topic: "Local" .ini file?
- Replies: 2
- Views: 5979
I was able to successfully save a "local" config by putting it in a folder within my programs folder and reference it that way. Think I will stick with that. Example: EditIniFile>resources\testini.ini,settings,name,fred that worked out fine, so I will probably stick with that, but still, anyone got ...
- Sat Aug 27, 2005 8:05 am
- Forum: Technical / Scripting
- Topic: "Local" .ini file?
- Replies: 2
- Views: 5979
"Local" .ini file?
I have a program (the one I have been working on while asking all the questions!) that saves and loads configurations to an ini file..... now... here is my question... I want to use a "local" .ini file in my EditIniFile> statement instead of using a full path... ex... Current: EditiniFile>C:\myfolde...
- Sat Aug 27, 2005 7:01 am
- Forum: Technical / Scripting
- Topic: Deleting Portion of ini file
- Replies: 2
- Views: 6813
- Fri Aug 26, 2005 10:02 am
- Forum: Technical / Scripting
- Topic: Deleting Portion of ini file
- Replies: 2
- Views: 6813
Deleting Portion of ini file
What I am trying to do is allow someone to enter some values into my macro and save the configurations i.e. using an ini file to save and load various configurations for the user. Example: [fred] (fred is the config name in the combobox) username=fred useremail=fred@somewhere.com [albert] (albert is...
- Tue Aug 09, 2005 5:42 am
- Forum: Technical / Scripting
- Topic: Auto-changing combo-box
- Replies: 3
- Views: 6865
- Sun Aug 07, 2005 10:45 am
- Forum: Technical / Scripting
- Topic: Auto-changing combo-box
- Replies: 3
- Views: 6865
Auto-changing combo-box
I am writing a script where a user may save their values as a file. I want to create a dropdown combo-box that will add the name of their file to it's list. furthermore, I want to be able to select that file and load those values into the script.
Can this be done with a combobox?
Can this be done with a combobox?