G
Guest
Hi,
I try to make an about form and put it in my own namespace/class. It works
but if I want to display eg application name, it does not. It display name of
the calss where the aboutbox is in (not the calling application). What do I
wrong ? This is what I call:
AppName.Text =
System.Reflection.Assembly.GetExecutingAssembly().GetName().Name.ToString();
I try to make an about form and put it in my own namespace/class. It works
but if I want to display eg application name, it does not. It display name of
the calss where the aboutbox is in (not the calling application). What do I
wrong ? This is what I call:
AppName.Text =
System.Reflection.Assembly.GetExecutingAssembly().GetName().Name.ToString();