September 8th, 2011 08:16 PM
Method should return String not String[]
September 8th, 2011 08:13 PM
I did
but it was not working. Ok I will use only
September 7th, 2011 08:06 PM
string computeChecksum(string m)
{
char[] message=m.ToCharArray();
static char ascii_checksum[ 5 ];
int checksum = 0
int i ...
September 7th, 2011 07:39 PM
You have not written the code for Mouse exit( Leave). Just write the event for mouse Leave and restore the Panel Color to original Color. Same for the Second Panel. It should solve your problem
September 7th, 2011 07:36 PM
int x; //Let x be the money
int note_50_number=0,note_20_number=0;
if(x%50==0)
{
note_50_number=x/50;
}
else
{
int r=x%50;
September 7th, 2011 07:26 PM
try out
CString * str_test="Test CString";