EvilZone
Programming and Scripting => Projects and Discussion => : Huntondoom April 08, 2011, 08:18:20 PM
-
this was what I was working on:
(http://i51.tinypic.com/156z43o.gif)
it's Evilword in a new design but
this project is so frustrating me, cause I have to Redesign almost everything
I still got to Redesign the OpenFileDialog, SaveFileDialog, Color & font Dialog and I got to make my own Menustrip cause (as you see in the picture above) its is crappy looking
I had designed a FileDialog that frustrated me so great I gave up on that for now
maybe in the future I will continue but for now NO
Something about the Design:
YES it is Evilzone Theme on a notepad :P
I have to REALLY Thank: uNk, Zesh
thanks guys!
anyway as it is now I preperad it with the normal Font,- Color,- OpenFile,- SaveFIleDialog so it would be usable for now for anyone how likes
(Download at the bottom)(attachment Evilword.rar)
also I Strip down the whole freaking thing to Only the form
and the things you need to handle it for person how want to use this concept
(Download at the bottom)(attachment EvilForm.rar)
this download Include 2 txt file contain (In VB) the designer txt and the Code needed to handle the form.
along side are the pictures I used.
-
Nice! That is really cool ;)
Few things to add tho;
- Character count, i always miss that. Good thing with the line and word count tho
- Make the entire thingy re-sizable
- Make the entire thingy minimizable
- Add a help menu with link to EZ?
- Try making a macro system ;D Look at notepad++ and get inspired ;)
-
Ooooh nice. Better than what Ive got ;D As ande has said look at other editors for inspiration.
-
Since we're thinking about Notepad++ give color to certain tags and functions to help coding :D
You know:
<html>
<?php
int
void
You get the point ;)
Keep the good work, I always liked your programs :)
-
Look awesome, though needs a better icon :D
Little stuff you might wanna fix:
Find/Replace should have RadioBoxes instead of CheckBoxes in Action GroupBox. :)
-
all noted and put on my monitor with a sticky note
Find/Replace should have RadioBoxes instead of CheckBoxes in Action GroupBox. :)
Why cause I dont actually see a different between them accept that one is round and the other square .
(http://i53.tinypic.com/k0iyva.jpg)
-
as a coder you should already know this, but... Radioboxes allows you to choose only 1 from what is in a groupbox. Checkboxes lets you pick more than one. But I see you coded it around to choose only one :P
meh....
-
as a coder you should already know this, but... Radioboxes allows you to choose only 1 from what is in a groupbox.
Actually I didn't know that :S
-
this is a Request to Anyone
how can tell me or Redirect me to a site
that tells you how to Fully Customize your MenuStrip, Cause this way I used to
Customize is lame!
and I have no Idea how to Progress :S
-
Not quite sure what you need really. All properties for the MenuStrip can be located in the properties window in the drag-n-drop designer.
-
Not quite sure what you need really. All properties for the MenuStrip can be located in the properties window in the drag-n-drop designer.
ooh that
yeah but it doesn't Fully cover everything :S
if you look at the picture is the main post you see in the menu strip nasty white-ish lines and such :S
I mean Fully Customize so that even wont be visible or be able to build a menustrip
-
ooh that
yeah but it doesn't Fully cover everything :S
if you look at the picture is the main post you see in the menu strip nasty white-ish lines and such :S
I mean Fully Customize so that even wont be visible or be able to build a menustrip
Not possible with the default control as far as I know. You will have to find some custom control or code one yourself.
-
Finally I had Inspiration! I think Ill be finishing this for the end of the weak ;3