C# tutorial 29 Using Sharp Develop

Published: 09 May 2022
on channel: Bluevels Technology
88
0

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");
}


On this page of the site you can watch the video online C# tutorial 29 Using Sharp Develop with a duration of hours minute second in good quality, which was uploaded by the user Bluevels Technology 09 May 2022, share the link with friends and acquaintances, this video has already been watched 88 times on youtube and it was liked by 0 viewers. Enjoy your viewing!