Your third copy of the same question: How can I set publisher name in setup file of windows form application.[^] ClickOnce : Unknown Publisher - C# Discussion Boards - CodeProject[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
ceatea wrote:
Would anyone be able to create a filter to do this or could you direct me to someone who can? I would be more than happy to compensate someone for the development time.
Sorry, but that is beyond the scope of this forum. People will help with your code or direct you to specific documentation, but no one will do the work for you, whether paid or not.
You seem to have mistaken this site for Google. Over and over and over again...[^] Rather than constantly re-posting the same terse demands for code, try typing your question into a search engine. You'll get the results much faster, and you won't end up annoying the unpaid volunteers who are here to help when you have a genuine question.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
daveofgv wrote:
anyone that thinks they can code is up for a surprise when you want it to look professional
Agree 100%. The difference between a app which is ok and really great is that the great app 1. does what you want and 2. you can find the stuff that it does.
Have you tried to pass the parent as a parameter with ShowDialog[^]?
Form FG = new frmWork();
FG.ShowDialog(this); // Where this is the reference to the main form
VishalDesai wrote:
please guide from where i have to start.
Probably with some research into the mechanics of such an application, and what utilities/libraries are available to help. www.google.com[^] is where most people would begin.