Hi Developer,

I created one form application in vb.net. I pick image from directory and paint on form in paint event. but after executing that exe two times in command prompt then one exe is showing form with properly painted but other is showing as full blank.

I want my application should open as many times user want to execute.

in command prompt: I wrote

exe1 & exe2

this opened two window forms. one form1 shoing full image but other form showing completely blank.

Can you please help me to figure out this issue.