Hello MAHESH
--->u want to add HTML resource to myFirstApp.exe from my2ndApp.exe ??
here in my2ndApp.exe has a dialog box that ask to show/browse the paths of the html pages.
When users browse the path , I get the path of the html files.
Now What I want to do is that I want to add this html file from the users shown path say-e:\htmlfiles\test.htm to my myFirstApp.exe application's resources.
I think LoadResource() load resources from an exe or dll . My case is to add resouces from harddisk
hope it clears my purpose
Main Topics
Browse All Topics





by: mahesh1402Posted on 2005-12-24 at 08:27:58ID: 15547171
u want to add HTML resource to myFirstApp.exe from my2ndApp.exe ??
library/en -us/winui/ winui/ wind owsuserint erface/res ources/int roductiont oresources / resourcer eference/r esourcefun ctions/loa dresource. asp
library/en -us/winui/ winui/ wind owsuserint erface/res ources/int roductiont oresources / resourcer eference/r esourcefun ctions/loc kresource. asp
library/en -us/winui/ winui/ wind owsuserint erface/res ources/int roductiont oresources / resourcer eference/r esourcefun ctions/upd ateresourc e.asp
library/en -us/winui/ winui/ wind owsuserint erface/res ources/int roductiont oresources / resourcer eference/r esourcefun ctions/fin dresource. asp
refer LoadResource(), LockResource() FindResource() and UpdateResource() functions..
http://msdn.microsoft.com/
http://msdn.microsoft.com/
http://msdn.microsoft.com/
http://msdn.microsoft.com/
MAHESH