how do I make a universal uwp Microsoft office app using microsoft visual studio community 2019 on windows 10
how do I make a universal uwp Microsoft office app using microsoft visual studio community 2019 on windows 10![28985-office.png][1] [1]: /api/attachments/28985-office.png?platform=QnA
Universal Windows Platform (UWP)
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-09-29T03:55:17.75+00:00 Could you please tell me the detailed function that you want to implement?
-
Anonymous
2020-09-29T04:50:29.597+00:00 i want to make the word, excel, outlook email and power point apps on vs in one app program to put onto the microsoft store ..........
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-09-29T05:43:23.69+00:00 Could you please tell me why you want to develop it yourself instead of launching the existing office app?
-
Anonymous
2020-09-29T07:20:04.027+00:00 i want to make my own new office program to put onto the microsoft store to make money eg lukes office ect
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-09-29T08:43:40.823+00:00 If you want to create your own office app, let's the word function first, you need to decide what functions you are going to implement in your app like writing, editing, and more. Then make sure what kind of resource that will be used in the development and design the UI of your app after you could begin to implement the functions you want.
-
Anonymous
2020-09-29T12:28:12.76+00:00 ![29182-screenshot-142.png][1] [1]: /answers/storage/temp/29182-screenshot-142.png the same everything that yours this one does and has with all the functions, tools ect
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-09-30T01:39:48.177+00:00 Then you could try to implement these functions yourself. You could start by creating a same layout like the office app.
-
Anonymous
2020-09-30T02:43:44.65+00:00 how do I do that
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-09-30T02:50:33.02+00:00 Well, as I mentioned in my last comment, you could start by creating a layout first. You need to do that by yourself because you are developing your own app.
-
Anonymous
2020-09-30T02:58:54.303+00:00 How do i make a layout
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-09-30T03:05:35.473+00:00 You could put some controls in your app and place them in different places to create the layout you want.
Please refer to this document to learn basic information about layout: Layout.
You could also refer to this document to learn about controls in UWP apps: Controls for Windows apps
-
Anonymous
2020-10-02T13:33:23.427+00:00 it is a microsoft problem
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-10-12T08:25:27.917+00:00 Could you please tell me what do you mean by it is a Microsoft problem?
-
Anonymous
2020-10-13T12:30:28.86+00:00 I want to make a uwp word app like yours to put on the microsoft store
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-10-14T03:32:16.72+00:00 If you want to create a word reader editor app, you will still need to check the documents that I mentioned in my previous comment to build the layout first. Then you could implement the functions in your app.
-
Anonymous
2020-10-24T08:02:02.92+00:00 How do I do that
-
Roy Li - MSFT 32,921 Reputation points • Microsoft Vendor
2020-10-26T02:37:13.843+00:00 If you want to create a word reader editor app, you will still need to check the documents of the following to decide the layout you wan to use.
Please refer to this document to learn basic information about layout: Layout.
You could also refer to this document to learn about controls in UWP apps: Controls for Windows apps
Sign in to comment