hi all,
I am used in me.showintaskbar property to remove application from taskmanager.but it removes the form(application)it still refreshes.How to stop the form refresh.to avoid that issue please help me.
In one simple vb.net windows project containing one form ie, form1 its property "Showintaskbar=true" it is set.in that same form one button is there ie,button1. button1_click() event i write the following code: "me.showintaskbar=false".
After run a project form1 is display in taskbar & taskmanager application tab.But after clicking button1 form1 removes in iaskbar & taskmanager but these form has refreshes.How to stop these form refreshes?
I am used in me.showintaskbar property to remove application from taskmanager.but it removes the form(application)it still refreshes.How to stop the form refresh.to avoid that issue please help me.
In one simple vb.net windows project containing one form ie, form1 its property "Showintaskbar=true" it is set.in that same form one button is there ie,button1. button1_click() event i write the following code: "me.showintaskbar=false".
After run a project form1 is display in taskbar & taskmanager application tab.But after clicking button1 form1 removes in iaskbar & taskmanager but these form has refreshes.How to stop these form refreshes?