curiousvbnet
Programmer
Hi,
I have succed to find some of the properties of the application i have created and to insert them on a textbox.
But i did't find way to recover this property : application's creator name
i work on vb.net 2003 and
[blue]My.Application.Info.CompanyName[/blue] is not available so i have tried
Dim strCompany As String = [blue]System.Diagnostics.FileVersionInfo.GetVersionInfo(Application.StartupPath ).CompanyName [/blue]and it returns me an error because the application.startuppath is the application path and \bin
Could you help me on this point
Thanks a lot for your help
Regards
Nathalie
I have succed to find some of the properties of the application i have created and to insert them on a textbox.
But i did't find way to recover this property : application's creator name
i work on vb.net 2003 and
[blue]My.Application.Info.CompanyName[/blue] is not available so i have tried
Dim strCompany As String = [blue]System.Diagnostics.FileVersionInfo.GetVersionInfo(Application.StartupPath ).CompanyName [/blue]and it returns me an error because the application.startuppath is the application path and \bin
Could you help me on this point
Thanks a lot for your help
Regards
Nathalie