|
-
Jan 31st, 2005, 10:58 AM
#1
Thread Starter
Member
Application Defaults in Windows
Does anybody know how to set some defaults when a user clicks Open in an application running on Windows.
For example, the user goes to File...Open in OriginPro. When the browser opens up it is automatically pointing to the path C:\ and the files/folders are displayed in details view.
Thanks
-
Jan 31st, 2005, 03:48 PM
#2
Re: Application Defaults in Windows
In Windows Explorer, choose Tools -> Folder Options -> FileTypes
this will list the associations. take a look at some of them before you try to make new ones, or change one. you can do some real damage here...
-
Feb 1st, 2005, 01:21 AM
#3
Re: Application Defaults in Windows
I don't think he was talking about file associations, rather the Open dialog that is common in most Windows programs such as open a document in Microsoft Word.
I'm not quite sure if there are any defaults for the dialog. I tried quite a few things and I couldn't get them to stick. Though some folders such as the My Pictures folder is always thumbnailed for me, the rest are all in List view.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Feb 1st, 2005, 02:26 AM
#4
Re: Application Defaults in Windows
You can set the Open, Edit, and Print options there, too. That's what I thought that he wanted to do.
-
Feb 1st, 2005, 04:07 AM
#5
Thread Starter
Member
Re: Application Defaults in Windows
cheers guys
I'll have a play around and let you know how I get on.
-
Feb 1st, 2005, 04:13 AM
#6
Thread Starter
Member
Re: Application Defaults in Windows
Those options seem to be for the default program to open a file with.
I mean to set the default view and location of the Open dialogue within the actual program/application itself.
-
Feb 1st, 2005, 04:31 PM
#7
Re: Application Defaults in Windows
most vb programs use app.path. If it is anything else, then it is probably saved in each program. I don't have any programs that open in the root directory. Word opens in My Documents for the user that is logged on, but you can change that if you want. I don't think that there is a global setting for all programs, but there is one for network logons.
You may want to map a drive or two to specific directories, and have the apps use them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|