Take Control

Here you will find the latest competition contest and the entries for them. Hurry and submit yours now.
36 posts Page 2 of 4
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Re: Take Control
CodenStuff
Yes you can post ones that contain multiple controls.

Yes you can post 2 seperate entries.

When the contest ends I will choose the ones I like the best and then put those up for a vote and the vote decides the winner. If you post more than 1 entry only one will go through to the vote (if I choose it that is lol).

The winner of the contest gets to choose 1 of the prizes listed above...the losers get banned :lol: (yes that last part was a joke!)
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Take Control
MrAksel
Thanks for the info :) I'll probably choose the domain if I win, since I have minecraft. Or, since I have no need for the domain, I could get minecraft and give it to my cousin :)
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
DeveloperJacob
VIP - Donator
VIP - Donator
Posts: 87
Joined: Sun May 27, 2012 12:40 pm

Re: Take Control
DeveloperJacob
My Entry:

viewtopic.php?f=122&p=70106#p70106

It's a kind of image editor control.
Image
User avatar
codedrive
VIP - Donator
VIP - Donator
Posts: 28
Joined: Tue Jul 17, 2012 5:25 pm

Re: Take Control
codedrive
Loole Search Engine

viewtopic.php?f=17&t=9549
Image
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Take Control
comathi
#codedrive , this cannot count as an entry, because you must:

1) Provide a custom control (likely in the form of a DLL)
2) Make it using either VB.NET or C#
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Take Control
comathi
Introducing... Weather! Powered by Yahoo! Weather API :)

It can easily display the weather conditions for almost any major town in the world, using Yahoo!'s WOEID (Where On Earth Identification) number. You can also choose to display in either Celcius or Fahrenheit.

How to use the control
Two custom properties can be changed:

1)UseMetric (Boolean): If set to True, it'll display temperatures using Celcius, if False, Fahrenheit.
2)WOEID (String): This is where you can input the WOEID of the desired location.

Image

Of course, you can also change the properties via code, like so:
Code: Select all
Weather1.WOEID="3534"
Weather1.UseMetric=False
Here are a few WOEID numbers you can use to test it:

- 3534 (Montréal, Québec, Canada)
- 44418 (London, England)
- 2379574 (Chicago, Illinois, USA)
- 851128 (Zagreb, Croatia)

Additionnal IDs can be found here: http://woeid.rosselliot.co.nz/

To get the weather, just use the following line of code:
Code: Select all
Weather1.getWeather()
That's all! Simple as that :)

Screenshot
Image

Download
Weather.zip
Enjoy :)
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: Take Control
Shim
comathi wrote:
Introducing... Weather! Powered by Yahoo! Weather API :)

It can easily display the weather conditions for almost any major town in the world, using Yahoo!'s WOEID (Where On Earth Identification) number. You can also choose to display in either Celcius or Fahrenheit.

How to use the control
Two custom properties can be changed:

1)UseMetric (Boolean): If set to True, it'll display temperatures using Celcius, if False, Fahrenheit.
2)WOEID (String): This is where you can input the WOEID of the desired location.

Image

Of course, you can also change the properties via code, like so:
Code: Select all
Weather1.WOEID="3534"
Weather1.UseMetric=False
Here are a few WOEID numbers you can use to test it:

- 3534 (Montréal, Québec, Canada)
- 44418 (London, England)
- 2379574 (Chicago, Illinois, USA)
- 851128 (Zagreb, Croatia)

Additionnal IDs can be found here: http://woeid.rosselliot.co.nz/

To get the weather, just use the following line of code:
Code: Select all
Weather1.getWeather()
That's all! Simple as that :)

Screenshot
Image

Download
Weather.zip
Enjoy :)
wow !! thats amazing #comathi :D , wish you all the best :D :D
Find my programs on Softpedia
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Take Control
Codex
Does the custom control have to be something you see or can it be like a function accessed by code ?
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
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Re: Take Control
CodenBoy
soo cool #comathi , from now i choose u as the winner :D wahooo; :P
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Re: Take Control
Vikhedgehog
Can we use API? Like, if I use a network library and make a control that uses some of the code.
36 posts Page 2 of 4
Return to “Competitions”