|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Get " My Music" directoryI have a text input, and I would like the default text in it to be the
path to the current user's My Music directory. How can this be achieved? "igul222" <TFBFQF4***@gmail.com> wrote in message Text1.Text = Microsoft.VisualBasic.FileIO.SpecialDirectories.MyMusicnews:1139960582.088033.202480@g44g2000cwa.googlegroups.com... >I have a text input, and I would like the default text in it to be the > path to the current user's My Music directory. How can this be achieved? > "igul222" <TFBFQF4***@gmail.com> schrieb: 'Environment.GetFolderPath(Environment.SpecialFolder.MyMusic)'.>I have a text input, and I would like the default text in it to be the > path to the current user's My Music directory. How can this be achieved? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message There sure are a lot of ways to skin the cat with .Net!news:%23STPjYcMGHA.2064@TK2MSFTNGP09.phx.gbl... > "igul222" <TFBFQF4***@gmail.com> schrieb: >>I have a text input, and I would like the default text in it to be the >> path to the current user's My Music directory. How can this be achieved? > > 'Environment.GetFolderPath(Environment.SpecialFolder.MyMusic)'. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> And that lot was only shaving the fur off the left ear :)
Show quoteHide quote "Al Reid" <arei***@reidDASHhome.com> wrote in message news:ucAkdbcMGHA.1132@TK2MSFTNGP10.phx.gbl... > "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message > news:%23STPjYcMGHA.2064@TK2MSFTNGP09.phx.gbl... >> "igul222" <TFBFQF4***@gmail.com> schrieb: >>>I have a text input, and I would like the default text in it to be the >>> path to the current user's My Music directory. How can this be achieved? >> >> 'Environment.GetFolderPath(Environment.SpecialFolder.MyMusic)'. >> >> -- >> M S Herfried K. Wagner >> M V P <URL:http://dotnet.mvps.org/> >> V B <URL:http://classicvb.org/petition/> > > There sure are a lot of ways to skin the cat with .Net! > |
|||||||||||||||||||||||