The text of this article is not in this database — only its details are. Read it on the old site: Open a browser from my application using VB.NET
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Open a browser from my application using VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
kishore kumar kandavalliPosted Oct 10, 2007, 2:05 AM
hello, im kishore working as a software developer and im trying to convert my.aplication.openforms to close. Public Sub frmunlaod() Dim frm As System.Windows.Forms.Form For Each frm In My.Application.OpenForms frm.Close() Next frm End Sub. but it is showing me some error as my application.openforms is not a member of my.myapplication. please help me in solving this