by Member 11011845
Dears..I would like to create a antivirus software..I am a fresher in programming... i want the all idea about antivirus software...ant one help me???
by Doughnatch
Is there an alternative for LIKE that returns all the records when the given value is an empty string? Thanks.
by Andrey Bushman
ASCII, OEM, ANSI, and Unicode tables exist. Right me, if I am mistaken: as I understand, these tables live "on the paper" only, i.e. this are agreements which shall be implemented in the fonts later.When the computer loads, it writes some text on the display. Also it writes the text in the...
by babli3
Hi AllI have to convert a string value to binary .can someone let me know how to do it.I tried thisbyte[] EmployeeId = System.Text.Encoding.ASCII.GetBytes(comboBox1.SelectedItem.ToString());Please can someone let me know the right way .Conversion value should show in this way...
by JMMS Karunarathne
when i use VS 2008 i used following codes to load appropriate report, but after i convert it to new Crystal report version alone with new report viewer that support VS 2010 to VS 2013 , the same codding to load command not working, gives no error, it just freeze and hang forever until stop...