No announcements
Found 2929403 threads
-
5 Votes
Opening a Form from Another Form
However, now I'm going to try to complicate things by trying to open another form (FormC) from FormB to see where that leads me.Answered | 6 Replies | 9808 Views | Created by Deeb1234 - Wednesday, July 8, 2009 6:57 PM | Last reply by Deeb1234 - Thursday, July 9, 2009 9:40 PM -
0 Votes
Problem with opening form from another form
Your problem is not in the Form1 code that opens the form - the problem is with Form2 itself.Answered | 5 Replies | 504 Views | Created by Queen Juliet - Friday, January 23, 2015 12:08 PM | Last reply by Acamar - Friday, January 23, 2015 8:55 PM -
1 Votes
Open another form in the center position of previous form?
I am trying to get the new form to open directly in the center of the old form.Answered | 2 Replies | 1306 Views | Created by Eric Robbins - Thursday, January 31, 2013 3:04 PM | Last reply by Reed Kimble - Thursday, January 31, 2013 4:17 PM -
1 Votes
Calling a form from another form
Open a windows Forms app and on the Form1 place 4 buttons with in order (Button1 to Button4) the following captions (text): ...Answered | 5 Replies | 3404 Views | Created by SoumyaSudhakar - Thursday, September 24, 2009 5:11 AM | Last reply by SoumyaSudhakar - Tuesday, September 29, 2009 5:47 AM -
1 Votes
Opening one form from another
Hi Rob If I have got it right, you have two forms in the same solution.Answered | 5 Replies | 2413 Views | Created by robdabank_2506 - Thursday, November 27, 2008 9:39 PM | Last reply by robdabank_2506 - Friday, November 28, 2008 4:36 PM -
2 Votes
pass a value from one open form to another open form
It is a method of using VBA code to change a bound form into an unbound form (usually on a temporary basis).Answered | 4 Replies | 3675 Views | Created by abenitez77 - Friday, June 17, 2011 8:07 PM | Last reply by Matthew Slyman - Saturday, June 18, 2011 12:35 PM -
0 Votes
Word VBA: open one form from another
http://www.fontstuff.com/vba/vbatut09pfv.htm To open another Form based on an ...Answered | 2 Replies | 7187 Views | Created by gherman - Friday, September 16, 2011 12:00 AM | Last reply by danishani - Wednesday, February 1, 2012 4:37 PM -
1 Votes
from one form to another
First of all, it does not create another process, just another window and that is what standard task manager (or should we call it Windows Manager) shows.Answered | 1 Replies | 2738 Views | Created by Oliver.Maximus - Wednesday, June 22, 2011 9:32 AM | Last reply by Ilya Tumanov - Wednesday, June 22, 2011 5:14 PM -
1 Votes
open another form
To capture Key presses using the Forms key press events while a child control has focus, set the KeyPreview property of Form1 to True.Answered | 3 Replies | 2894 Views | Created by Basheer EK - Monday, November 10, 2008 6:15 AM | Last reply by Basheer EK - Monday, November 10, 2008 7:50 AM -
0 Votes
open one form from another and reverse
I want to open Form2 on button click of form1 and to hide form1.Answered | 2 Replies | 866 Views | Created by ProR4t - Thursday, March 21, 2013 5:47 AM | Last reply by ProR4t - Friday, March 22, 2013 4:59 PM -
0 Votes
Open Form from Form
Hello, Please I have application with 2 forms (Form1, Form2), when i click in a button in form1, form2 open.Answered | 2 Replies | 1761 Views | Created by Ma7amed - Monday, January 23, 2012 11:49 AM | Last reply by Ma7amed - Monday, January 23, 2012 12:45 PM -
0 Votes
Call form from another
In OOP Form2 should stand alone from its instantiator.Answered | 7 Replies | 3351 Views | Created by Jessie123 - Wednesday, September 10, 2008 9:48 AM | Last reply by Jessie123 - Thursday, September 11, 2008 6:35 AM -
0 Votes
Set Value in form field from value in another open form.
Private Sub AddContact_Click() 'Opens my edit customers contacts form in an add mode.Answered | 7 Replies | 19470 Views | Created by geeves1293 - Monday, January 3, 2011 10:06 AM | Last reply by geeves1293 - Tuesday, January 4, 2011 4:52 PM -
1 Votes
Opening another form on FormClosing or FormClosed
may be you using the same code for very form...Answered | 6 Replies | 2616 Views | Created by Adam Malcontenti-Wilson - Wednesday, July 29, 2009 10:38 AM | Last reply by Martin Xie - MSFT - Tuesday, August 4, 2009 3:12 AM -
0 Votes
Acessing textbox form from another form
You could add a property to Form1 that exposes the TextBox: public partial class Form1 : Form { public Form1() { ...Answered | 3 Replies | 584 Views | Created by nissignt - Wednesday, June 8, 2016 10:02 AM | Last reply by Magnus (MM8) - Wednesday, June 8, 2016 6:42 PM -
2 Votes
Open a form from another project in the same solution
Add a reference to the FileScan project from your Main project.Answered | 3 Replies | 9019 Views | Created by CakeMonsey - Saturday, January 28, 2017 9:56 AM | Last reply by CakeMonsey - Saturday, January 28, 2017 1:05 PM -
1 Votes
Open form inside a form
Roko, you haven't quite elaborated on what you mean, so I'll offer another option: and that is to have an MDI form.Answered | 6 Replies | 5374 Views | Created by wartmignef - Saturday, January 15, 2011 3:07 PM | Last reply by DP_CHE - Sunday, January 16, 2011 5:14 PM -
0 Votes
C# closing a form from another form
However I thought was simpler to close a form from another form but apparently is not.Answered | 6 Replies | 1203 Views | Created by DIEGOCTN - Thursday, December 29, 2016 3:49 PM | Last reply by DIEGOCTN - Friday, December 30, 2016 10:29 AM -
2 Votes
Accessing methods on open form from a child form
We are looking forward to hearing from you.Answered | 9 Replies | 3525 Views | Created by LLAndyW - Thursday, February 23, 2012 9:05 PM | Last reply by Leo Liu - MSFT - Monday, February 27, 2012 9:53 AM -
0 Votes
Methods from another form
Yup, events are another way.Answered | 7 Replies | 3568 Views | Created by michaelgr123 - Saturday, May 16, 2009 12:07 PM | Last reply by Rudedog2 - Monday, May 18, 2009 6:19 PM - Items 1 to 20 of 2929403 Next ›
No announcements