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.
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.)
Download for free: There are many things i haven't done yet. like settings.
-RunarM
(inspired by CnS Desktop v3.)
Download for free: 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
http://www.codexvideos.com
Make addons, here is a addon kit for top and side!
Source has been removed permanently.
/
Just make and past into App/Addons
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
http://www.codexvideos.com
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
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
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
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;
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.
This is pretty cool.
I love the party feature. Really wuld lik,e to know how to did that.
I love the party feature. Really wuld lik,e to know how to did that.
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
Here is an example with party on the form:
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
Party Timer Interval: 120#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
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
http://www.codexvideos.com
Very nice, I'm waiting for next update, if it will be.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023