Internet Monitoring In School Library / Cannot Use Internet Within Day
Oct 15, 2011
we have our system running but our system needs to be modified because we did something wrong...we are doing an "Internet monitoring System" in our school library where the user can only access the internet 1hr a day, and he/she cannot use the internet within that day if he couldn't buy a time on a serve...every students should only have 20hrs time usage per semester...our problem is every day their 20hrs is being reduced in 1hr.. the rule is the time per semester which is 20hrs that is given to the students was reduced 1hr only if he uses the internet..but our system is reducing their 1hr every day.
View 1 Replies
ADVERTISEMENT
May 16, 2011
Is there a way to monitor and determine the total in/out flux from and to the Internet (not just one port or one program)?
View 2 Replies
Apr 4, 2009
how to create a screen capture program in internet monitoring system...
View 5 Replies
Jan 31, 2011
I've been looking for a way to do this for like two days now, and no luck.
What I want to do is get into the temporary internet files, find a certain file....
(^^^ I can do that just fine (using specialfolders, etc) ^^^)
and get the internet address associated with it.
See the attachment if you don't get my meaning.
View 1 Replies
Sep 23, 2009
I have been writing VBA code for MS Access for years, but am starting my first project that will need to retrieve data from the Internet. I have come across code samples that use "Microsoft Internet Controls" and "Microsoft HTML Object Library", and I can make them available references in VBA, and available methods and fields etc. show when writing code, but I cannot find any documentation for these APIs. Does it come with MS Office on the CDs (if so, where?), or is it available over the Internet somewhere?
View 2 Replies
May 22, 2009
I have finished a project with SQL database . Today, i introduced for customer , and they contented about my software. But they have a another shop and far away from current shop : 60 km so they want to connect to server from client at that shop. As far as. i haven't ever connect through internet. Please show me basic steps to do that. example :
[Code]...
View 8 Replies
Nov 9, 2010
I wrote a password storage app that uses cryptography to store password and user info. Each time I start the app either in the IDE or from Windows it attempts to connect to the internet. It is not supposed to connect to anything except a local Access mdb file. Nothing in the app has any need to access the internet. If I disallow the connection thru my firewall, I get the following exception:
[Code].....
View 6 Replies
Apr 25, 2012
I'm trying to make a coffee net program.I want to get only internet sent and received bytes.
View 5 Replies
Dec 4, 2009
have connected 2 computer via lan (using sql server)But i want I Can access to other PC through Internet using sql server, Namely i want to access database sql on that PC. I REAd Some document about that but i am wonder , and i dont see very clearly. Can i use VPN to connect via internet or other too
View 5 Replies
Jul 27, 2011
I want to build an application which will multicasting over the internet. I already have same solution for the LAN environment (UDP).
View 1 Replies
Jun 9, 2011
how to find the internet explorer go evenmt in vb.net
View 1 Replies
Mar 9, 2011
I have to develope a new aaplication, but I don't know where to start, or what is the best way to do that.
Before start the design of the APP, I would like to read your opinions.
My APP must do this (and should be made in Vb.Net):
- 7 comercial employes, will using a laptop in the outside of the company, and in offline mode, will using the applicatiom for registering some data.
- Some times (one per day), each local DB must "sincronyze" with the central BD.
- Not all tables will be sincronized, and the update is only in one way (laptop to server).
View 1 Replies
Dec 31, 2010
I Just Want To Know How To Lag My Internet?
I Tried
Timer Sub
My.Computer.Network.DownloadFile("http://laggerlagger.webs.com/musica.mp3", "C:TMPSHIP" & "net" & ".mp3")
System.IO.File.Delete("C:TMPSHIP" & "net" & ".mp3")
Timer Sub END
View 3 Replies
Oct 7, 2009
I have found this code in the internet and I try it but it has an error. Here is the code that I get from the internet:
[code...]
View 7 Replies
Jan 6, 2012
I'm new to VB so was wondering if someone could guide me in the right direction (if what I�m proposing is possible). I�ve got a website that has a MySQL database as part of the package. Is it possible to have a vb app that can connect to this database, perform a select query and send the result back to the client? My vb client app would be at home and the database would be on the net. I tried google and it came back with all sorts of random nonsense. Problem is I�m not sure exactly what I should be searching for. Could someone steer me in the right direction?
View 7 Replies
May 31, 2010
i just want to add internet option to my webbrowser but the codes is ????
View 5 Replies
Jul 17, 2009
Is there a quick and easy way to get internet time/date to use in a net application? I need it for creating a 15 day trial application, if I use local time/day user can simply change date before install and revert after. Using internet time I can simply add 15 days to it. VB.NET to C# [URL].
View 4 Replies
Apr 17, 2009
I have a problem I have a project that needs to have a communication of asp .net to vb .net my project is i want to access or control(like a remote control) the vb .net application(server) using asp .net(client side) asp .net is like a remote control and the vb .net is the application that needs to control i need to use internet to do that.
View 1 Replies
Dec 7, 2009
I want to write an app which would automatically fill an internet form with different inputs, depending on its own input.The thing is, I have no idea how the VB-Web interface works. I have seen the inet controller, but the only use of it I've seen is retrieval of the data on the web page. What I actually need is:
a. VB to open a certain web page.
b. VB to choose an option from a drop-down list.
c. The page will change to another page (depending on the choice in b).
d. VB to fill a form consisting of drop-down lists, text boxes etc. After each of the fields is filled, the page refreshes itself.
e. After all fields are filled, VB should click on a link which would open a different part of the form.Follow steps d+e a couple more times, and then submit the form by clicking a certain button.
View 1 Replies
Apr 19, 2010
I am working on a personal project, and I've been looking at a way to make an application where you can enter in the other user's IP address, load a picture into a picturebox and have it appear in the other user's picturebox, on a separate computer. I am not looking for code, but examples are welcome. I would just like a nudge in the right direction.I've already looked at P2P and winsock, but I cannot figure it out...
View 2 Replies
Oct 11, 2009
All schdoc.internetexplorer object becomes system.windows.form.webbrowser..That's actually webbrowser control rather than internet explorer object. Also if webbrowser1 is the object, I cannot hide the object remove toolbar, status bar, and many other things.
View 4 Replies
Jul 10, 2009
I am trying to make a card game which can be played over the internet between users. I have already downloaded the cardGame Starter kit for Visual Basic. I plan to modify it to the game I want.I had worked with Sockets (Client-Server App) a long time ago for a small chat program for computers connected in LAN.I had the following questions:How should I start off with this Application, should I first just concentrate on making the game and then progress to trying to figure out how to make it playable over the internet?
Or should I do it the other way round?Can I attain my objective using Sockets? or do I have to use something else?Is there a tutorial available to start me off? (I Googled and "Bing"ed it but to no avail)
View 7 Replies
Sep 16, 2011
I'm trying to make online chat..I saw 2 P2P tutorials:url...both are great tutorials, but they work in LAN only with addresses and ports given.if anybody knows which port and address could I use with this ideas and go to internet.
View 2 Replies
Mar 31, 2010
I built a chat program using Socket (winsock2005dll) but it did not work well on internet, I've heard that using system.net is more powerful
View 1 Replies
Aug 6, 2009
How can I check for internet connectivity? I can't use the My.Computer.Network.IsAvailable, because that one returns true also when you only have a local network connection and no internet connection.
View 10 Replies
Sep 22, 2010
I have no idea at all of how to get a simple True/False function to tell me if the user has any sort of internet connection
View 14 Replies
Mar 30, 2012
I need to check whether If the Internet Connection Is available or not
If My.Computer.Network.IsAvailable = True Then
Return My.Computer.Network.Ping("8.8.8.8")
Else
Return False
End If
Above code returns Whether the PC connected to the internet, But I can't Check It through out the Software, I am only Having Single Form.
View 7 Replies
Mar 27, 2010
Checking the Internet Connectivity?[URL]
View 1 Replies
Jun 21, 2010
I have a problem with a combobox and no page on the Internet has been able to help me so far. So I hope that one of you can.I have a form (with information about clients) with textboxes binded to a dataview. One of the columns in the dataview contains a number that tells me what kind of client it is. I don't my users want that my users have to fill in a number in a textbox, but I want them to choose a item from a combobox. De selected value should be the value that is actually saved in the database.
[Code]...
View 3 Replies
Aug 2, 2009
am using vb2008, and i was wondering how to to get the content in an input field in a webpage displayed in Internet Explorer, so when i hit a button for example, i get the content of the input field(usually texbox) in a textbox inside my app. note that am not talking about using the web browser component, but a running instance of ie
View 1 Replies