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 bkrike 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: EZEason
  • Content: Threads
  • Order by date
  1. EZEason

    Price compare site

    I need some advice on how-to do a project. What I'm doing is a price compare book site for a college. I'm not sure on how to retrieve the data from other sites and populate a table. I know some sites will give me data access to their inventory, but how do I put all the data together? Into an XML...
  2. EZEason

    Server App monitor

    I need some guidance on how to develop a server app to monitor other server apps. I need to capture start time, end time, user name, and ask them user for a project code. I plan on putting the data into a SQL Database. My first thought is to write a console app that captures the data then...
  3. EZEason

    Insert JS into Page Head

    I have a webpage that has some JavaScript in the <head> tag of the page. I need to dynamically add a JS Array on PageLoad into the <head> tag of the page. The code is adding the array into the <body> tag of the page, but the JS error and can not find array. Here is my VB code...
  4. EZEason

    Stop Function after 10 seconds

    I have a vb.net console app that reads data from rss feeds. I need a way to stop a function after 10 seconds. The main() calls about 30 functions and if one gets hung up while trying to read a feed, it will error out and stop the whole process. So what I want to do is call the function, and if...
  5. EZEason

    RegEx for HTML Table

    RegEx is new for me, so any help is appreciated. I need to extract out a price for a line in and HTML table. Here is what the line look like: <TD><SPAN style="font-face: Arial"><B>Best Price : </B>$000</SPAN> </TD> I just need to extract the price. Can any show me and example of this in...
  6. EZEason

    Remote Login Denied Access

    I can not remotely connect to IIS6 from my pc. I can login and see the files, but when I click on a file it say's "You have been denied access to this machine." We have check the login permission and it works fine on other machines, but not on mine. We wiped my drive and reinstalled XP and IIS 6...
  7. EZEason

    Undo checkbox on Validation error

    I have a group of checkboxs that are created dynamically when the form loads. There could be 10 to 25 different check boxes depending on the results. I have a textbox with a RequiredFieldValidator set to watch it. When a user clicks a checkbox and the textbox is empty a validation error is...
  8. EZEason

    Music tag

    How can a play music on a web page, the music will only play when a certain object is visible on screen? (like a link, or image) Jim What doesn't kill you makes you stronger.
  9. EZEason

    Software in Active Directory

    Does anyone know if XP logs all the install software & HotFixes in AD on the clients machine? If so, is there a way to send that data to SQL Express? Jim What doesn't kill you makes you stronger.
  10. EZEason

    Dynamic array with js file

    The app is asp.net, with some javascript. I have a JS file that looks for an array and creates a news link that fades in and out, rotating through my array. They array is dynamicly build in an asp.net/vb.net webcontrol and looks like this: <SCRIPT language="javascript" type="text/javascript">...
  11. EZEason

    SQL Express Win Auth

    I have an app that is to store data into a SQL Express database. The connection works fine. I can store data from my pc. The database is set up for Windows Authentication. When the app runs on another workstation, the data is not save. Here is the connection string: ConnectionString =...
  12. EZEason

    NT AUTHORITY\ANONYMOUS LOGON

    ASP.net 2.0, IIS6 (web server), SQL Express(on data server) both running Win 2003. I'm developing a new company intranet. I have set up the following in the web.config file: <authentication mode="Windows" /> <identity impersonate="true" /> connection: <connectionStrings> <add...
  13. EZEason

    hyperlink to refresh formview

    Ok, I'm new to ASP.net, I'v been a vb programmer fo 7 years. I have a table that is built on form load the show a schedule. The schedule is tide to a calendar control on the same form. When a new date is selecte the form does a PostBack and populates the table with the selected dates...
  14. EZEason

    Watch exe on server

    We have an app on a Window 2003 server. It is an old 1mb app from '97 that some users in the company still uses. We want to monitor the file to track when someone uses it. We would like to know Who, When, and for How long they used the exe. About 50 users have a shortcut on their desktops...
  15. EZEason

    Watch exe on server

    First, I'm a VB programmer not server admin. I do not have that much, if any, knowledge about Servers. I have been asked to develop something to watch an exe app on a server. We have a program that is a 1mb exe that we need to know who uses the app, and who is actively using the app. The...
  16. EZEason

    Search HTMLDocument for Text

    I have a HTMLDocument that works fine. What I need to do is search this document for spacific words. Like InStr(), but for a document. I can put the document in to a text box like this: Dim Doc As HTMLDocument Set Doc = WebBrowser1.document Text1.Text = Doc.documentElement.innerHTML How do...
  17. EZEason

    Fire BeforeNavigate2 Event

    I have a class that watchs web sites open. That works fine, but I can not get the "BeforeNavigate2" event to fire. '**** in my module**** Global SW As New SHDocVw.ShellWindows Private SWC As New clsShellWindowsEvents Public Sub subWindowsOpen() Set SWC.shellWindowsEvent = SW...
  18. EZEason

    Browser Change Trigger a Function

    I'm developing an a module (no forms) that watches Web Browsers. I can grap the Browser info when I run my module. What I need to find out is how to have my module watch a brower for changes (url change, close, go back, so on) I tried a loop that does not stop, and it works but is a system...
  19. EZEason

    Get browser Address &amp; IP

    How can I put the browser address & IP address into strings? What doesn't kill you makes you stronger.
  20. EZEason

    GX270 Modem no connection

    A Dell GX270 has a PCI modem add to it. It has worked fine for the past year. Yesterday, it lost the modem. I reinstalled the driver, ran anti-virus, check registory. This computer is not connected to the internet. I send data once a week via modem. After the driver reinstall the computer...

Part and Inventory Search

Back
Top