Thanks!
Kee Won Hong
Posts
-
VS 2005 Mobile Deployment -
VS 2005 Mobile DeploymentHas anyone been working with the VS 2005 Beta? I've been trying to deploy to my mobile device but it says I need an updated version of Active Sync. I already have 3.8 - is there a newer Beta version I can use?
-
Program Auto-UpdatedHm. This provides the same sort of functionality I'm looking for, but since I've already wrote the auto-updater I'm just wondering if there is an easy way to integrate two projects so one can open the other. Both are .exes right now, I would like the internal problem to be a .dll.
-
Program Auto-UpdatedI'm trying to create a launcher program that will automatically update files for another program and then launch that updated program. The launcher and the main app have already been created as seperate VS .Net projects(.exe). My question is would it be possible to build the main app as a dll, reference it in the other project and then have the launcher update the dll and launch it? Any sort of help would be greatly appreciated. Code first, ask questions later. ;P