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 strongm 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: *

  • Users: hspage
  • Order by date
  1. hspage

    LAN Settings Disabled

    Thanks. By the way, I just found out that the Internet Filter I am using grays out the LAN settings and uses a proxy server. That is why I was unable to uncheck any boxes. I was able to install AVG virus scan with no problems. Apparently, McAfee doesn't like you using a proxy server...
  2. hspage

    LAN Settings Disabled

    One other thing. If I click the Start button, type in "Run" and press <Enter> and then type in "gpedit.msc", I receive the message, "Windows cannot find 'gpedit.msc'. Make sure you typed the name correctly and then try again." Does this mean that the Group Policy editor does not exist on this...
  3. hspage

    LAN Settings Disabled

    I entered gpedit.msc in the "Start Search" pane in the botton left hand corner. (This is Windows Vista Home Premium 32-bit). When I enter this and press <Enter>, I get a Search Results pane with "No items matched your search". If I enter it at a DOS prompt I receive "'gpedit.msc' is not...
  4. hspage

    LAN Settings Disabled

    I ran both Spybot S&D and Malewarebytes' program but I still have the same problem. This is Windows Vista Home Premium (standalone computer).
  5. hspage

    LAN Settings Disabled

    It is a standalone Home PC. By the way, I typed gpedit.msc and it returned nothing. Maybe it is Spyware that's causing the problem. I'll check out Spybot S&D. By the way, the initial reason for me checking this dialog was to install McAfee VirusScan 2009. After contacting their tech...
  6. hspage

    LAN Settings Disabled

    It is a PC. I am logged in as Administrator. How would I verify the Group Policy? Thanks!
  7. hspage

    LAN Settings Disabled

    Greetings, I am unable to download McAfee VirusScan 2009 from the McAfee web site even though I already have an account with them. I get an Internet Connection error when attempting to do so. The Tech Support Analyst from McAfee said that I need to uncheck the Proxy Server checkbox under the...
  8. hspage

    LAN Settings Disabled

    Greetings, I am using IE 7.0 with Windows Vista and have noticed that all of my settings are disabled (grayed out) when I press the LAN settings button under Tools, Internet Options, Connections. I am unable to uncheck proxy settings. Any idea as to why this is occurring? Thanks in advance!
  9. hspage

    Navigating to the Next Record

    JMeckley, I tried running your code but I receive the following error: "No overload for method 'Load' takes '1' arguments" This occurs on the following line of code: result.Load(command.ExecuteReader()); Any ideas? Thanks!
  10. hspage

    Navigating to the Next Record

    Greetings, I have the following code for a button on a Windows form where I am attempting to navigate to the next record. It works, but only if the ID field (of the SQL Server 2005 table) is 1 larger than the previous number. If a record was deleted, however, then the ID field of the next...
  11. hspage

    Reading Data from SQL Server 2005 (Express Edition)

    Greetings, I am attempting to read data from a SQL Server 2005 table. I have the following code below but I'm obviously missing something. When I put a watch on the variable, "strData", the value is the following: "System.Data.SqlClient.SqlDataReader" Code: SqlConnection conn = new...
  12. hspage

    Error 233

    Greetings, I have a connection question in regards to SQL Server 2005 (Express edition). I have set the Security tab to “SQL Server and Windows Authentication Mode” and have created a new user, “TestUser”, with a password of “password”. When I attempt to log in to the server (as that user)...

Part and Inventory Search

Back
Top