Tag Archives: vb 2008

how to code simple splash screen for your application with vb 2008

thisĀ  tutorial shows you how to code splash screen for your application with vb 2008. things you need splash screen (an image of your choice which you like to see when you open your application) installed atleast express edition of visual studio
Posted in Uncategorized | Also tagged | Leave a comment

exiting your vb.net application completely.

i had written an app in which even after pressing the exit button or close button,i could still see the process occupy some memory in task manager. to deal with this,i googled for a while and came to know that this situation arises when some of my application components or objects are still referencing in the [...]
Posted in VB 2008 | Also tagged , | 1 Comment