it19862

Results 9 comments of it19862
trafficstars

@dchapyshev Did I understand correctly? Computer-1 - install aspia-host, aspia-console and/or aspia-client Computer-2 - install aspia-host, aspia-console and/or aspia-client

@bubibubi > This is a section of an App.Config. > Could you check if your is similar? > > ``` > > > > > > > > > >...

@BillWagner **Now.** I read the documentation through the browser... **Expectations.** I want to access the documentation through my application. **Question.** Is it possible? Do I need to parse the documentation?...

@gewarren I don't know yet... But probably at the initial stage I would like to get access to such pages https://docs.microsoft.com/en-us/dotnet/api/system?view=net-6.0 To the pages of the namespace object model. To...

@oleg-shilo I just did it this way. ``` using System; using Microsoft.Office.Interop.OneNote; namespace Folder_NS_02 { class Test { static public void Main(string[] args)      { var onenoteApp = new Application2(); string...

@oleg-shilo Do I understand you correctly? `Ctrl + OemPeriod` is `Ctrl + .`?

@TimLethbridge Thank you for not ignoring my question. I have a PHP project. I want to build a class diagram. As well as other charts. I took the project from...

I don't understand... **Project `ph-puml`** The `ph-puml` project is located in the `c:\Projects\PHP\phpumljhofmgithub\pr00\ph-puml\` ![03 06 2022_09-56-48](https://user-images.githubusercontent.com/18245828/171807047-0705df36-688e-46b4-a171-8b7b8c9dfa2f.png) **Project `My`** My project, on the basis of which I want to build a...