[Mono-list] Seeking advice on using monodevelop to learn CSharp

Stifu stifu at free.fr
Sat Apr 10 13:07:11 EDT 2010


First, if you just want your application to work on Windows, you could just
use Visual Studio (or SharpDevelop) instead. This may be a more appropriate
choice. Any reason you decided to go for MonoDevelop if you're only
targetting Windows?

You could still use MonoDevelop, but if you make the user interface with it,
it will be in GTK#, which requires an extra installation on Windows.
Windows.Forms or WPF, on the other hand, are part of the .NET framework (the
latter is not part of Mono, though).

You'll probably want to have a look at System.DateTime.Today, in order to
retrieve the current date...

And to run your application on start up, this may help you:
http://www.geekpedia.com/tutorial151_Run-the-application-at-Windows-startup.html

Good luck.


satimis wrote:
> 
> Hi Stifu,
> 
> 
> 
>> This is pretty vague. What kind of application would you like to make?
>> You may want to check out GTK# tutorials (but then again, I'm not even
>> sure
>> you want to make a program with a UI)...
> 
> 
> I want to create a C# program displaying "Bible Verse of The Day" in a
> window, each day a new verse, and to be repeated next year.  It can also
> work on leap year, i.e. the verse for Feb., 29. also available.
> 
> 
> The .dat file is already prepared as follows;
> 0101|"The LORD shall preserve thy going out and thy coming in from this
> time forth, and even for evermore."|Psalms 121:8
> 0102|"Verily, verily, I say unto you, He that heareth my word, and
> believeth on him that sent me, hath everlasting life, and shall not come
> into condemnation; but is passed from death unto life."|John 5:24
> 0103|"I love them that love me; and those that seek me early shall find
> me."|Proverbs 8:17
> ...
> ...
> 0201|"And be not conformed to this world: but be ye transformed by the
> renewing of your mind, that ye may prove what is that good, and
> acceptable, and perfect will of God."|Romans 12:2
> 0202|"Love not the world, neither the things that are in the world. If any
> man love the world, the love of the Father is not in him...And the world
> passeth away, and the lust thereof: but he that doeth the will of God
> abideth for ever."|1 John 2:15,17
> ....
> etc.
> 
> 
> When MS Windows starts (PC) and after login the "verse of the day" will be
> displayed in a window popup in the centre of the screen.  The said window
> has animated background.  Church melody will play as well.
> 
> At the bottom of the window there is a "Amen" button on the left. 
> Clicking it will close the window and stop the music.  A drop list will
> reside on the right for selecting language.
> 
> The above is the program I expect to create.  Please shed me some light. 
> TIA
> 
> 
> B.R.
> satimis
> 
> PS - .wav sound file and .gif background file are already available.
> 
> Send instant messages to your online friends http://uk.messenger.yahoo.com 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 

-- 
View this message in context: http://n4.nabble.com/Seeking-advice-on-using-monodevelop-to-learn-CSharp-tp1820057p1835503.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list