EvilZone

Programming and Scripting => Projects and Discussion => : Huntondoom April 08, 2011, 08:18:20 PM

: Something I was working on.
: 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.

: Re: Something I was working on.
: ande April 08, 2011, 08:44:19 PM
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 ;)
: Re: Something I was working on.
: Zesh April 08, 2011, 09:16:00 PM
Ooooh nice. Better than what Ive got ;D As ande has said look at other editors for inspiration.
: Re: Something I was working on.
: I_Learning_I April 08, 2011, 10:49:43 PM
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 :)
: Re: Something I was working on.
: Kulverstukas April 08, 2011, 10:55:41 PM
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. :)
: Re: Something I was working on.
: Huntondoom April 08, 2011, 11:15:14 PM
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)
: Re: Something I was working on.
: Kulverstukas April 08, 2011, 11:50:29 PM
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....
: Re: Something I was working on.
: Huntondoom April 09, 2011, 12:01:22 AM
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
: Re: Something I was working on.
: Huntondoom April 25, 2011, 08:23:25 PM
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
: Re: Something I was working on.
: ande April 25, 2011, 08:40:08 PM
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.
: Re: Something I was working on.
: Huntondoom April 25, 2011, 10:45:37 PM
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

: Re: Something I was working on.
: ande April 25, 2011, 10:55:59 PM
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.
: Re: Something I was working on.
: Huntondoom October 03, 2011, 07:34:10 PM
Finally I had Inspiration! I think Ill be finishing this for the end of the weak ;3