Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
AnswerRe: bitmap Pin
ednrgc30-Nov-06 5:54
ednrgc30-Nov-06 5:54 
AnswerYour're a bit vague... Pin
CPallini30-Nov-06 7:08
mveCPallini30-Nov-06 7:08 
AnswerRe: bitmap Pin
Christian Graus30-Nov-06 8:19
protectorChristian Graus30-Nov-06 8:19 
AnswerRe: bitmap Pin
User 226147430-Nov-06 8:44
User 226147430-Nov-06 8:44 
QuestionProblem with Form.Hide() method. Pin
hdv21230-Nov-06 5:33
hdv21230-Nov-06 5:33 
AnswerRe: Problem with Form.Hide() method. Pin
Michael P Butler30-Nov-06 5:42
Michael P Butler30-Nov-06 5:42 
AnswerRe: Problem with Form.Hide() method. Pin
ednrgc30-Nov-06 5:50
ednrgc30-Nov-06 5:50 
QuestionXmlDocument View Similiar to Browser Xml View Pin
h@s@n30-Nov-06 4:12
h@s@n30-Nov-06 4:12 
Hi Everyone!

I am unable to view xml document into Browser control. Please help me in this. Here is what I am doing:

<br />
<br />
	XmlDocument xDoc = new XmlDocument();<br />
<br />
	xDoc.Load("Check.xml");<br />
<br />
	// xDoc now represents Check.xml into memory<br />
<br />


I want to display this xDoc into "Microsoft Web Browser" component that is dropped on Form.

<br />
<br />
private AxSHDocVw.AxWebBrowser axWebBrowser1;<br />
<br />
object obj = null;<br />
<br />
axWebBrowser1.Navigate(??????, ref obj, ref obj, ref obj, ref obj);<br />
<br />


In first parameter if I use URL it works fine for it but tell me how can I display xDoc into that browser component.

Is there any other simple way to perform this task? please plzzz mention code.


please guide thank you.
AnswerRe: XmlDocument View Similiar to Browser Xml View Pin
lost in transition 30-Nov-06 4:31
lost in transition 30-Nov-06 4:31 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
h@s@n30-Nov-06 4:47
h@s@n30-Nov-06 4:47 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
lost in transition 30-Nov-06 5:24
lost in transition 30-Nov-06 5:24 
AnswerRe: XmlDocument View Similiar to Browser Xml View Pin
ednrgc30-Nov-06 5:53
ednrgc30-Nov-06 5:53 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
h@s@n30-Nov-06 7:09
h@s@n30-Nov-06 7:09 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
ednrgc30-Nov-06 7:11
ednrgc30-Nov-06 7:11 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
h@s@n30-Nov-06 7:57
h@s@n30-Nov-06 7:57 
GeneralRe: XmlDocument View Similiar to Browser Xml View Pin
ednrgc30-Nov-06 8:25
ednrgc30-Nov-06 8:25 
QuestionChange statusStrip Items Visible Pin
freshonlineMax30-Nov-06 4:06
freshonlineMax30-Nov-06 4:06 
AnswerRe: Change statusStrip Items Visible Pin
Nader Elshehabi30-Nov-06 5:02
Nader Elshehabi30-Nov-06 5:02 
GeneralRe: Change statusStrip Items Visible Pin
freshonlineMax30-Nov-06 5:27
freshonlineMax30-Nov-06 5:27 
GeneralRe: Change statusStrip Items Visible Pin
Nader Elshehabi30-Nov-06 6:58
Nader Elshehabi30-Nov-06 6:58 
GeneralRe: Change statusStrip Items Visible [modified] Pin
freshonlineMax1-Dec-06 8:01
freshonlineMax1-Dec-06 8:01 
GeneralRe: Change statusStrip Items Visible Pin
Nader Elshehabi1-Dec-06 11:09
Nader Elshehabi1-Dec-06 11:09 
QuestionMATLAB Pin
suma1238230-Nov-06 3:56
suma1238230-Nov-06 3:56 
AnswerRe: MATLAB Pin
ednrgc30-Nov-06 7:17
ednrgc30-Nov-06 7:17 
QuestionApplication Icon Pin
Bulky Fellow30-Nov-06 3:40
Bulky Fellow30-Nov-06 3:40 

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.