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 SkipVought 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. Athanasopolous

    how to you find and edit a page in Sharepoint?

    I am new to SharePoint. It is a very interesting system. And it is interesting how it is used where I am working. But, like I said, I am new to it. So I need some help figuring out how to edit pages that are used. Sharepoint is used at the where I work as a SSO (Single Sign On) menu...
  2. Athanasopolous

    How do I add a row to when a column is read only?

    How do I add a row to when a column is read only? I think this issue I am having is because I am using an ID field (column) that is automatically generated and incremented whenever a new row is added in Microsoft SQl Server Management Studio, I cannot manually change an ID field and it appears...
  3. Athanasopolous

    Why would a Flash Widget Fail?

    Why would a Flash Widget Fail? I am using the Ektron CMS with a Flash Widget. The Ektron support people say that it is a Flash issue. Here is what the error looks like: http://i67.photobucket.com/albums/h292/Athono/Adobe/flashwidget_zpsdb07e04c.png
  4. Athanasopolous

    How do you stop a WebBrowser object in WPF?

    How do you stop a WebBrowser object in WPF? The stop method is not an option becasue that is only available in windows forms. http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.stop.aspx And Dispose does not seem to be the answer either. I am not using the webbrowser...
  5. Athanasopolous

    The stop method is not an option becasue that is only available in windows forms.

    The stop method is not an option becasue that is only available in windows forms. http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.stop.aspx And Dispose does not seem to be the answer either. I am not using the webbrowser class for its visible properties to the user. I...
  6. Athanasopolous

    How do you programmatically expand a url link to its true location?

    How do you programmatically expand a url link to its true location? Do you know about tinyurl.com and baidu.com? Baidu.com is a search engine that tries to discourage people from using their web site to make metasearch engines by hiding their links in a way that is a lot like how tinyurl.com...
  7. Athanasopolous

    How does Yandex do its trick?

    How does Yandex do its trick? I want to programatically get the contents of a Yandex.com search result. The proglem is that a search page url does not change when you do a search on yandex.com and advance to see more pages. It must be done somehow by javascript. Any ideas?
  8. Athanasopolous

    How do I expose the LoadCompleted method in the WebBrowser class in WPF C#?

    How do I expose the LoadCompleted method in the WebBrowser class in WPF C#? I am trying to write a C# program in wpf that retrieves the content of a web page. The first thing I tried was to try the WebRequest and WebResponse classes. This did not provide the actual displayed content...
  9. Athanasopolous

    WebRequest and WebResponse has issues

    WebRequest and WebResponse has issues I wrote a C# program that uses WebRequest and WebResponse to perform a simple web crawler. I discovered something about web sites. Web browsers such as IE and FireFox offer the capacity to view the HTML source code. But it seems that html code that is...
  10. Athanasopolous

    How does javascript manage to generate different html in different browsers?

    How does javascript manage to generate different html in different browsers? I am in the process of trying to make my own meta search engine. So I looked into the html source from a google search. In IE, (when I click to view the source) the search results do not appear. But in Frefox, the...
  11. Athanasopolous

    Why doesn't this PHP script work?

    Why doesn't this work? <?php if ($_POST['textbox1'] != "") $_ENV['mytestzeststring'] = $_POST['textbox1']; print $_ENV['mytestzeststring']; ?> <form name="registerform" id="registerform" action="<?php echo site_url('wp-login.php?action=register', 'login_post') ?>" method="post">...
  12. Athanasopolous

    Easy Update &quot;Table of Contents&quot; feature in Word 2007 VS. 2010

    no, I am looking at an old document that has it. So you can do it. And adding paragraph style numbering to the heading will cause a nighmarish mess.
  13. Athanasopolous

    Easy Update &quot;Table of Contents&quot; feature in Word 2007 VS. 2010

    Now the issue I have with the fresh document is that when I add a "Heading 1" style in the fresh document, let's say "INTRODUCTION" in the text area of the document, it does not automatically put a "1" in front of the heading. I have cycled through the available styles by clicking on the...
  14. Athanasopolous

    Easy Update &quot;Table of Contents&quot; feature in Word 2007 VS. 2010

    Easy Update "Table of Contents" feature in Microsoft Word 2007 VS. Microsoft word 2010 I am currently working on a document that was written using Microsoft Word 2007 and I am also using Microsoft Word 2007 to update the document. It is just the way of the workplace I am now in. I have...
  15. Athanasopolous

    Visio Line Question

    Visio Line Question ------------------- How do you create a long curvy seamless line in Visio? Whenever I draw a line it seems to have only the ability to connect objects and that is all. What f I want to draw a loop that starts from one object and then swoops over the top of another object...
  16. Athanasopolous

    trojan.mezzia.dp

    I keep getting pop-ups from guarddog ant-virus saying that I am infected with trojan.mezzia.dp. How do I get rid of it?
  17. Athanasopolous

    need help with trojans

    I suspect that my problem started when my spouse downloaded what she thought was an anti-virus program (these hackers are clever). I have seen this program pop-up. The name is something like "Anti-Virus 2008 XP". I have a lot of questions in solving this problem. First of all, the computer...
  18. Athanasopolous

    IIS on VISTA

    I am brand new to Vista. How do I check my privs on my own machine? I have clicked on the area in the Control Panel and it shows two users. Both of these users have Admin Priv's, including me. But when I try to save a file, to the C:\inetpub\wwwroot\ area I get this error:
  19. Athanasopolous

    IIS on VISTA

    Now I have been uprooted and I am using a VISTA machine. I am restarting my ASP.NET experience in a new environment. So far I have managed to set up the IIS. That was a lot easier than I had thought it would be. The next step is, I found out where the computer pointed the localhost to...
  20. Athanasopolous

    DLL into a C# project

    How do I simply add a DLL to a project and expose its methods? All I am doing is this so far. I have added the DLL to the Solutions Explorer as a Reference. Then, in the C Sharp file where I make the function call, I list the DLL at the top of the file as one of the "using" types. That seems...

Part and Inventory Search

Back
Top