Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Deef666

    white webbrowser

    I got a question. I use the webcontrol "axWeb...". I put it in a form but i doesn't work. It just stays blank. I made a reference to mshtml. I will show my code. plz help. System.Object nullObject = 0; string str = ""; System.Object nullObjStr = str; Cursor.Current = Cursors.WaitCursor...
  2. Deef666

    Webbrowser

    ok, I found the problem myself. It had to be frmStartpagina.MDIParent = this;
  3. Deef666

    Webbrowser

    OK, I found out that it has nothing to do with the browser control. It just because it is a child. I haven't changed a poperty of the form. In VB you need to set a form as child. I didn't found anything like that. This is what I used as code to open the child. frmStartpagina frmStartpagina =...
  4. Deef666

    Webbrowser

    I've just started programming in C# en have a question. I've been looking on internet on how to make a browser in a windows form. I have got 3 forms in my project. - A Login form - A MDI-form - A MDI-child The Login-form contains the main function. The browser must come in the MDI-child...
  5. Deef666

    Hyperlink problem

    I didn't think about that tnx. I forgot to make a visited profile in css. Now it works.
  6. Deef666

    Hyperlink problem

    Well the link is correct, because my tables look fine but they are also made in HTML-code. If I make a link in HTML-code it gets the profile I made in CSS. When I make the same link in php it doesn't. I don't get it.
  7. Deef666

    Hyperlink problem

    THis is the code when it's generated I adapted what you told me. One question. Why do you use "\n"? <html> <head> <title>DC leerplatform</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="Site.css" rel="stylesheet" type="text/css"> </head> <body>...
  8. Deef666

    Hyperlink problem

    Ok, tnx I wil use the header function. For the second problem I load the css through this link. <link href="Site.css" rel="stylesheet" type="text/css"> When I create a hyperlink with html-language It looks like this <a href="Test.htm">Test</a> In Php it looks like this: echo "<a href=\""...
  9. Deef666

    Hyperlink problem

    Hi, I have 2 problems. 1. How do I make a php code go to an other webpage 2. I have made a css file and I've included a profile for hyperlinks. When I make a hyperlink in HTML I get that profile. When I make a link in PHP it doesn't work. Greetz

Part and Inventory Search

Back
Top