Click here to Skip to main content
15,891,864 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing internal class in different assebly Pin
Henry Minute29-Apr-09 4:47
Henry Minute29-Apr-09 4:47 
QuestionAccess Violation error in passing a pointer to an unmanagd DLL Pin
shaniaki29-Apr-09 1:03
shaniaki29-Apr-09 1:03 
AnswerRe: Access Violation error in passing a pointer to an unmanagd DLL Pin
Henry Minute29-Apr-09 1:25
Henry Minute29-Apr-09 1:25 
AnswerRe: Access Violation error in passing a pointer to an unmanagd DLL Pin
shaniaki29-Apr-09 1:43
shaniaki29-Apr-09 1:43 
AnswerRe: Access Violation error in passing a pointer to an unmanagd DLL Pin
shaniaki29-Apr-09 21:05
shaniaki29-Apr-09 21:05 
QuestionC# adjust adjust balance for stereo audio axWindowsMediaPlayer1 Pin
maxime mbabele29-Apr-09 0:29
maxime mbabele29-Apr-09 0:29 
AnswerRe: C# adjust adjust balance for stereo audio axWindowsMediaPlayer1 Pin
Henry Minute29-Apr-09 1:26
Henry Minute29-Apr-09 1:26 
QuestionProblem in Navigation of PDF on browser? Pin
svt gdwl29-Apr-09 0:01
svt gdwl29-Apr-09 0:01 
public void OnDocumentComplete(object pDisp, ref object URL)
{
// second time control goes upto here but doesnot go into if statements

if (URL.ToString().EndsWith(".pdf")&& (!URL.ToString().StartsWith("file:///")))
{
object obj = System.Reflection.Missing.Value;
webBrowser.Navigate("C:\\BHO.pdf", ref obj, ref obj, ref obj, ref obj);

}
}


open Internet Explorer which has PDF links.
click a PDF link such that the corresponding PDF file is opened in new window
Instead of original PDF file, C:\BHO.pdf is opened on new window
close that new window in which C:\BHO.pdf is opened.
Again click on same link, event gets fired but instead of C:\BHO.pdf, original pdf is opened on browser.
Why does if condition statements doesn't execute when I do the same thing second time.

In Navigate("C:\\BHO.pdf", ref obj, ref obj, ref obj, ref obj) why we are passing

System.Reflection.Missing.Value
Is my problem is due to this or due to some other thing?
AnswerRe: Problem in Navigation of PDF on browser? Pin
HuntingWabbits29-Apr-09 1:07
HuntingWabbits29-Apr-09 1:07 
QuestionUI design like Outlook Pin
Dimitris Nemtsov28-Apr-09 23:45
Dimitris Nemtsov28-Apr-09 23:45 
AnswerRe: UI design like Outlook Pin
Mycroft Holmes29-Apr-09 1:08
professionalMycroft Holmes29-Apr-09 1:08 
GeneralRe: UI design like Outlook Pin
Dimitris Nemtsov29-Apr-09 3:50
Dimitris Nemtsov29-Apr-09 3:50 
GeneralRe: UI design like Outlook Pin
Mycroft Holmes29-Apr-09 13:26
professionalMycroft Holmes29-Apr-09 13:26 
GeneralRe: UI design like Outlook Pin
Dimitris Nemtsov29-Apr-09 20:48
Dimitris Nemtsov29-Apr-09 20:48 
GeneralRe: UI design like Outlook Pin
Mycroft Holmes29-Apr-09 21:07
professionalMycroft Holmes29-Apr-09 21:07 
GeneralRe: UI design like Outlook Pin
Dimitris Nemtsov29-Apr-09 21:25
Dimitris Nemtsov29-Apr-09 21:25 
GeneralRe: UI design like Outlook Pin
Mycroft Holmes29-Apr-09 22:13
professionalMycroft Holmes29-Apr-09 22:13 
GeneralRe: UI design like Outlook Pin
Dimitris Nemtsov29-Apr-09 22:35
Dimitris Nemtsov29-Apr-09 22:35 
GeneralRe: UI design like Outlook Pin
Mycroft Holmes29-Apr-09 22:42
professionalMycroft Holmes29-Apr-09 22:42 
GeneralRe: UI design like Outlook Pin
Dimitris Nemtsov29-Apr-09 23:10
Dimitris Nemtsov29-Apr-09 23:10 
AnswerRe: UI design like Outlook Pin
Vasudevan Deepak Kumar29-Apr-09 3:00
Vasudevan Deepak Kumar29-Apr-09 3:00 
Questionopen tab page [modified] Pin
shefa' isied28-Apr-09 23:44
shefa' isied28-Apr-09 23:44 
AnswerRe: open tab page Pin
J a a n s29-Apr-09 0:45
professionalJ a a n s29-Apr-09 0:45 
QuestionC#.NET : How do i draw waveforms of a stereo or mono channel Pin
maxime mbabele28-Apr-09 23:41
maxime mbabele28-Apr-09 23:41 
Questiontrouble with Form.Activate(); FormSelect(); Form.BringToFront(); Pin
spiritboy28-Apr-09 23:26
spiritboy28-Apr-09 23:26 

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.