473,398 Members | 2,188 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Re: navigate between forms

The correct group for this posting is microsoft.public.dotnet.languages.vb.

Cross posted and follow-ups set to there.

Do you have any code in your form's closing events that might prevent it
from closing ?
"Sergio" <Se****@discussions.microsoft.comwrote in message
news:C0**********************************@microsof t.com...
thanks, my mistake.

"Ken Halter" wrote:
>"Sergio" <Se****@discussions.microsoft.comwrote in message
news:CE**********************************@microso ft.com...
what i need is to call a form2 from a form1, and i need to close the
form1
before the form2 is open, right now i'm doing this:

me.close()

dim objForm2 as new frmForm2
objForm2.showdialog()

but it doen't work, it shows the form2 and don't closes the form1 until
the
form2 is closed.

That doesn't look like a language this group supports. All groups on the
MS
server that start with "microsoft.public.vb" are for pre-dotNet versions
of
VB

If it *were* VB, it would look a little like....

Dim objForm2 as New frmForm2
objForm2.Show
UnLoad Me
Jun 27 '08 #1
0 607

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Fredrik | last post by:
I'm trying to create a WebBrowser control in Visual C# 2005 Express edition Beta 2, bug can't get it working. Using this: webBrowser1.Navigate("http://microsoft.com"); I get: Error 13: Argument...
6
by: Patrick Coghlan | last post by:
I want to create about 4 forms with the same dimensions and background colours, similar to the forms one has to traverse when installing various software packages. I'm using Visual Studio and...
13
by: robert.waters | last post by:
Do you have your users rely on the windows taskbar to manage/navigate between the forms they have open, or do you provide another (more robust) method? Does anyone use a custom navigation system...
2
by: gkostova | last post by:
Hello, Can someone help me. I use Web Browser in my windows form to display html document using flash and javascript, the problem is that not I canot navigate trought all pages of the flash . Then...
6
by: emrodge | last post by:
I'm using Access 2007 on Windows Vista and am having some problems trying to configure a simple button. There are two tables called Clients and Contacts which are linked on clients.id and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.