Hi, I will like to open a *.jpg file using iexplore.exe in my program. I tried to do this using CreateProcess("...\\IEXPLORE.exe", "pic.jpg", .....) but it doesn't open the pic.jpg but displays the default homepage instead. Any suggestion on how I can get it done properly? Thanks.
U
User 221267
@User 221267
Posts
-
Open *.jpg with iexplore.exe -
Difference between malloc and LocalAllocHi, thanks for your reply.:) So do you mean both malloc and LocalAlloc actually allocates memory from the heap? So I guess the main difference is really it's portability then, isn't it?
-
Difference between malloc and LocalAllocHi, I will like to know what is the difference between malloc and localalloc? Thanks.