PsychoNINJA
Member
- Joined
- Sep 18, 2021
- Messages
- 12
- Programming Experience
- 1-3
Hello dear csharpforums.net community,
I want to make 2 program (Console and WinForm)
I would like to write my main progress and main scripts in console that I want to place it in windows VPS included with MySql Database in it, all data managements in database will requested by client-side WinForm by user, then send it to console app (Server-side) then do everything requested by user in client-side.
My second program is client-side (WinForm) can communicate to Console app (Server-side) via VPS IP in client-side WinForm program requests some actions, revealing or showing some data sent by server-side program (console app)
How can I make these application able to communicate with each other or transfer some data?
sorry if my grammer in english is bad, and sorry if my words arent understandable.
I want to make 2 program (Console and WinForm)
I would like to write my main progress and main scripts in console that I want to place it in windows VPS included with MySql Database in it, all data managements in database will requested by client-side WinForm by user, then send it to console app (Server-side) then do everything requested by user in client-side.
My second program is client-side (WinForm) can communicate to Console app (Server-side) via VPS IP in client-side WinForm program requests some actions, revealing or showing some data sent by server-side program (console app)
How can I make these application able to communicate with each other or transfer some data?
sorry if my grammer in english is bad, and sorry if my words arent understandable.