View Single Post
  #4 (permalink)  
Old 07-15-2010, 12:11 AM
ichthus's Avatar
ichthus
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Sep 2009
Posts: 106
Reputation: 320
ichthus is becoming a PPCGeeks regularichthus is becoming a PPCGeeks regularichthus is becoming a PPCGeeks regularichthus is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Deployment of Windows Mobile Software

Quote:
Originally Posted by lnando84 View Post
Did you try using the search here on ppcgeeks? BiGnAdAd has created a great "How to" which is stickied right above your thread. You can find his how to make cab files HERE. If you don't mind me asking..what does this application you developed do or what is it for?
the app allows me to search for and list any file type i specify. if images, they can be viewed in a miniature picture box, if touched while being displayed in the mini box, it is expanded to fill the screen ( i like to see what an image would look like as a background before making it the background). i can view and edit registry files, txt files, mortscript files, log files, any type of text file.
there's a textbox to allow for me to enter wildcard stuff to search for any file i can think of.

i have no expectations of this app being of any use to anyone but me.
i want to learn how to deploy it correctly just in case someday i do write an app that seems like others might like it as well as myself.


i've attached a few images.

i did mention that i was using visual studio 2005 right? thank you for pointing out the tutorial by biGnAdAd. if i ever should purchase that software, it will come in handy.

Quote:
Originally Posted by Kliptik View Post
I'm not sure if it's exactly the same on VS2005, but I can do a quick walkthrough on VS2008. I think you're overcomplicating it...

You need to use a *.ico file for the icon, and it will be built into the app autoimatically once you've completed the steps below

1) In Solution Explorer, double-click the "Properties" item in your application project 2) On the "Application" tab of your now visible Properties explorer, there should be a section titled "Resources" with a radio button entry titled "Icon and Manifest".
3) Click the "Browse" button in the "Icon and Manifest" entry, and browse to your *.ico file
4) Build your application, build your CAB project, and you should be good to go.

NOTE: Sometimes, you have to close VS and re-open it for it to include your icon in the build. Also, if you decide to change the icon down the road, just follow the same steps, but then you HAVE to close VS and re-open it for the cahnge to take effect.

You can PM me if you have any other questions.

EDIT* Check HERE for software to convert *.png files to *.ico files if you don't have software to do it already
it is a bit different in vs2005 then 2008, but adding an .ico file was there.

i did do that already. where i'm getting confused (by reading too many how to's posted on the web!) is in setting up the cab file to associate the .ico and .png files so the program shows up correctly when a person trys to add this program to a quick link, and when they open the "start" button. right now, my .cab file installs a program with the correct icon when viewed with total commander, it places the .png file i want to use, and the program itself in the \windows\start menu\programs directory but i have to manually edit the registry to associate the .png file with the .exe file.
wow, that's a mouthful. i hope it comes across clearer than it looks

thanks.
Attached Images
File Type: jpg 01mainscreen.Jpg (277.4 KB, 25 views) Click for barcode!
File Type: jpg 03storageselection.Jpg (126.7 KB, 14 views) Click for barcode!
File Type: jpg 04jpgsinmywallpapers.Jpg (240.2 KB, 10 views) Click for barcode!
File Type: jpg 06regfilesinmyconfig.Jpg (345.5 KB, 12 views) Click for barcode!

Last edited by ichthus; 07-15-2010 at 12:13 AM. Reason: images didn't show up
Reply With Quote