hello~
i was wondering how can i tell datagridview to do something automatically?
for example...usual ly its easy to tell datagridview to do whatever if you click anywhere in the datagridview... but i want datagrid view to do something as soon as the program is running
i was thinking that i have to change the private sub 'handles' to something but idk which event to choose...curren tly my program works if the datagridview handles 'cellcountclick ' which i don't want
i've attached the code...BTW I'M USING VISUAL BASICS 10
i was wondering how can i tell datagridview to do something automatically?
for example...usual ly its easy to tell datagridview to do whatever if you click anywhere in the datagridview... but i want datagrid view to do something as soon as the program is running
i was thinking that i have to change the private sub 'handles' to something but idk which event to choose...curren tly my program works if the datagridview handles 'cellcountclick ' which i don't want
i've attached the code...BTW I'M USING VISUAL BASICS 10
Comment