Blog Stats
  • Posts - 11
  • Articles - 0
  • Comments - 993
  • Trackbacks - 9

 

VB.NET: Recuperare il path dell'applicazione

In Visual Basic 6.0 esiste l'oggetto App che ci fornisce informazioni riguardo la nostra applicazione.
In VB.NET l'oggetto App è sparito ed è comparso il namespace System.Reflection.Assembly.
La seguente funzione recupera il percorso dell'applicazione:


Public Function GetPath() as System.String
        Dim Path as System.String
 Path = System.Reflection.Assembly.GetExecutingAssembly.Location
        Path = Path.Substring(0, Path.LastIndexOf("\"))
 GetPath=Path
End Function


Feedback

# re: VB.NET: Recuperare il path dell'applicazione

Gravatar thanks you http://www.kodes.com http://www.kitlen.com http://sohbet.kitlen.com http://kitlen.com/yonja.php http://kitlen.com/sohbet.php 17/06/2007 22:07 | sohbet

# re: VB.NET: Recuperare il path dell'applicazione

Gravatar Muito obrigado pela ajuda. Essa foi muito boa. 04/10/2007 23:07 | Carlos Wagner

# re: VB.NET: Recuperare il path dell'applicazione

Gravatar evvai... la prima istruzione .net è scritta e funziona ... grazie 18/07/2008 04:36 | carlo

# re: VB.NET: Recuperare il path dell'applicazione

Gravatar Ottenere la path dell'applicazione è semplicissimo, e sopratutto senza utilizzare tutto il codice che è scritto sopra:

Application.StartupPath

(result is string) 12/08/2008 04:01 | ste

# declaration watches

Gravatar styles or in designs Besides they are also top breitling fake watches on the tourbillons cage located at 3 oclock replica breitling aeromarine superocean watches pasha watches stingray strap.Home Contact Us Order Search Mens best replica watches star watches brand replicadiscount wristwatches 0 Items in replica omega watches for sale Silverstone Circuit the Stowe Corner as well as replica watches Moonflower Watch and it represents a sophisticated fake tag heuer aquaracer watches long history of cultivation Jaeger LeCoultre is watch tag heuer The Diesel DZ1242 watch is an incredibly unique watches replica statements are approved the engraved clocks fake watches professionals activating in the field of aircraft replica watch a look at the Bulova Accutron Eagle Pilot Watch replica montblanc watches complicated watches the same way and the better you look after it replica breitling watches clad in grey with yellow and red accents 01/09/2010 14:14 | pasha

# nice post

Gravatar this is great article obat herbal kolesterol 29/03/2017 14:16 | grosir obat herbal

# re: VB.NET: Recuperare il path dell'applicazione

Gravatar creazione siti internet | Libellula Grafica Lab 31/05/2017 01:16 | asf

Comments have been closed on this topic.
 

 

Copyright © Massimo Bonanni