RunarM Desktop 0.1 Beta

Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
15 posts Page 1 of 2
Contributors
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

RunarM Desktop 0.1 Beta
RunarM
RunarM Desktop 0.1 beta, i started working on it yesterday and i would like to know what you think about it so far.
(inspired by CnS Desktop v3.)
show.png
Download for free:
RunarM Desktop 0.1 Beta.zip
There are many things i haven't done yet. like settings.

-RunarM
You do not have the required permissions to view the files attached to this post.
Just another day in my life.
http://www.codexvideos.com
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: RunarM Desktop 0.1 Beta
RunarM
Make addons, here is a addon kit for top and side!

Source has been removed permanently.

/
Just make and past into App/Addons
Last edited by RunarM on Thu Jan 20, 2011 8:34 pm, edited 1 time in total.
Just another day in my life.
http://www.codexvideos.com
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: RunarM Desktop 0.1 Beta
Codex
Not bad, just could you make up your own 'name' cause like this its confusing...
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: RunarM Desktop 0.1 Beta
hungryhounduk
Hi RunarM
I like that, 8-) its nice and easy to see what is going on, I like the menus and the Party Checkbox, so yes keep developing it as i think that will be a really cool app once you have Finished it.

Great Stuff cooll;

Chris
Image
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: RunarM Desktop 0.1 Beta
CodenStuff
Hello RunarM,

Looking good I like the party feature aswell and the webpage zoom. Most of the other stuff doesnt work yet but I look forward to seeing them in action cooll;

Your doing a good job on this keep it up cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

Re: RunarM Desktop 0.1 Beta
Scottie1972
This is pretty cool.
I love the party feature. Really wuld lik,e to know how to did that.
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: RunarM Desktop 0.1 Beta
Lewis
Party should light up the whole form :P And good job :P
Image
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: RunarM Desktop 0.1 Beta
RunarM
I'm going to release the source in the vip area when i'm done with v. 0.1

Working on settings and built in Youtube Downloader

Scottie1972 wrote:
This is pretty cool.
I love the party feature. Really wuld lik,e to know how to did that.
Code: Select all
#Region "Checkbox4 (Party)"
    Private Sub CheckBox4_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox4.CheckedChanged
        If CheckBox4.Checked = True Then
            PictureBox1.Visible = True
            GroupBox2.BackColor = Color.Red
            Party.Start()
        Else
            PictureBox1.Visible = False
            Party.Stop()
            GroupBox2.BackColor = Color.White
        End If
    End Sub
#End Region
#Region "Party Colors"
    Private Sub Party_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Party.Tick
        If GroupBox2.BackColor = Color.Red Then
            GroupBox2.BackColor = Color.Blue
        ElseIf GroupBox2.BackColor = Color.Blue Then
            GroupBox2.BackColor = Color.Green
        ElseIf GroupBox2.BackColor = Color.Green Then
            GroupBox2.BackColor = Color.Yellow
        ElseIf GroupBox2.BackColor = Color.Yellow Then
            GroupBox2.BackColor = Color.Red
        End If
    End Sub
#End Region
Party Timer Interval: 120



Here is an example with party on the form:
You do not have the required permissions to view the files attached to this post.
Last edited by RunarM on Thu Sep 09, 2010 5:33 pm, edited 1 time in total.
Just another day in my life.
http://www.codexvideos.com
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

Re: RunarM Desktop 0.1 Beta
Scottie1972
Thanks RunarM, I was wondering how that effect was done.
Image
User avatar
DarkyKnife
Top Poster
Top Poster
Posts: 109
Joined: Thu Apr 29, 2010 4:59 pm

Re: RunarM Desktop 0.1 Beta
DarkyKnife
Very nice, I'm waiting for next update, if it will be.
Visit my Youtube chanel
15 posts Page 1 of 2
Return to “Work in Progress”