I have developed one GUI in vb.net but now I want to use C as backend code along with MySql as database. Is it possible to create such a application. I have been using C and MySql under Fedora and I have my GUI ready in vb.net. Can you tell me how can I communicate these thing together? For ex. I have add button on front end, when I click add button, and instead of defining functionality in vb.net I want to send input to C function and then C function will execute and return output.
K
kus_hal03
@kus_hal03
Posts
-
C, VB.net, MySql -
C, VB.net, MySqlYes I want to use first approach means I will use client-server approach. But can you tell me how can I do this?
-
C, VB.net, MySqlI have developed one GUI in vb.net but now I want to use C as backend code along with MySql as database. Is it possible to create such a application. I have been using C and MySql under Fedora and I have my GUI ready in vb.net. Can you tell me how can I communicate these thing together? For ex. I have add button on front end, when I click add button, and instead of defining functionality in vb.net I want to send input to C function and then C function will execute and return output.