|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Find All users DesktopHow do I find the all Users Desktop.
I want to put a shortcut there? And at the same time I want to add a shortcut to the 'StartBar' reidarT Hope this helps
Watch for line wrap Module Module1 Sub Main() Dim folderPath As String Dim tempPath As String tempPath = (System.Environment.GetFolderPath _ (Environment.SpecialFolder.CommonApplicationData)) folderPath = tempPath.Replace("Application Data", "Desktop") Console.WriteLine(folderPath) Console.ReadLine() End Sub End Module Show quoteHide quote "reidarT" <rei***@eivon.no> wrote in message news:Oa9GAAfFHHA.1912@TK2MSFTNGP03.phx.gbl... > How do I find the all Users Desktop. > I want to put a shortcut there? > And at the same time I want to add a shortcut to the 'StartBar' > > reidarT >
best way to learn Windows Forms
Upgrading Access 97 application to dotNet For loop variable date Merging two tables in Dataset? I only want to get the matching info based on the two key fields Manage DataBase How to set an objects property using Reflection How do you start an assembly dynamically with constructors Changing Color of TextBox on Hover - With Correct Examples!!! Enter Key vs. Tab Key Q: VS2005 |
|||||||||||||||||||||||