The mysteries of software development and networking... RSS 2.0



 Sunday, March 05, 2006

In the System.Windows namespace there is an 'Application' object. Your application should make use of this class since it allows for lifetime tracking through events like StartUp and SessionEnding and methods like Run.

We can expand our hello world to:

using System;
using System.Windows;


namespace HelloWorld
{
    public class MyApp : Application
    {
        [STAThread]
        static void Main(string[] args)
        {
            MyApp app = new MyApp();
            app.Startup += app.OnApplicationStart;
            app.Run(args);
        }


        void OnApplicationStart(object sender, StartupEventArgs e)
        {
            Window w = new Window();
            w.Title = "Mark says: Hello World!";
            w.Show();
        }
    }
}

With a little bit of digging around you can find the code that Visual Studio uses for initializing the application:


public partial class MyApp : System.Windows.Application
{
    /// <summary>
    /// InitializeComponent
    /// </summary>
    public void InitializeComponent()
    {
        this.StartupUri = new System.Uri("Window1.xaml", System.UriKind.Relative);
        System.Uri resourceLocater = new System.Uri("myapp.baml", System.UriKind.RelativeOrAbsolute);
        System.Windows.Application.LoadComponent(this, resourceLocater);
    }



    /// <summary>
    /// Application Entry Point.
    /// </summary>
    [System.STAThreadAttribute()]
    public static int Main(string[] args)
    {
        System.Threading.Thread.CurrentThread.SetApartmentState(System.Threading.ApartmentState.STA);
        MyApp app = new MyApp();
        app.InitializeComponent();
        return app.Run(args);
    }
}

As you can see some resources are initialized in the InitializeComponent. By default the VS2005 WinFx project sets up some resources, you find them under the 'Properties' folder. Also an URI is set to track the initial window. This URI is the window that will be started when app.Run(..) is executed.

 

Sunday, March 05, 2006 3:40:50 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
WPF
Tracked by:
"1428_ministry - Calftryin.net" (1428_ministry - Calftryin.net) [Trackback]
"Giochi di Luce" (Giochi di Luce) [Trackback]
"2002_06_24 - Departurebanish.com" (2002_06_24 - Departurebanish.com) [Trackback]
"Calftryin.net" (Calftryin.net) [Trackback]
"Toronto Wireless Community Network (TWCN)" (Toronto Wireless Community Network ... [Trackback]
"Philip Morris agrees to buy Nabisco for $14.9 billion" (Philip Morris agrees to... [Trackback]
"Mannequin Madness" (Mannequin Madness) [Trackback]
"Mute_8977 - Calftryin.net" (Mute_8977 - Calftryin.net) [Trackback]
"Gralty Automotive" (Gralty Automotive) [Trackback]
"Reel Views - Angie" (Reel Views - Angie) [Trackback]
"Verreau_9420 - Calftryin.net" (Verreau_9420 - Calftryin.net) [Trackback]
"939_awards - Calftryin.net" (939_awards - Calftryin.net) [Trackback]
"Voluntary_2161 - Calftryin.net" (Voluntary_2161 - Calftryin.net) [Trackback]
"Murat - Calftryin.net" (Murat - Calftryin.net) [Trackback]
"2004_02_11 - Calftryin.net" (2004_02_11 - Calftryin.net) [Trackback]
"Aluminum 2000" (Aluminum 2000) [Trackback]
"3337_backlash - Departurebanish.com" (3337_backlash - Departurebanish.com) [Trackback]
"IDEC" (IDEC) [Trackback]
"Humanist - Calftryin.net" (Humanist - Calftryin.net) [Trackback]
"8266_opposition - Calftryin.net" (8266_opposition - Calftryin.net) [Trackback]
"4029 - Calftryin.net" (4029 - Calftryin.net) [Trackback]
"hotel 4 stella napoli" (hotel 4 stella napoli) [Trackback]
"fidelity advisor balanced fund" (fidelity advisor balanced fund) [Trackback]
"deca commissary cigarette policy" (deca commissary cigarette policy) [Trackback]
"talent oregon" (talent oregon) [Trackback]
"How Do Antivirus Programs Work" (How Do Antivirus Programs Work) [Trackback]
"Does Buspar Work" (Does Buspar Work) [Trackback]
"villa rental orlando" (villa rental orlando) [Trackback]
"antenna design" (antenna design) [Trackback]
"spirit masks" (spirit masks) [Trackback]
"frasi matrimonio" (frasi matrimonio) [Trackback]
"leasing a car" (leasing a car) [Trackback]
"waterproofing area under deck" (waterproofing area under deck) [Trackback]
"gingivitis antibiotics" (gingivitis antibiotics) [Trackback]
"Biomass Heating Stove" (Biomass Heating Stove) [Trackback]
"kingdom hearts movie" (kingdom hearts movie) [Trackback]
"Tennis Game Rules" (Tennis Game Rules) [Trackback]
"nudist resorts" (nudist resorts) [Trackback]
"timesheet tracking" (timesheet tracking) [Trackback]
"maya personal learning edition" (maya personal learning edition) [Trackback]
"2005 Dodge Ram 1500 ratings" (2005 Dodge Ram 1500 ratings) [Trackback]
"brazil flag" (brazil flag) [Trackback]
"recording studio pictures" (recording studio pictures) [Trackback]
"drama masks" (drama masks) [Trackback]
"Bunting Glider Company" (Bunting Glider Company) [Trackback]
"place a voip call sip service phone brm" (place a voip call sip service phone b... [Trackback]
"college athletic scholarships" (college athletic scholarships) [Trackback]
"Parts America" (Parts America) [Trackback]
"new car sales U. S%2C economy 2005" (new car sales U. S%2C economy 2005) [Trackback]
"hypertension society" (hypertension society) [Trackback]
"alcohol abuse" (alcohol abuse) [Trackback]
"halo figures" (halo figures) [Trackback]
"What is Naproxen" (What is Naproxen) [Trackback]
"managed servers" (managed servers) [Trackback]
"disaster relief Katrina" (disaster relief Katrina) [Trackback]
"Unlock My Mobile Phone by Remote" (Unlock My Mobile Phone by Remote) [Trackback]
"personal helicopter" (personal helicopter) [Trackback]
"despacho abogados barcelona" (despacho abogados barcelona) [Trackback]
"tray ceiling" (tray ceiling) [Trackback]
"hong kong cookware" (hong kong cookware) [Trackback]
"Adhd Adult Quiz" (Adhd Adult Quiz) [Trackback]
"ragazzavirtuale" (ragazzavirtuale) [Trackback]
"Electric Tart Warmers" (Electric Tart Warmers) [Trackback]
"murad acne complex results" (murad acne complex results) [Trackback]
"depression and anxiety" (depression and anxiety) [Trackback]
"remodeling kitchens" (remodeling kitchens) [Trackback]
"staple singers" (staple singers) [Trackback]
"banner rotator javascript" (banner rotator javascript) [Trackback]
"Cypress turning on lathe" (Cypress turning on lathe) [Trackback]
"bemah furnishings" (bemah furnishings) [Trackback]
"kids in the hall" (kids in the hall) [Trackback]
"History of Philippine Film" (History of Philippine Film) [Trackback]
"fake mcse certificate" (fake mcse certificate) [Trackback]
"discount personnel files" (discount personnel files) [Trackback]
"crystal western belts" (crystal western belts) [Trackback]
"feticismogratis" (feticismogratis) [Trackback]
"tariffaingegnere" (tariffaingegnere) [Trackback]
"soulseek" (soulseek) [Trackback]
"siglafilmbudspencer" (siglafilmbudspencer) [Trackback]
"angry kid%3A russian roulette" (angry kid%3A russian roulette) [Trackback]
"offertavoliamsterdam" (offertavoliamsterdam) [Trackback]
"venditadiamante" (venditadiamante) [Trackback]
"car Ionic Air Purifier Ionizer blue" (car Ionic Air Purifier Ionizer blue) [Trackback]
"2005 superbowl bets" (2005 superbowl bets) [Trackback]
"air ion purifier" (air ion purifier) [Trackback]
"fotohardcalzenere" (fotohardcalzenere) [Trackback]
"autonoleggiohannover" (autonoleggiohannover) [Trackback]
"piufreddoridicolostrip" (piufreddoridicolostrip) [Trackback]
"hardware window blinds and shades" (hardware window blinds and shades) [Trackback]
"ufficiocecina" (ufficiocecina) [Trackback]
"system of a down%2C roulette" (system of a down%2C roulette) [Trackback]
"smoking dog" (smoking dog) [Trackback]
"asiatichepompinoincucina" (asiatichepompinoincucina) [Trackback]
"smoking and lung cancer" (smoking and lung cancer) [Trackback]
"onlinetrading" (onlinetrading) [Trackback]
"craps payoff tables" (craps payoff tables) [Trackback]
"Roulette Records Singles Discography Label Photos" (Roulette Records Singles Di... [Trackback]
"sharp plasmacluster air purifier safety" (sharp plasmacluster air purifier safe... [Trackback]
"agenziatraslochi" (agenziatraslochi) [Trackback]
"business retrospect server small" (business retrospect server small) [Trackback]
"vacanzacalabriavillaggio" (vacanzacalabriavillaggio) [Trackback]
"No Vacancy School of Rock" (No Vacancy School of Rock) [Trackback]
"quarantenniscopatedaventenni" (quarantenniscopatedaventenni) [Trackback]
"templer knights dagger" (templer knights dagger) [Trackback]
"gottlieb daimler inventor" (gottlieb daimler inventor) [Trackback]
"dagmar vanderkloot" (dagmar vanderkloot) [Trackback]
"muscle 26 fitness june 2002 dwayne johnson" (muscle 26 fitness june 2002 dwayne... [Trackback]
"hummingbird feeder ant guards" (hummingbird feeder ant guards) [Trackback]
"laura deer dailey obituary" (laura deer dailey obituary) [Trackback]
"dak turbo baker" (dak turbo baker) [Trackback]
"afqt score for air national guard" (afqt score for air national guard) [Trackback]
"consejeria dwe p arejas" (consejeria dwe p arejas) [Trackback]
"michael o'hanlon dvi" (michael o'hanlon dvi) [Trackback]
"hp psc 16002350 all in one" (hp psc 16002350 all in one) [Trackback]
"dwayne jabisky" (dwayne jabisky) [Trackback]
"daisy fuenes" (daisy fuenes) [Trackback]
"dycusburg ky rally" (dycusburg ky rally) [Trackback]
"dak turbo baker" (dak turbo baker) [Trackback]
"dagger tiki kayak" (dagger tiki kayak) [Trackback]
"jan van der roost mp3" (jan van der roost mp3) [Trackback]
"psat test taking hints" (psat test taking hints) [Trackback]
"galco leather barrel guard" (galco leather barrel guard) [Trackback]
"daihatsu rocky 4x4 accesoriesrooftops" (daihatsu rocky 4x4 accesoriesrooftops) [Trackback]
"daisy clipart" (daisy clipart) [Trackback]
"tie dye t shirts" (tie dye t shirts) [Trackback]
"brick dts dvd9" (brick dts dvd9) [Trackback]
"dwl cookbooks" (dwl cookbooks) [Trackback]
"psa adhesive sanding discs" (psa adhesive sanding discs) [Trackback]
"jan sokoloff harness" (jan sokoloff harness) [Trackback]
"dwayne ganier" (dwayne ganier) [Trackback]
"neanderthal or cro-magnon dwelling" (neanderthal or cro-magnon dwelling) [Trackback]
"atlas roof shingles" (atlas roof shingles) [Trackback]
"ludington daily news" (ludington daily news) [Trackback]
"dick dyer toyota" (dick dyer toyota) [Trackback]
"dvdrw r rewritable extdrv usb cables sw media" (dvdrw r rewritable extdrv usb c... [Trackback]
"motorcycle daily" (motorcycle daily) [Trackback]
"tie dye supplies" (tie dye supplies) [Trackback]
"daisy e. erb" (daisy e. erb) [Trackback]
"mini dvd-rw acro" (mini dvd-rw acro) [Trackback]
"sony 63min mini dv" (sony 63min mini dv) [Trackback]
"http://morningside.edu/mics/_notes/pages/effexor/index.html" (http://morningsid... [Pingback]
"http://blastpr.com/wiki/js/pages/nexium/index.html" (http://blastpr.com/wiki/js... [Pingback]
"http://blastpr.com/wiki/js/pages/viagra/index.html" (http://blastpr.com/wiki/js... [Pingback]
"http://morningside.edu/mics/_notes/pages/ultram/index.html" (http://morningside... [Pingback]
"http://morningside.edu/mics/_notes/pages/nexium/index.html" (http://morningside... [Pingback]
"http://blastpr.com/wiki/js/pages/celexa/index.html" (http://blastpr.com/wiki/js... [Pingback]
"http://blastpr.com/wiki/js/pages/lipitor/index.html" (http://blastpr.com/wiki/j... [Pingback]
"http://blastpr.com/wiki/js/pages/celebrex/index.html" (http://blastpr.com/wiki/... [Pingback]
"http://morningside.edu/mics/_notes/pages/lipitor/index.html" (http://morningsid... [Pingback]
"http://morningside.edu/mics/_notes/pages/cymbalta/index.html" (http://morningsi... [Pingback]
"http://blastpr.com/wiki/js/pages/wellbutrin/index.html" (http://blastpr.com/wik... [Pingback]
"http://morningside.edu/mics/_notes/pages/synthroid/index.html" (http://mornings... [Pingback]
"http://blastpr.com/wiki/js/pages/tramadol/index.html" (http://blastpr.com/wiki/... [Pingback]
"http://morningside.edu/mics/_notes/pages/prilosec/index.html" (http://morningsi... [Pingback]
"http://morningside.edu/mics/_notes/pages/clomid/index.html" (http://morningside... [Pingback]
"http://morningside.edu/mics/_notes/pages/accutane/index.html" (http://morningsi... [Pingback]
"http://morningside.edu/mics/_notes/pages/cialis/index.html" (http://morningside... [Pingback]
"http://blastpr.com/wiki/js/pages/hoodia/index.html" (http://blastpr.com/wiki/js... [Pingback]
"http://morningside.edu/mics/_notes/pages/melatonin/index.html" (http://mornings... [Pingback]
"http://morningside.edu/mics/_notes/pages/celexa/index.html" (http://morningside... [Pingback]
"http://morningside.edu/mics/_notes/pages/tramadol/index.html" (http://morningsi... [Pingback]
"http://blastpr.com/wiki/js/pages/ultram/index.html" (http://blastpr.com/wiki/js... [Pingback]
"http://blastpr.com/wiki/js/pages/claritin/index.html" (http://blastpr.com/wiki/... [Pingback]
"http://morningside.edu/mics/_notes/pages/soma/index.html" (http://morningside.e... [Pingback]
"http://morningside.edu/mics/_notes/pages/rainbow-brite/index.html" (http://morn... [Pingback]
"http://blastpr.com/wiki/js/pages/effexor/index.html" (http://blastpr.com/wiki/j... [Pingback]
"http://blastpr.com/wiki/js/pages/cymbalta/index.html" (http://blastpr.com/wiki/... [Pingback]
"http://morningside.edu/mics/_notes/pages/viagra/index.html" (http://morningside... [Pingback]
"http://morningside.edu/mics/_notes/pages/lexapro/index.html" (http://morningsid... [Pingback]
"http://morningside.edu/mics/_notes/pages/celebrex/index.html" (http://morningsi... [Pingback]
"http://morningside.edu/mics/_notes/pages/coumadin/index.html" (http://morningsi... [Pingback]
About
This blog is run by Mark Blomsma.
© Copyright 2008
Develop-One
Sign In
Statistics
Total Posts: 309
This Year: 53
This Month: 6
This Week: 0
Comments: 36
All Content © 2008, Develop-One
DasBlog theme 'Business' created by Christoph De Baene (delarou)