AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS/E3D Forum
PDMS Quick Tips & Customizations
C# Form Owner
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
9 replies
Subscribers
3 subscribers
Views
94 views
Users
0 members are here
Options
Share
More
Cancel
Related
C# Form Owner
sivakumar
over 9 years ago
Top Replies
sivakumar
over 9 years ago
+1
hi, could anyone help me, how to set pdms main form (Application Window) as owner for windows form. im trying this, beacause every time it is hiding while clicking pdms window. also i tried…
Parents
sivakumar
over 9 years ago
Dear experts,
im still waiting for your suggestion, the below is my code, which i have created a simple windows form.
namespace FINDREPLACE1
{
[PMLNetCallable()]
public class PMLnetMain
{
[PMLNetCallable()]
public PMLnetMain()
{
}
[PMLNetCallable()]
public void Assign(PMLnetMain that)
{
}
[PMLNetCallable()]
public void Start()
{
Form1 ttt = new Form1();
ttt.Show();
}
}
}
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Reply
sivakumar
over 9 years ago
Dear experts,
im still waiting for your suggestion, the below is my code, which i have created a simple windows form.
namespace FINDREPLACE1
{
[PMLNetCallable()]
public class PMLnetMain
{
[PMLNetCallable()]
public PMLnetMain()
{
}
[PMLNetCallable()]
public void Assign(PMLnetMain that)
{
}
[PMLNetCallable()]
public void Start()
{
Form1 ttt = new Form1();
ttt.Show();
}
}
}
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Children
No Data