Hi,
first of all, thank you for this great piece of software.
My work involves a lot of RDP to a lot of differents clients for debugging our application on their system and this
is the best multi-tabbed interface to manage RDP connections I came accross.
Furthermore, it's open source and done in vb.net rather than C# (which is better for me since I'm used to VB verbose).
I'm documenting myself on how to use github and submit pull request (which I think is the way to submit correction — as I said, still looking into it)) but
I would like to mention I had some trouble setting up the environment.
I had to manually add reference to
- AxWflcaLib.dll
- Interop.EOLWTSCOM.dll
- Interop.WFLCALib.dll
- WFlcaLib.dll
Some of the dlls were not in the source code download so I navigated through the history of the project until I found the "before deletion" version on the github project.
After doing that, everything compiled just fine.
Other than that, what would be the best way to contribute to the project ?
Do developpers contributing uses solely the dashboard at https://mremoteng.atlassian.net/browse/MR ?