In this video I will show you how to create a software using C# and Sharp Develop.
Enjoy.
Also I meant to say single and double quote instead of columns sorry for that.
Bluevels Technology https://www.bluevels.com
MySql Connector https://dev.mysql.com/downloads/conne...
Download Sharp Develop http://www.icsharpcode.net/
//for only single and double quote
if (e.KeyChar == Convert.ToChar(Keys.Enter))
{
e.Handled = true;
MessageBox.Show("Not Allowed");
}
if (e.KeyChar == '"' || e.KeyChar == '\'')
{
e.Handled = true;
MessageBox.Show("Not Allowed");
}
In questa pagina del sito puoi guardare il video online C# tutorial 29 Using Sharp Develop della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Bluevels Technology 09 maggio 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 88 volte e gli è piaciuto 0 spettatori. Buona visione!