Click here to Skip to main content
16,011,358 members
Home / Discussions / C#
   

C#

 
GeneralRe: Software recognition Pin
Luc Pattyn11-Apr-08 22:51
sitebuilderLuc Pattyn11-Apr-08 22:51 
GeneralAssemblyBinding trouble Pin
Dean Hiller11-Apr-08 15:55
Dean Hiller11-Apr-08 15:55 
GeneralRe: AssemblyBinding trouble Pin
Dean Hiller11-Apr-08 16:03
Dean Hiller11-Apr-08 16:03 
JokeRe: AssemblyBinding trouble Pin
Anthony Mushrow11-Apr-08 16:10
professionalAnthony Mushrow11-Apr-08 16:10 
GeneralDesktop Sharing Pin
xax11-Apr-08 14:54
xax11-Apr-08 14:54 
GeneralRe: Desktop Sharing [modified] Pin
Anthony Mushrow11-Apr-08 15:37
professionalAnthony Mushrow11-Apr-08 15:37 
GeneralRe: Desktop Sharing Pin
xax12-Apr-08 6:29
xax12-Apr-08 6:29 
Questionviewing pdf using browser object in c# Pin
crzyank11-Apr-08 9:52
crzyank11-Apr-08 9:52 
I am using a browser object to view PDFs in my c# code:
{
wbBrowsePDF.Navigating += new WebBrowserNavigatingEventHandler(wbBrowsePDF_Navigating);
wbBrowsePDF.Visible = true;
wbBrowsePDF.Navigate(strFileName);
}

private void wbBrowsePDF_Navigating(object sender, WebBrowserNavigatingEventArgs e)
{
System.Windows.Forms.HtmlDocument document =
this.wbBrowsePDF.Document;
}

it works just fine and then I use:
{
wbBrowsePDF.Stop();
wbBrowsePDF.Navigate("about:blank");
wbBrowsePDF.Dispose();
}

to close the document.

Problem is that the acrobat reader (AcroRd32.exe stays open and must be killed using Task Manager.

Could anyone please suggest any solution?
Thanks.
GeneralRe: viewing pdf using browser object in c# Pin
Big Daddy Farang11-Apr-08 11:30
Big Daddy Farang11-Apr-08 11:30 
GeneralRe: viewing pdf using browser object in c# Pin
Luis Alonso Ramos11-Apr-08 11:44
Luis Alonso Ramos11-Apr-08 11:44 
GeneralRe: viewing pdf using browser object in c# Pin
Big Daddy Farang11-Apr-08 11:56
Big Daddy Farang11-Apr-08 11:56 
QuestionHighlevel Parser in C# Pin
Siddharth Telkar11-Apr-08 8:59
Siddharth Telkar11-Apr-08 8:59 
GeneralRe: Highlevel Parser in C# Pin
carbon_golem11-Apr-08 9:53
carbon_golem11-Apr-08 9:53 
GeneralRe: Highlevel Parser in C# Pin
Pete O'Hanlon11-Apr-08 12:27
mvePete O'Hanlon11-Apr-08 12:27 
QuestionIs this datastructure okay or just plain crazy? Pin
GuyThiebaut11-Apr-08 8:37
professionalGuyThiebaut11-Apr-08 8:37 
AnswerRe: Is this datastructure okay or just plain crazy? Pin
snorkie11-Apr-08 9:46
professionalsnorkie11-Apr-08 9:46 
GeneralRe: Is this datastructure okay or just plain crazy? Pin
GuyThiebaut11-Apr-08 9:52
professionalGuyThiebaut11-Apr-08 9:52 
GeneralRe: Is this datastructure okay or just plain crazy? Pin
Dan Neely11-Apr-08 10:46
Dan Neely11-Apr-08 10:46 
GeneralRe: Is this datastructure okay or just plain crazy? Pin
Guffa11-Apr-08 15:17
Guffa11-Apr-08 15:17 
GeneralRe: Is this datastructure okay or just plain crazy? Pin
GuyThiebaut11-Apr-08 21:27
professionalGuyThiebaut11-Apr-08 21:27 
GeneralRe: Is this datastructure okay or just plain crazy? Pin
Guffa11-Apr-08 15:07
Guffa11-Apr-08 15:07 
AnswerRe: Is this datastructure okay or just plain crazy? Pin
PIEBALDconsult11-Apr-08 9:51
mvePIEBALDconsult11-Apr-08 9:51 
GeneralRe: Is this datastructure okay or just plain crazy? Pin
Luc Pattyn11-Apr-08 9:57
sitebuilderLuc Pattyn11-Apr-08 9:57 
GeneralRe: Is this datastructure okay or just plain crazy? Pin
GuyThiebaut11-Apr-08 10:23
professionalGuyThiebaut11-Apr-08 10:23 
GeneralRe: Is this datastructure okay or just plain crazy? Pin
Luc Pattyn11-Apr-08 10:36
sitebuilderLuc Pattyn11-Apr-08 10:36 

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.