menu
-
I have created a menu in win32 api.In that menu i have inserted "Word","excel" like menus.In that when i clicked word it opens word document,in word i enter a some text and when i am going to save the document it should save only in particular folder only .How it can be possible.Give me some idea to do me.:((
-
I have created a menu in win32 api.In that menu i have inserted "Word","excel" like menus.In that when i clicked word it opens word document,in word i enter a some text and when i am going to save the document it should save only in particular folder only .How it can be possible.Give me some idea to do me.:((
Put the address of the folder in which you want to save your documents into the registry (at the time of opening the document).These changes will be made to the registry entry of Word.Now when you ask word to save a file it would automatically read the same path always. You will have to search where word stores these registry values Give it a Try at this and if you have some problem get back to me. Wishes. Anshuman Dandekar Dare to Dream, Care to Achieve............. -- modified at 7:24 Wednesday 8th February, 2006
-
Put the address of the folder in which you want to save your documents into the registry (at the time of opening the document).These changes will be made to the registry entry of Word.Now when you ask word to save a file it would automatically read the same path always. You will have to search where word stores these registry values Give it a Try at this and if you have some problem get back to me. Wishes. Anshuman Dandekar Dare to Dream, Care to Achieve............. -- modified at 7:24 Wednesday 8th February, 2006
That ok sir using win32 api is any function to control the operation.If i use that in my application it will affect the actual word operation or not.
-
That ok sir using win32 api is any function to control the operation.If i use that in my application it will affect the actual word operation or not.
Search MSDN for GetOpenFileName / GetSaveFileName function . Wishes. Anshuman Dandekar Dare to Dream, Care to Achieve.............