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.
Thread moved to "VB.Net" (VB2002 and later) forum from "Application Deployment" forum (which is for questions about installing/distributing your software)
A column named name shouldn't really cause any trouble, since you would usually access that by the quote-enclosed string "Name", or by column ordinal number.
I'm reluctant to open attachments. Is there too much in there to post directly? Also, what error message are you getting?
Thanks for your reply but here problem lies withing designer or somewhere as when I try to open the form it says there is some exception in designer...
Here this zip contains whole vb project so that you may look at it and have precised idea about what I am trying to tell you...