PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Problems with integrating help into my app.
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Problems with integrating help into my app.
![]() |
Problems with integrating help into my app. |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have the .lnk and .htm file installed on a PDA and if I
simply start the help and click on my Application name in the list of help topics, this help file works great. Then I load my application and tap on Start, Help. Nothing happens whereas if I'm in Excel, and tap Start, Help I get the Excel .htm help file. Also, does anyone have some good links to explain how to add the required help files: .htm and .lnk to my install so that the files get deployed to the correct locations? Thank you! |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Check out these links
http://blog.opennetcf.org/pfoot/Per...f3-a71592475e5a http://blog.opennetcf.org/pfoot/Per...bd-a2aabd83f41a -- Mark Arteaga ..NET Compact Framework MVP http://www.neotericsdc.com | http://blog.markarteaga.com "STI_PDA" <anonymous@discussions.microsoft.com> wrote in message news:03af01c52b26$ce02f8a0$a501280a@phx.gbl... >I have the .lnk and .htm file installed on a PDA and if I > simply start the help and click on my Application name in > the list of help topics, this help file works great. > Then I load my application and tap on Start, Help. > Nothing happens whereas if I'm in Excel, and tap Start, > Help I get the Excel .htm help file. > > Also, does anyone have some good links to explain how to > add the required help files: .htm and .lnk to my install > so that the files get deployed to the correct locations? > Thank you! |
|
|
|
#3 |
|
Guest
Posts: n/a
|
These links especially the blog one, look exactly like
the info I need. Do you know how to incorporate .lnk and .htm in the Setup to make it deploy correctly? >-----Original Message----- >Check out these links >http://blog.opennetcf.org/pfoot/PermaLink.aspx? guid=ffe0db6c-b354-4840-9af3-a71592475e5a >http://blog.opennetcf.org/pfoot/PermaLink.aspx? guid=00908fbe-6900-41ad-95bd-a2aabd83f41a > > >-- >Mark Arteaga >..NET Compact Framework MVP >http://www.neotericsdc.com | http://blog.markarteaga.com > > >"STI_PDA" <anonymous@discussions.microsoft.com> wrote in message >news:03af01c52b26$ce02f8a0$a501280a@phx.gbl... >>I have the .lnk and .htm file installed on a PDA and if I >> simply start the help and click on my Application name in >> the list of help topics, this help file works great. >> Then I load my application and tap on Start, Help. >> Nothing happens whereas if I'm in Excel, and tap Start, >> Help I get the Excel .htm help file. >> >> Also, does anyone have some good links to explain how to >> add the required help files: .htm and .lnk to my install >> so that the files get deployed to the correct locations? >> Thank you! > > >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
What kind of setup are you doing?
-- Mark Arteaga ..NET Compact Framework MVP http://www.neotericsdc.com | http://blog.markarteaga.com "STI_PDA" <anonymous@discussions.microsoft.com> wrote in message news:0f6e01c52b32$830d6720$a401280a@phx.gbl... > These links especially the blog one, look exactly like > the info I need. > Do you know how to incorporate .lnk and .htm in the Setup > to make it deploy correctly? >>-----Original Message----- >>Check out these links >>http://blog.opennetcf.org/pfoot/PermaLink.aspx? > guid=ffe0db6c-b354-4840-9af3-a71592475e5a >>http://blog.opennetcf.org/pfoot/PermaLink.aspx? > guid=00908fbe-6900-41ad-95bd-a2aabd83f41a >> >> >>-- >>Mark Arteaga >>..NET Compact Framework MVP >>http://www.neotericsdc.com | http://blog.markarteaga.com >> >> >>"STI_PDA" <anonymous@discussions.microsoft.com> wrote in > message >>news:03af01c52b26$ce02f8a0$a501280a@phx.gbl... >>>I have the .lnk and .htm file installed on a PDA and if > I >>> simply start the help and click on my Application name > in >>> the list of help topics, this help file works great. >>> Then I load my application and tap on Start, Help. >>> Nothing happens whereas if I'm in Excel, and tap Start, >>> Help I get the Excel .htm help file. >>> >>> Also, does anyone have some good links to explain how > to >>> add the required help files: .htm and .lnk to my > install >>> so that the files get deployed to the correct > locations? >>> Thank you! >> >> >>. >> |
|
|
|
#5 |
|
Guest
Posts: n/a
|
I'm using VS.Net 2003 and I followed the article from
MSDN titled "Developing and Deploying Pocket PC Setup Applications". It's working great, until I needed to add help to the application. I was thinking it would be as simple as adding .lnk and .htm to my setup project, but when I tried to add new file and point to .lnk it give me an error: "Cannot resolve this link. This file may not be a shortcut". So I can't even get it into the setup file! >-----Original Message----- >What kind of setup are you doing? > > >-- >Mark Arteaga >..NET Compact Framework MVP >http://www.neotericsdc.com | http://blog.markarteaga.com > > > >"STI_PDA" <anonymous@discussions.microsoft.com> wrote in message >news:0f6e01c52b32$830d6720$a401280a@phx.gbl... >> These links especially the blog one, look exactly like >> the info I need. >> Do you know how to incorporate .lnk and .htm in the Setup >> to make it deploy correctly? >>>-----Original Message----- >>>Check out these links >>>http://blog.opennetcf.org/pfoot/PermaLink.aspx? >> guid=ffe0db6c-b354-4840-9af3-a71592475e5a >>>http://blog.opennetcf.org/pfoot/PermaLink.aspx? >> guid=00908fbe-6900-41ad-95bd-a2aabd83f41a >>> >>> >>>-- >>>Mark Arteaga >>>..NET Compact Framework MVP >>>http://www.neotericsdc.com | http://blog.markarteaga.com >>> >>> >>>"STI_PDA" <anonymous@discussions.microsoft.com> wrote in >> message >>>news:03af01c52b26$ce02f8a0$a501280a@phx.gbl... >>>>I have the .lnk and .htm file installed on a PDA and if >> I >>>> simply start the help and click on my Application name >> in >>>> the list of help topics, this help file works great. >>>> Then I load my application and tap on Start, Help. >>>> Nothing happens whereas if I'm in Excel, and tap Start, >>>> Help I get the Excel .htm help file. >>>> >>>> Also, does anyone have some good links to explain how >> to >>>> add the required help files: .htm and .lnk to my >> install >>>> so that the files get deployed to the correct >> locations? >>>> Thank you! >>> >>> >>>. >>> > > >. > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

