Set Company Name - VB.net for Smart Device

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created a simple calculator program using VB.NET -> Smart Device, and
successfully deployed to my PDA. When I delete the program from my PDA, it
lists the program as "My Company Calculator". How do I set the company name
in this environment? An option to change the company name doesn't exist in
any of the dialogs that I have found. Any help is appreciated.
 
Let me see if I can recall:

1. Create the Cab files.
2. then in My computer navigate to where you have your files for this
particular project. Mine are in C:\Documents and Settings\William
LaMartin\My Documents\Visual Studio Projects\My PocketPCProject\obj\Release.
There you will find a file named MyPocketPC Project_PPC.inf, where
MyPocketPC Project is the name of your project.
3. Open this file and edit the line beginning with Provider= so as to
indicate your Company name. Save the changes
4. Now double-click, the BuildCab.bat file to rebuild the Cab files.

See if you can find that in the instructions for VS.net anywhere.
 
Back
Top