jayawant Posted April 29, 2011 Posted April 29, 2011 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? Quote
Leaders snarfblam Posted April 29, 2011 Leaders Posted April 29, 2011 What do you mean by refreshes? The paint event triggering? Or the form flickering? What is the actual problem you are trying to solve here? Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.