blah blah blah is here! blah blah » Close

0
votes
2 answers

Mouseclick in the whole application

Hi :) I have a form with some labels and a richtextbox. Now I would like, that if the user clicks the left mouse button - some things ocurred. It works, but I can only use it for a special control or for the form. [code] this. ...

0
votes
1 answers

How to create a Database

Hi! How can I create a Database with C# for a tiny program on my local computer. I would like to use ado.net in order to improve my skills. But how to? Is it ok to use sqlconnection and then use sql commands to create a new database ...

Feedback