Click here to Skip to main content
15,909,242 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with logic Pin
tasumisra10-Jun-09 5:42
tasumisra10-Jun-09 5:42 
QuestionHooking messages of external application Pin
Muneeb Abdul Shakoor10-Jun-09 1:21
Muneeb Abdul Shakoor10-Jun-09 1:21 
AnswerRe: Hooking messages of external application Pin
Pete O'Hanlon10-Jun-09 1:28
mvePete O'Hanlon10-Jun-09 1:28 
RantRe: Hooking messages of external application PinPopular
Rajesh R Subramanian10-Jun-09 1:43
professionalRajesh R Subramanian10-Jun-09 1:43 
GeneralRe: Hooking messages of external application Pin
Manas Bhardwaj10-Jun-09 1:44
professionalManas Bhardwaj10-Jun-09 1:44 
GeneralRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 2:41
saurabh sahay10-Jun-09 2:41 
GeneralRe: Hooking messages of external application Pin
EliottA10-Jun-09 2:45
EliottA10-Jun-09 2:45 
GeneralRe: Hooking messages of external application Pin
Rajesh R Subramanian10-Jun-09 3:16
professionalRajesh R Subramanian10-Jun-09 3:16 
GeneralRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 4:01
saurabh sahay10-Jun-09 4:01 
GeneralRe: Hooking messages of external application Pin
Rajesh R Subramanian10-Jun-09 3:06
professionalRajesh R Subramanian10-Jun-09 3:06 
GeneralRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 4:02
saurabh sahay10-Jun-09 4:02 
AnswerRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 3:13
saurabh sahay10-Jun-09 3:13 
GeneralRe: Hooking messages of external application Pin
Dave Kreskowiak10-Jun-09 5:19
mveDave Kreskowiak10-Jun-09 5:19 
GeneralRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 5:47
saurabh sahay10-Jun-09 5:47 
GeneralRe: Hooking messages of external application Pin
Rajesh R Subramanian10-Jun-09 6:17
professionalRajesh R Subramanian10-Jun-09 6:17 
GeneralRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 6:30
saurabh sahay10-Jun-09 6:30 
GeneralRe: Hooking messages of external application Pin
Rajesh R Subramanian10-Jun-09 7:09
professionalRajesh R Subramanian10-Jun-09 7:09 
GeneralRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 7:20
saurabh sahay10-Jun-09 7:20 
AnswerRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 3:31
saurabh sahay10-Jun-09 3:31 
GeneralRe: Hooking messages of external application Pin
tasumisra10-Jun-09 3:40
tasumisra10-Jun-09 3:40 
GeneralRe: Hooking messages of external application Pin
saurabh sahay10-Jun-09 4:03
saurabh sahay10-Jun-09 4:03 
GeneralRe: Hooking messages of external application Pin
Rajesh R Subramanian10-Jun-09 3:59
professionalRajesh R Subramanian10-Jun-09 3:59 
Questionopen Pdf in WebBrowser Control [modified] Pin
Abdul Rahman Hamidy10-Jun-09 1:08
Abdul Rahman Hamidy10-Jun-09 1:08 
Dear All,
I am using FileStream Class to read from pdf file and then set the DocumentStream of Web Browser to that FileStream object, but it seems web browser control doesent work so.

FileStream fs=new FileStream(filePath,FileMode.Open,FileAccess.Read);
     webVr.DocumentStream=fs;

This shows a very missing things in web browser control.
basically i am using stream, that is bz i am getting my pdf file from another server.

can i show pdf files using WebBrowser Control?
i have got a reference which i can Ipersist Interface, but i didnt find any example of this interface.
i would appreciate to have an example of this interface "IPersist"

Abdul Rahaman Hamidy
Database Developer
Kabul, Afghanistan

modified on Wednesday, June 10, 2009 7:34 AM

AnswerRe: open Pdf in WebBrowser Control Pin
0x3c010-Jun-09 2:11
0x3c010-Jun-09 2:11 
GeneralRe: open Pdf in WebBrowser Control [modified] Pin
Abdul Rahman Hamidy10-Jun-09 19:44
Abdul Rahman Hamidy10-Jun-09 19:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.