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");
}
En esta página del sitio puede ver el video en línea C# tutorial 29 Using Sharp Develop de Duración hora minuto segunda en buena calidad , que subió el usuario Bluevels Technology 09 mayo 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 88 veces y le gustó 0 a los espectadores. Disfruta viendo!