05-24-2013, 05:48 PM
Hello,
I'm a little bit stuck in visual basic. Let me explain what I'm trying to code.
A batch IDE, that wasn't too hard to explain .
I want to turn certain words to turn red. Like echo, pause, exit, for, in, not, if, set etc. etc.
Just to be clear: the IDE will be for batch, the IDE will be made using visual basic
I've got some code figured out, but that only works once, for example:
echo lol
echo lol2
Would only make the first echo turn red.
Does anyone of you know a better solution?
BTW, I'm not able to give you my current code as I'm on a tablet, but I'll give you the code as soon as possible.
I'm a little bit stuck in visual basic. Let me explain what I'm trying to code.
A batch IDE, that wasn't too hard to explain .
I want to turn certain words to turn red. Like echo, pause, exit, for, in, not, if, set etc. etc.
Just to be clear: the IDE will be for batch, the IDE will be made using visual basic
I've got some code figured out, but that only works once, for example:
echo lol
echo lol2
Would only make the first echo turn red.
Does anyone of you know a better solution?
BTW, I'm not able to give you my current code as I'm on a tablet, but I'll give you the code as soon as possible.