Open Form In Same Window?
Jan 9, 2012
I want to open a second form from the same window.the form2 should have the same size of the form1.I have searched a lot in order to find a good solution for this.and i thought of using panels. i would hide the panel when opening form1. a button in form1 will show the panel. it works just the way i want.form1 has the datagridview while the panel contains the details in which i will use to update the table.but i cant seem to update the table.is there a better way to open form2 in the same window and how can i update the table if i use panels.
View 13 Replies
ADVERTISEMENT
Oct 12, 2010
I have create a project with one main form window and also i have to use a number of other forms as well. now i want to open these other forms inside the main window and not outside. I'm using Visual Studio .NET 2010 as developing environment.
View 1 Replies
Feb 24, 2009
if you guys have used office 2003 or better( i am sure all) then you would have seen that when the help window open it causes the active windows say of MS WORD to change accordingly so that this help windows fits with it along the right side and this functionality i want to implement in my VB windows application and have no idea how to do it Also i have seen this feature in GOOGLE DESKTOP GADGETS...
i want to implement that when my application opens which ever is the active window( of any application) snaps to the left and allows my application to fir in the right hand side i am developing my application in VS 2005 using Visual Basic.
View 1 Replies
May 27, 2010
i wonder how i can open a new form in same window . Example : i have a button on my first form when user click the button , form2 must appear in same window .
View 1 Replies
Oct 11, 2009
I am working on ASP.net using VB.net. I need to load a page in a new window on button click.
View 3 Replies
Feb 4, 2012
I'm making a game in which you advance through the levels when you click some buttons, the way I'm doing it is "formname.show" and "me.hide" inside the button code, but the problem is, using this code, it shows somewhat of an unprofessional look because it opens a new window everytime I reach a new level, and it gets quite annoying also.
View 1 Replies
May 30, 2012
I am trying to open my form in Design View but instead I receive the following text;
[Code]...
View 5 Replies
Mar 9, 2010
I want to detect if a window form is open and if it is then I would like to bring it in front rather than opening it again. I know I need a form collection for this but I want to know if there is a built in form collection that holds all the forms in VB.NET or I need to implement my own.
View 3 Replies
Feb 15, 2012
I am having a difficulty in this login form that I have made. The same as the premade template login in VB 2008 which I am using right now.Here's what happens when I run the program Log in form open > Log in successful > Main window appears *The login form still does not disappear.
I tried hiding it via me.hide() Log in form open > log in successful > Main window appears > log in form disappear.*Now the problem is that I cant close the whole application because the login form is still there only hidden. Again I tried putting in the "EXIT" button the code me.close() login.close()Log in form open > log in successful > Main window appears > log in form disappears > Exit application *Now everything seems to be ok now and then I found another problem.Instead of clicking the exit button I tried clicking the X button on the main window. There I found out that it only closes the main window. Therefore not closing the whole application because the login form is still hidden.
View 2 Replies
May 28, 2009
i try to make an application that can communicate with the door magnetic device. So, when the visitor come to my house, i can control the door OPEN or LOCK using my PC. I;ve created a window form using VB.NET with button "OPEN" and "LOCK". Can anyone provide me some advise how to do this, or with some source code together found in other website?
View 3 Replies
Jun 12, 2009
when i use the "anything.show" command, it will always open in a new window... How can i make it open in the same window?
View 11 Replies
Jun 12, 2009
I am trying to pass query string from one page to popup window as follow:
Dim popupScript As String = "window.open('cFinder.aspx?cName=" & c_TextBox.Text & "','', 'width=420,height=200,menubar=no,scrollbars=yes');"
If (Not Page.ClientScript.IsStartupScriptRegistered("popup")) Then
[code].....
View 5 Replies
Mar 29, 2011
When I run project splashscreen is popup and then Logon window is run. But unfortunately when Logon window is run the splashscreen still open like maximized window and I cannot see Logon window. How to fix that problem?
View 1 Replies
Mar 11, 2010
Private Sub LinkClicked(ByVal sender As Object, ByVal e As EventArgs)
Dim link As HtmlElement = WebBrowser1.Document.ActiveElement
Dim url As String = link.GetAttribute("href")
[code]...
Okay so here's the question how do I get the links that open in a new window to open in my main webbrowser control. The above code does some, but it's not fool proof.
View 1 Replies
Nov 5, 2009
how to raise the mouse leave and mouse hover events for VB when i place my mouse cursor over the button.
When my mouse cursor is over the buttons, it will raise the mouse hover event and open the form, then when the mouse leaves the button, it will close the form upon raising the mouse leave event.
but currently, When i excute this two events, the for will open and close very,very fast. so fast that it is like spamming the VB.
So i am wondering how to change the code that i have to excecute the event one time every time the mouse is over the button which is created at run time.
the codes to execute these two events are:
Private Sub Button_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs)
For Each ctl As Control In PictureBox1.Controls
[Code].....
View 7 Replies
Nov 12, 2009
[URL] I have tried heslacher's method which is Hi clzanas, you problems had been the result of calling a for each loop inside the events. If you only want for the button you hoover / leave to call the ShowDetails.Open/close, then you can take the code below:
Private Sub Button_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs)
If TypeOf sender Is Button Then
ShowDetails.Close()
[code]....
But i got the same results as my previous code, resulting in the form opening and closing so fast that it is like spamming the window.
View 3 Replies
Jul 13, 2011
I like to open a file. The open option should be shown in a separate window. My code works fine but the open window is not displaying to open a file. Here is the code:
private void OpenMyFile()
{
string path = GetPath() + ViewState["fileopen"];
[Code]....
View 4 Replies
Aug 6, 2009
I am making a browser and i have putted tabs in it too. But when i click "open in new window" in my browser the internet explorar pops up. I want my browser window to pop up. Secondly the "open in new tab" option is not avaliable when i right click a link. How to make it avaliable and the new tab should open in my browser(not internet explorar)
View 2 Replies
Feb 23, 2009
How I Can open the same form in my application one time only can not open the form tow time in same time
View 5 Replies
Feb 12, 2010
So i have a program and pretty much they enter a user name and pw.Then press log in Once they press log in i want a new window to pop up With more stuff i will put in it.The log in user name and pw can be anything.But how can i make it to where once they press login button a new window will pop up and the old one with the log in page will vanish and in the new window ima add more codes
View 7 Replies
Jan 6, 2012
So I'm making a program where you enter your name click enter then that window closes and a new one opens up. How would I make a new window open up?
View 5 Replies
Feb 14, 2010
Im currently making a program that basically tries to create an account (aint started with database yet) so my program starts off with a window which tells me the basic information and then there is a button on the window, asking me to start creating my account, what I want is for another window a appear asking for the details, how would I go about adding a new window? im using Visual basic 2008 express edition.
View 2 Replies
Aug 13, 2009
I am using very simple code to open up a hard coded link in IE.[code]I have looked and everyone has a different way of doing it, none of which I can make work.Is there a simple explanation for making it work ?
View 14 Replies
Mar 11, 2010
im trying to run "ipconfig /all" in vb this is the code i have but the window closes down after it has completed the command is there away to keep the window active until the user wants to close it?
[Code]...
View 2 Replies
Mar 20, 2012
I'm running Visual Studio 2008. Often, when I'm in one project, I want to open another project that is related in some way, either to fix a bug that affects both or implement a feature that will benefit both.If I'm currently editing project A, how can I open project B in a new window?
View 4 Replies
Jun 22, 2010
we use a terminal emulator called facetwin to run our main unix based applications we want to attach a small document scanner and magnetic strip reader to the system this runs on currently we have a magnetic reader that emulates a keyboard so it sends keystrokes back to the unix app. however the new scanner does not.
[Code]...
View 3 Replies
Feb 26, 2010
Private Sub NTSD_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.AxWebBrowser1.Navigate("NTSD2010.swf")
[Code]....
View 5 Replies
Jan 19, 2011
I cannot seem to open a new window in WPF consistantly. It will work one time, and then the next time I execute the same script, it throws the following exception:
XAMLParseException occured 'Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.' Line number '4' and line position '208'. {Cannot evaluate expression because the code of the current method is optimized.}
Here is the script:
Dim Window As Window = New GAME_WINDOW
Window.Show()
Yes, "GAME_WINDOW" is a legitimate WPF window. Here are the first four lines of XAML code for the window I'm trying to open:
<Window x:Class="GAME_WINDOW"
xmlns="[URL]"
xmlns:x="[URL]"
Title="Operation SpyRat: Word4Word" Icon="/VBP-WORD4WORD;component/alicia.ico" WindowState="Maximized" Background="Black" xmlns:my="clr-namespace:VBP_WORD4WORD">
View 1 Replies
Mar 18, 2009
Having problems trying to find or come up with code to open my current web browser i have made, in a new window using the file option in the menu strip
View 1 Replies
Nov 18, 2010
I want to open a Windows Application window that has the contents of another solutiowhen I click on the button. How do I do this?
View 3 Replies