I have to create an online application which i can apply it on every employee's computer in my company and i have create the application on visual basic 2008 and SQL 2005 using windows application and database. The problem is i do not understand how am i going to run the application on every employee's conputer. Because i have create the application on my computer, must i install SQL on every employee's computer? or any other software i have to used.
I need to create a folder on a remote machine (The machine name and UNC path are stored in an Access 2007 database. Once the folder is created, I need to share it out with Everyone:Full Control Permissions?
I want to create a security log in that start up when the computer is turn on.Im having problem on multi user once the user ID is logged in it also logged in in another computer, i dont know how to add this codes can some one help me this is my code in my log in form. im using vb.net 2005 and back end is MySQL.
Private Sub btnLogIn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogIn.Click Dim myCommand As New MySqlCommand Dim myAdapter As New MySqlDataAdapter Dim myData As MySqlDataReader
i am trying to create computer guessing game for my college. computer guess my number like i have random number in my head for example 45 then the first computer guess is 50 then i tell the computer that is too high then the next guess is 25 then i click low then it goes on i cant figure out how to make it run it like when i click on high it supose to get the number low then when i click on low then it suspose to go low but it doesnt.
Public Class frmMain Dim IntLowestNum As Integer = 1 Dim intHighestNum As Integer = 100 Dim Count As Integer = 0
Is there any way to use VB 2008 to create an app to work on a computer that does not require .NET 2.0+? If there is no way to install .NET on the target computer, is there any way to write the app in such a way that it works on the computer?
I want to create a program that will send data across my network to another computer. The data will be taken and used as sort of a command for the computer to load a webpage, or whatever I decide to do with it. I was familiar with the winsock control in Vb6.
i want to create an enhanced login screen for a windows vista computer. On my laptop i am able to scan my finger to login instead of using a password. This fingerprint scanner is a program/process on my computer. If this program is able to detect a finger print being scanned and then act accordingly on the login screen, even when the user has not logged in yet, then what i want to do is possible.
All i want to do is create my own security/login screen, perhaps mine can replace the default windows vista one on my computer.
So here are my main questions:
1. How do i make my program/process run on the login screen, before the user signed in? (So i may use my own login program)
2. Depending on the anwser to question 1, how do i replace the default login screen?
How do I create commands that allow a group of adjustable voltages to be provided outside the computer, via the usb, serial or paralell ports, etc to control devices connected to the computer?
As a former electronic technician and developer, I have several useful projects I would like to develop.For example, I just received a celestron digital microcope and I am interested in developing a speciman stage the microscope can be placed in which provides a from 4 to 8 adjustable led's located above the speciman and more below the speciman so the lighting on the specimen can be adjusted in a variety of ways so hidden features of the specimen will be revealed when viewed from the microscope.
how to send the commandsf rom the computer to outside devies for further processing is my primary concern into a port to accept these voltage commands since I am behind on current technical advances in the electronic field.
I would to create an application that will allow me to monitoring in real-time the screen on a remote computer, I dont want to keylog, or control mouse,ot keyboard, just watch what they do at real-time.
i have a task to create a TCP Server (a program that is listening on its network card interfaces for incoming data stream).I have search on the internet and i found that i can use two methods : Socket or TCPListener class.I have created an example for Socket class, but i wondering how could i test it? I need to check that if another computer in the network send some string data to the listener computer , then this message should be displayed.Here is the example from microsoft that i am using for TCP Server using Socket:
Public Shared Sub Main() ' Data buffer for incoming data. Dim data = nothingc[code]....
But it does not work because of the PORT setting.If in the TCP Server i have "Dim localEndPoint As New IPEndPoint(ipAddress, 0)" the client crashes, but if i change the port from any (0) to 11000 for example,the client works fine.Do you know why?
Later edit2:Maybe i should have started with this question:Which method is recommended for my scope?asynchronous or synchronous method ?
I am developing a computer application designed to monitor the network and CPU statistics on a computer remotely. The monitored computer would have my program installed and the monitoring computer would display, in a form, the information being sent from the remote client.The application does not send any information regarding packets, user names, passwords, etc. It is solely meant for monitoring CPU performance and Network resources remotely.
What would be the best method to send this information over to my host machine?I am programing in Visual Studio 2008 on windows XP. The client machine is also XP. I know this sounds a little shady, but it is required for my little business (http://www.iquorum.net) to monitor what and when something happens on our machines when I and my employees are away.
i have encountered a problem, i want to access the data coming to the computer from the in-built bluetooth module of a computer on windows platform, this data has been sent by a remote bluetooth module say a by an autonomous device (just like a bluetooth mouse connecting to the computer). The to be sent is in the form of numbers and i need these to manipulate on the computer.
I have a desktop computer with a cable connection on the back that allows me to watch TV on the computer using Windows Media Center. I had the idea of writing a program that would access this feed and send it to another computer (laptop) via my network. That way I would be able to watch TV from anywhere that my network spans. I have no idea if this is possible or how I would even do it,
So I have three questions. 1: Is it possible? 2: How would I go about access the feed? 3: How would I send it over the network?
My original thought was doing it in Flash, but I'm not very good at Flash so I wanted to do it in VB.Net.
I need to copy a file from a local computer to a remote computer on the network, if i try to use File.Copy without logon i get the following error:"Logon failure: unknown user name or bad password."How do I provide user name and password for file copy?
Problem:When my computer restarts my mapped drive appears under My Computer. When I try to use it from code I get errors. If I open the mapped drive by double clicking it, and then try the code, it works. What I discovered is that when my computer starts the status, using net use, is
How do you share files from one computer to another that are connected in one wireless internet connection? I mean, it's possible using shared folders this means it could be possible in vb.net too..
I have exe file that lunch a program takes 5 inputs. this exe locates in computer B and I need to execute it from computer A using VB.net customized application that pass the inputs through it.
I tried to get os version of remote computer using ip address with WMI ,It shows "RPC server unavailable" error.If anybody have solution for getting remote system information without WMI in vbnet,
so I was watching Iron Man when an amazing idea struck me. What if I could use my webcam and my hand to create a "touchscreen" computer. My thought was to have a glove with two dots on two different fingers, red for left click, green for right click. I'd then use my webcam to track where my finger went and move the mouse to the corresponding point and when the red dot got closer (bigger) it would left click there, when the green dot did it would right click.
I think the general concept would be simple just the coding would be quite difficult. I already know how to access the camera and display it's image I just don't know how to do any object tracking. I've been looking for some code or tutorials but everything I've found is in C or C# and I can't program in those languages.
I want to find the computer which are connected with my computer via lan connection using vb.net code. actually a have a mini project in network connection setting.