blah blah blah is here! blah blah » Close

0
votes
5 answers

C# application, Read from MySQL Database. Deployed into other machines

if I have a C# application which reads from a local MYSQL database, and when I compiled that C# application, I want to deploy that compiled application into another machine or notebook. Does that mean that I have to re-create the same datab ...

0
votes
1 answers

C# Windows Form Application Errors?

Hello. I get these errors when trying to make a application in Program.cs: [code]Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1());[/code] 1st Line Error: "Ena ...

0
votes
0 answers

Mobile English to French Language Translation with text and Speech Output Internet Connection Problem

I am having my thesis as of now, our topic is about mobile language translation. Unlike other applications, we won't be incorporating any data dictionary in our proposed application, rather, we would be using third party language service pr ...

1
votes
1 answers

using library in ASP.NET

Hi everyone, I have a pretty complex code for Cryptographic operations. It is a collection of around 20 individual C# code working together as a Windows Application. There are many classes, interacting with each other to produce the req ...

Feedback