This forum is in archive mode. You will not be able to post new content.

Author Topic: Something I was working on.  (Read 3262 times)

0 Members and 2 Guests are viewing this topic.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Something I was working on.
« on: April 08, 2011, 08:18:20 PM »
this was what I was working on:


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.

Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Something I was working on.
« Reply #1 on: 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 ;)
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Something I was working on.
« Reply #2 on: 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.

Offline I_Learning_I

  • Knight
  • **
  • Posts: 267
  • Cookies: 26
  • Nor black or white, not even grey. What hat am I?
    • View Profile
    • Hacking F0r Fr33
Re: Something I was working on.
« Reply #3 on: 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:
Code: [Select]
<html>
<?php
int
void

You get the point ;)
Keep the good work, I always liked your programs :)
Thanks for reading,
I_Learning_I

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Something I was working on.
« Reply #4 on: 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. :)

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Something I was working on.
« Reply #5 on: 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 .

« Last Edit: April 08, 2011, 11:20:10 PM by Huntondoom »
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Something I was working on.
« Reply #6 on: 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....

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Something I was working on.
« Reply #7 on: 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
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Something I was working on.
« Reply #8 on: 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
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Something I was working on.
« Reply #9 on: 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.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Something I was working on.
« Reply #10 on: 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

Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Something I was working on.
« Reply #11 on: 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.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Something I was working on.
« Reply #12 on: October 03, 2011, 07:34:10 PM »
Finally I had Inspiration! I think Ill be finishing this for the end of the weak ;3
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.