Hey guys, I know that in primitive versions of vb (as found in excel) there was a line that you could insert to prevent screens from flickering to and fro when it is trying to process something.
Application.screenupdating = false
I am currently using vb.net in Visual Studio 2008 but i was wondering if anyone knows the equivilent for this version. It doesnt recognise this call in VS 2008 using vb.net. Any help would be appreciated! Thanks in advance guys!