I am new to vb 2008. I was trying to design an application using vb 2008 while I got stuck in a problem. I am designing a timer application which launches & terminates some specific application at predetermined time. I wish to store data in DataGridView so that user can see what applications he/she has chosen to run and terminate.
Now, problem came when I was designing this DataGridView. It has one column with name 'Name'. Perhaps it gets conflict with Name property of form in designer. Please help me with this problem as I don't exactly know how does designer work.