Click here to Skip to main content
15,900,724 members

Comments by siri2012 (Top 23 by date)

siri2012 4-May-12 1:45am View    
Deleted
ok I will improve my question
siri2012 4-May-12 1:14am View    
when the vertical scrollbar go to bottom, Text should be go up slowly
siri2012 30-Apr-12 3:17am View    
Yes iam new to programming.ok thanks i dont know that's why I asked this question Thanks for your reply
siri2012 24-Apr-12 6:04am View    
private void Form1_KeyDown(object sender, KeyEventArgs e)
{

if (e.KeyCode = Keys.Left)//getting error here
{
System.Windows.Forms.MessageBox.Show("left key pressed");
}
else if (e.KeyCode = Keys.Right) //getting error here
{
System.Windows.Forms.MessageBox.Show("right key pressed");
}

// Keys.Left -

-Cannot implicitly convert type 'System.Windows.Forms.Keys' to 'bool'

//e.KeyCode

--Property or indexer 'System.Windows.Forms.KeyEventArgs.KeyCode' cannot be assigned to -- it is read only
}
siri2012 21-Apr-12 3:14am View    
How retrieve the data from textfile randomly. At run time data should be display in gridview into two columns