Click here to Skip to main content
15,917,320 members
Home / Discussions / C#
   

C#

 
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 
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 
private void InitializeComponent()
{
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.SuspendLayout();
//
// webBrowser1
//
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.Location = new System.Drawing.Point(0, 0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new System.Drawing.Size(718, 548);
this.webBrowser1.TabIndex = 0;
this.webBrowser1.Url = new System.Uri("C:\\ZJA\\VS2005\\Test.xml", System.UriKind.Absolute);
}

Try this:
I read your post and this is what I did to check myself.
1: Create test.xml file
2: dropped a webbrowser on a from and set the url to my test.xml file
3: run and the webbrowser loaded the file without errors

Jason


Sometimes simply is better than fancy. The developer stated after typing code line 10 billion!!!

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 
AnswerRe: Application Icon Pin
lost in transition 30-Nov-06 4:05
lost in transition 30-Nov-06 4:05 

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.