Click here to Skip to main content
15,885,985 members

Comments by adithya.hari (Top 7 by date)

adithya.hari 13-Jun-12 0:00am View    
Thanks Manas,
That was more than enough, the 3rd Link Helped me a lot. and i never wanted anybody to give me the full Functionality. I just need a hint, not the whole procedure.
adithya.hari 15-Feb-12 5:43am View    
I checked that file in the resource folder. It is not there. I am not using that file any where in the project. Still it shows the error.
adithya.hari 15-Feb-12 5:41am View    
Selecting 2 or more Controls at a time.
adithya.hari 2-Feb-12 2:30am View    
hahaha..
I'm trying to learn .NET nowadays, I hate Hate Reading Books,
I do small exercise myself, If doubt raises, I'll login to codeproject,
they Clear my doubts.. thats it..
adithya.hari 24-Jan-12 2:34am View    
private void btnPrint_Click(object sender, EventArgs e)
{
printDialog1.Document = printDocument1;
if (printDialog1.ShowDialog() == DialogResult.OK)
{
printDocument1.Print();
}
}