This simples program lets you edit GSC's in the lightest in all ways. With it's super fast capability you'd never find a program any faster than this beauty. Will release it to be Open Source later so you can check out how I did it.
YOUR GUI is great..wanna make the next for my GSC Compiler? For the other codes, they are simple..xD Did you use StreamReader and StreamWirter to do this? Nice Nice....Also think about that question above ^^
I used StreamReader and Writer. There's a save function aswell.
Edit: Nah.. that layout of mine just from the boring old gray just needed to get a quick change, so I picked lightgreen and green. No biggie.
Originally Posted by CainFool
I used StreamReader and Writer. There's a save function aswell.
Edit: Nah.. that layout of mine just from the boring old gray just needed to get a quick change, so I picked lightgreen and green. No biggie.
OK, so as i think you aren't interested...
kk
You heard the man...Now i g2g, gonna make a Crypt Function...
Have a Nice day all...
Originally Posted by AcE.bu50t
OK, so as i think you aren't interested...
kk
You heard the man...Now i g2g, gonna make a Crypt Function...
Have a Nice day all...
This probably sounds mad but I actually just quickly edited my program and it now supports themes. All because of you saying about the GUI. Now in my case for this program.. if you get bored of the green, why dont you try out all the other themes (read the top again, has more info)
Nice but its still not advanced....
Code:
Me.BackColor = Color.Blue
Code:
RichTextBox1.Redo Or .Undo 'Always if you are using a RichTextBox
ETC....How about adding something more coolest.....It will make this better xD
PS:
And NO, I'm not mad =/
Never said it was Advanced Just an Alternative to Notepad.. maybe? Hah.. far better than Notepad.
I dont have any other cool ideas.. got any? I'll put you in teh credz.
Add a HighLight and Languages.....And also make a splash screen that plays a song when it starts its a great thing that makes your app looks better xD
Originally Posted by AcE.bu50t
Add a HighLight and Languages.....And also make a splash screen that plays a song when it starts its a great thing that makes your app looks better xD
Languages = I only speak English.
Highlight = Wut? You mean when I hover over the options? it Already does.
Splash = easy. Would make the program alot bigger but :/ (song)
Languages = Google Translate
HightLight = Syntax HightLight like my GSC Compiler
Splash Screen = Easy & Song = Easy......Where is the hard thing to understand do you have a MSN?
Originally Posted by AcE.bu50t
Languages = Google Translate
HightLight = Syntax HightLight like my GSC Compiler
Splash Screen = Easy & Song = Easy......Where is the hard thing to understand do you have a MSN?
Good program, we can work together if you want =)
And about the ideas from the other guy:
Languages, everyone can speak/read English (this whole website is English)
Splash + Music, not necessery (only more KB/MB).
But Cainfool, we have to contact eachother and make a big program for Black Ops if u want
Originally Posted by Imthebosss
Good program, we can work together if you want =)
And about the ideas from the other guy:
Languages, everyone can speak/read English (this whole website is English)
Splash + Music, not necessery (only more KB/MB).
But Cainfool, we have to contact eachother and make a big program for Black Ops if u want
oh yes sure...You are right...a intellisense is no needed, dude a starter can make this program its just about this:
Code:
Dim svg As New SaveFileDialog
svg.ShowDialog()
Dim Write As System.IO.StreamWriter(svg.FileName)
Write.Write(TextBox1.Text)