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...
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...
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...
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...
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...
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...
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...
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.
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.
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">...
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 =...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.