Search found 39 matches

by coolw
Sun May 18, 2008 7:56 am
Forum: Projects
Topic: WIP Address Book
Replies: 11
Views: 13965

Re: WIP Address Book

Here is a link to my address book, its done in separate code, so if you want, i can compile to exe for you guys :)

http://www.autoitscript.com/forum/index ... opic=71180

BTW try AutoIt, nice GUI and more than this, its even updated :lol:
by coolw
Tue Feb 12, 2008 12:45 am
Forum: Problems
Topic: GetRGB
Replies: 3
Views: 4258

Re: GetRGB

I think that example is faulty, so i might as well give you working one: Repeat Color 255,0,255 Color 128,255,0 r=GetRGB(RED) g=GetRGB(GREEN) b=GetRGB(BLUE) Text 0,0,r+" "+g+" "+b Drawscreen Forever RED GREEN and BLUE are constants and their values are 1, 2 and 3. So if you want...
by coolw
Mon Feb 11, 2008 2:49 pm
Forum: Projects
Topic: WIP Address Book
Replies: 11
Views: 13965

Re: WIP Address Book

I try :) It will look a lot better when I get everything working!
by coolw
Thu Feb 07, 2008 2:48 am
Forum: Projects
Topic: WIP Address Book
Replies: 11
Views: 13965

Re: WIP Address Book

Forgot that I blocked it so I could set everything up, should work now...
by coolw
Tue Feb 05, 2008 9:14 pm
Forum: Projects
Topic: WIP Address Book
Replies: 11
Views: 13965

Re: WIP Address Book

Bump

Check out the top, you can now see the source code I am working on!
by coolw
Mon Feb 04, 2008 1:56 am
Forum: Problems
Topic: GetRGB
Replies: 3
Views: 4258

GetRGB

How do I use

Code: Select all

GetRGB(value, component)
?
I assume it can get each R,G,B value, but how do I use it?
by coolw
Fri Feb 01, 2008 4:52 am
Forum: Problems
Topic: Open to read failed?
Replies: 2
Views: 3811

Re: Open to read failed?

Well I am trying to get it so that if there is no Search, it lists everything in the file, otherwise, I want it to find a certain string in the file. I can't seem to get it right... :twisted:
by coolw
Thu Jan 31, 2008 4:56 am
Forum: Problems
Topic: Open to read failed?
Replies: 2
Views: 3811

Open to read failed?

^^^ After a few seconds of not typing anything, open to read fails. Everything works, just crashes after a few seconds. Not the complete code!! (Non essential code ommited) ViewBook1: a=OpenToRead("People.txt") Cls Print "" Search$=Input("Find:") If Search = ""...
by coolw
Fri Jan 18, 2008 11:24 pm
Forum: Projects
Topic: WIP Address Book
Replies: 11
Views: 13965

Re: WIP Address Book

blah humbug
by coolw
Thu Jan 10, 2008 4:51 am
Forum: Projects
Topic: WIP Address Book
Replies: 11
Views: 13965

Re: WIP Address Book

:!: New update! :!: -Finnaly figured out how to get the program to read many lines without having a bajillion lines of code! -Got some settings! -Color! -Password changer - A few more minor things Note: I will be working on this alot more, due to the fact Xbox Live is pretty screwed right now, and I...
by coolw
Sat Nov 24, 2007 5:35 pm
Forum: Problems
Topic: How to: Save a string to .exe and not a different file?
Replies: 5
Views: 7207

Re: How to: Save a string to .exe and not a different file?

Well, I could make it so its in a dir right near the Program, but how could I make it so people can't open it, and if they happen to find out how, it would be encrypted?
by coolw
Fri Nov 23, 2007 8:22 pm
Forum: Problems
Topic: How to: Save a string to .exe and not a different file?
Replies: 5
Views: 7207

Re: How to: Save a string to .exe and not a different file?

Well, what I was going to do is make a string and then have a random code generator generate a 9 digit code and then save it in the .exe, so when that is saved, I can make a new temporary file with that 9 digit code and then use it to decrypt and encrypt the data file and then delete the temporary f...
by coolw
Thu Nov 22, 2007 5:51 pm
Forum: Problems
Topic: How to: Save a string to .exe and not a different file?
Replies: 5
Views: 7207

How to: Save a string to .exe and not a different file?

How do I save a string to an .EXE without making a new file, because I wish to keep the string from being read elsewhere. Example Secret$=Input("Password: ") Save Secret as Password$ Not exactly, it's just a small example. I will be using it to save a string of integers for an ecryption pr...
by coolw
Sat Nov 17, 2007 2:07 am
Forum: Projects
Topic: WIP Address Book
Replies: 11
Views: 13965

WIP Address Book

I am moving to a new programming lanugage, called Autoit. It includes a nice GUI and You can download Scite, a great script editor, for free, with basic like syntax, things are different, but you can do more with it! So I won't be doing much with this anymore. Sorry guys! :o If you wish to try AutoI...
by coolw
Sat Nov 17, 2007 1:53 am
Forum: Problems
Topic: Click on text?
Replies: 1
Views: 3131

Click on text?

Is there an easy way to tell if text called by Print was clicked? So if I printed "Yes" and "No" the program could tell which one was clicked, or do I have to set up a virtual click box? Text 0,40, "Yes "+y Text 0,80, "No "+n mx=MouseX() my=MouseY() width1 = T...
by coolw
Sat Nov 17, 2007 1:39 am
Forum: Problems
Topic: How do I use Input?
Replies: 4
Views: 4943

Re: How do I use Input?

Oh jeez, thanks a bunch :D Saved a lot of coding :)
by coolw
Sat Nov 17, 2007 12:22 am
Forum: Problems
Topic: How do I use Input?
Replies: 4
Views: 4943

How do I use Input?

Ok, it seems simple enough, but I guess not. It's hard to use, and I think it would be nice if Zero could make it easier. For example instead of using a loop to type something in, why not just have it wait untill the enter key is hit? Is there an easier way to use the current command? Original: Repe...
by coolw
Thu Nov 15, 2007 10:39 pm
Forum: Problems
Topic: How to Make a file?
Replies: 5
Views: 6081

Re: How to Make a file?

How do I add data into the file?
Lets say I wanted to add a name to the file, "Name$", do I,

WriteByte
WhiteShort
WriteInt
WriteFloat

What they do would be nice, for all of them, since I will probably be using most of them.
by coolw
Tue Nov 13, 2007 6:01 am
Forum: Problems
Topic: How to Make a file?
Replies: 5
Views: 6081

How to Make a file?

How do I make a file if one does not exist?

Code: Select all

ex = FileExists ("Data.txt")
so that if Data.txt does not exist, I can make one containing data?
by coolw
Fri Nov 09, 2007 3:24 am
Forum: Problems
Topic: Uh-Oh Compiler Broke!!!!!!
Replies: 1
Views: 3180

Re: Uh-Oh Compiler Broke!!!!!!

Never-mind, forgot to unhide files, I was getting tons of Trojans, so I hid the files.