Using Settings?
Posted: Wed Jun 01, 2011 10:00 pm
I know in vb you use
my.settings.
who would you do this in c# for a if then
like
in vb it would be
but how do i show a form also for that matter lol.
my.settings.
who would you do this in c# for a if then
like
in vb it would be
Code: Select all
i know i left out the end ifIf my.settings.blah = "" then
Form1.show
but how do i show a form also for that matter lol.