Dark Legacy Gamers Gaming Community
Welcome to Dark Legacy Gamers Gaming Community
Please login into Dark Legacy Gamers website.
No account?Register now.
Support and vote for Dark Legacy Gamers Gaming Community.
Please be active.


Thank you
Dark Legacy Gamers Gaming Community
Welcome to Dark Legacy Gamers Gaming Community
Please login into Dark Legacy Gamers website.
No account?Register now.
Support and vote for Dark Legacy Gamers Gaming Community.
Please be active.


Thank you
Dark Legacy Gamers Gaming Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 

 DLG Navigator (Beta 0.0.1)

Go down 
+5
iTunes
Darkeiz
CreativeAutumn
Shura
Ulquiorra
9 posters
AuthorMessage
Ulquiorra
DLG Noob



Posts : 56
Points : 61
Reputation : 3
Join date : 2009-10-12

DLG Navigator (Beta 0.0.1) Empty
PostSubject: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptySat Dec 05, 2009 10:15 pm

Hello, I got kind of bored, and seeing the previous announcement threads with links and such I got enough info to make a start navigator or launcher or starter, however you like to call it =)

4 buttons. Very simple. First button (Forums) opens up the forum in your default browser. Other buttons open up the link from the zapto site in a webBrowser inside the application. I tested it out, works just fine. It should anyway since this is an extremely simple program Razz

You can test it out if you want I'll provide a download link and interface screenie below:

Download: Click Here

DLG Navigator (Beta 0.0.1) Dlgnavijpg

source code:
Code:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;

namespace DLG001
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            Process.Start("http://darklegacygamers.forumotion.com/forum.htm");
        }

        private void button2_Click(object sender, EventArgs e)
        {
            webBrowser1.Visible = true;
            webBrowser1.Navigate("http://darklegacygamers.malware-site.www/Register/register.php");
        }

        private void button3_Click(object sender, EventArgs e)
        {
            webBrowser1.Visible = true;
            webBrowser1.Navigate("http://darklegacygamers.malware-site.www/gunzweb/GunzUpdate/");
        }

        private void button4_Click(object sender, EventArgs e)
        {
            webBrowser1.Visible = true;
            webBrowser1.Navigate("http://darklegacygamers.malware-site.www/Download/Dark%20Legacy%20Gamers.exe");
        }
    }
}
Back to top Go down
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptySun Dec 06, 2009 1:21 am

Cool program. xD
Back to top Go down
https://www.youtube.com
CreativeAutumn
Game Master
CreativeAutumn


Posts : 214
Points : 240
Reputation : 1
Join date : 2009-10-10
Location : In Dusk

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptySun Dec 06, 2009 3:16 am

Lol o.O. Nice job
Back to top Go down
https://darklegacygamers.forumotion.com
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptySun Dec 06, 2009 3:31 am

Better is Good Job!
Back to top Go down
https://www.youtube.com
Ulquiorra
DLG Noob



Posts : 56
Points : 61
Reputation : 3
Join date : 2009-10-12

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptySun Dec 06, 2009 1:31 pm

what? lol

later on, i can make it better I guess. took me 10 minute to make it because i had to do stupid interface lol Very Happy

the coding only took like 2-3 minutes =]

any cool features anyone got i'll try to add it ^^
Back to top Go down
CreativeAutumn
Game Master
CreativeAutumn


Posts : 214
Points : 240
Reputation : 1
Join date : 2009-10-10
Location : In Dusk

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptySun Dec 06, 2009 10:14 pm

Uhm kay would be nice
Back to top Go down
https://darklegacygamers.forumotion.com
Ulquiorra
DLG Noob



Posts : 56
Points : 61
Reputation : 3
Join date : 2009-10-12

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptySun Dec 06, 2009 10:15 pm

lols kay Razz

I don't know what you mean by that though
Back to top Go down
Darkeiz
Window 7 User
Window 7 User
Darkeiz


Posts : 78
Points : 985779588
Reputation : 1
Join date : 2008-11-17
Location : Earth

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyMon Dec 07, 2009 12:54 am

Nice guys rep him by pressing the + button on right side
Back to top Go down
https://darklegacygamers.forumotion.com
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyMon Dec 07, 2009 9:21 am

Sure Dark. xD
Back to top Go down
https://www.youtube.com
iTunes
Game Master
iTunes


Posts : 203
Points : 273
Reputation : 8
Join date : 2009-07-17

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyMon Dec 07, 2009 5:34 pm

Darkekiz why can't we make him Dev since we only have 2?>

i am not Forcing you just asking?
Back to top Go down
iTunes
Game Master
iTunes


Posts : 203
Points : 273
Reputation : 8
Join date : 2009-07-17

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyMon Dec 07, 2009 5:35 pm

Ulquiorra wrote:
Hello, I got kind of bored, and seeing the previous announcement threads with links and such I got enough info to make a start navigator or launcher or starter, however you like to call it =)

4 buttons. Very simple. First button (Forums) opens up the forum in your default browser. Other buttons open up the link from the zapto site in a webBrowser inside the application. I tested it out, works just fine. It should anyway since this is an extremely simple program Razz

You can test it out if you want I'll provide a download link and interface screenie below:

Download: Click Here

DLG Navigator (Beta 0.0.1) Dlgnavijpg

source code:
Code:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;

namespace DLG001
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            Process.Start("http://darklegacygamers.forumotion.com/forum.htm");
        }

        private void button2_Click(object sender, EventArgs e)
        {
            webBrowser1.Visible = true;
            webBrowser1.Navigate("http://darklegacygamers.malware-site.www/Register/register.php");
        }

        private void button3_Click(object sender, EventArgs e)
        {
            webBrowser1.Visible = true;
            webBrowser1.Navigate("http://darklegacygamers.malware-site.www/gunzweb/GunzUpdate/");
        }

        private void button4_Click(object sender, EventArgs e)
        {
            webBrowser1.Visible = true;
            webBrowser1.Navigate("http://darklegacygamers.malware-site.www/Download/Dark%20Legacy%20Gamers.exe");
        }
    }
}


Good Job keep up the Good Work and you will become a Dev show us what you got....

can you use Blender Show us

Adobe??

any thing eles
Back to top Go down
Darkeiz
Window 7 User
Window 7 User
Darkeiz


Posts : 78
Points : 985779588
Reputation : 1
Join date : 2008-11-17
Location : Earth

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyMon Dec 07, 2009 9:52 pm

Kay you will be developer
Because you are too good
But atleast make an application please i wont simply hire people without reason
Back to top Go down
https://darklegacygamers.forumotion.com
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyTue Dec 08, 2009 4:01 am

Good.
Back to top Go down
https://www.youtube.com
CircuitPhreak

CircuitPhreak


Posts : 16
Points : 20
Reputation : 0
Join date : 2009-12-07
Age : 31
Location : A series of tubes

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyTue Dec 08, 2009 11:32 am

Creating link buttons is not anything fancy, infact if you put a link button in, on your GUI side it auto adds the code part, and you just have to do a bit of editing.

Go hook ZChat::Input and post that here, then maybe you know how to C++ btw, C++ is shit.

C# is far better.
Back to top Go down
vexrz
DLG Noob
vexrz


Posts : 48
Points : 63
Reputation : 3
Join date : 2009-12-03

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyWed Dec 09, 2009 3:37 am

lol, thats not really that hard as circuit sed.
Back to top Go down
CraziiKiller




Posts : 5
Points : 5
Reputation : 0
Join date : 2009-12-08

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyWed Dec 09, 2009 3:59 am

that is cool, nicely done even though it's easy to do.
Back to top Go down
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyWed Dec 09, 2009 8:48 am

I agree.
Back to top Go down
https://www.youtube.com
Kyuu
Game Master
Kyuu


Posts : 264
Points : 280
Reputation : 8
Join date : 2009-07-18
Age : 28
Location : florida,USA

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyWed Dec 09, 2009 4:50 pm

Well if Circuit can say that, why cant he try to make what ever he said and become a developer ...
Back to top Go down
https://darklegacygamers.forumotion.com/profile.forum?mode=viewpr
CircuitPhreak

CircuitPhreak


Posts : 16
Points : 20
Reputation : 0
Join date : 2009-12-07
Age : 31
Location : A series of tubes

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyWed Dec 09, 2009 9:21 pm

Kyuu wrote:
Well if Circuit can say that, why cant he try to make what ever he said and become a developer ...

I've hooked zChat::Input many of times, it's how my GunZ Winamp Plugin works. how about you take a look at my developer application too before you cry...

https://darklegacygamers.forumotion.com/application-f16/head-developer-t219.htm
Back to top Go down
Shura
Game Master
Shura


Posts : 733
Points : 1062
Reputation : 8
Join date : 2009-07-25

DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) EmptyThu Dec 10, 2009 4:44 am

Huh? O.o
Back to top Go down
https://www.youtube.com
Sponsored content





DLG Navigator (Beta 0.0.1) Empty
PostSubject: Re: DLG Navigator (Beta 0.0.1)   DLG Navigator (Beta 0.0.1) Empty

Back to top Go down
 
DLG Navigator (Beta 0.0.1)
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Dark Legacy Gamers Gaming Community :: Entertaiment :: Developer Zone-
Jump to: