How to find form with tag???
-
I have one form that is called "form1" and when you click on the button "View Code" the other form called "code" pops up each time you click on button with different tag on it. So now i have 3 forms "code" and how can i find form that tag is "fire". :~ Thanks!!!
FeRtoll Software.net ------------ E-Mail me WebPage
-
I have one form that is called "form1" and when you click on the button "View Code" the other form called "code" pops up each time you click on button with different tag on it. So now i have 3 forms "code" and how can i find form that tag is "fire". :~ Thanks!!!
FeRtoll Software.net ------------ E-Mail me WebPage
I'm not sure I follow, but you have a collection of all forms open on the Application object. You can also build your own collection, or use delegates to communicate between forms.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I have one form that is called "form1" and when you click on the button "View Code" the other form called "code" pops up each time you click on button with different tag on it. So now i have 3 forms "code" and how can i find form that tag is "fire". :~ Thanks!!!
FeRtoll Software.net ------------ E-Mail me WebPage
Uhhh.... What?? :confused:
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Uhhh.... What?? :confused:
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Dave Kreskowiak wrote:
Uhhh.... What??
you just don't want to help me right?
Dim frm As Form For Each frm In My.Application.OpenForms If frm.Tag = FormCodeTag Then frm.Activate() end if Next
FeRtoll Software.net ------------ E-Mail me WebPage
FeRtoll wrote:
you just don't want to help me right?
No, what your wrote made absolutely no sense what-so-ever, and I'm not the only one who said so. Yes, I remember who you are and what you did...
Dave Kreskowiak Microsoft MVP - Visual Basic
-
FeRtoll wrote:
you just don't want to help me right?
No, what your wrote made absolutely no sense what-so-ever, and I'm not the only one who said so. Yes, I remember who you are and what you did...
Dave Kreskowiak Microsoft MVP - Visual Basic
-
well then you know that i am from Croatia and my English is bad... And what i did? i did nothing... it was the same as now!!! ^ you don't understand me well!!! Sorry.
FeRtoll Software.net ------------ E-Mail me WebPage