How To Create An Easy Application For Connecting To Remote PC And Run

Nov 1, 2009

I need to create a application that will allow me to connect to remote computers and find out the os like w2k or xp so i can run the right scripts for that os.be able to input add an ip or computer name and pass it all scripts like bat, vba and psexec.

I would like to be able to put all util files and scripts in a single dir and have the selected from 2 or 3 differant dropboxs ie... bat's in one droplist and vba's in an other dropbox ect...

have preselected buttons to perform basic function:

1. who is logged on
2. what OS and service pack info
3. connect with netmeeting or remote desk top
4. run a remote command on remote desktop IE.. open with my user account a CMD, Control Panel, Explorer, Explore Network Connections.

have the app ping the pc first to verify connectivity, then execute the script or bat.

View 1 Replies


ADVERTISEMENT

Write A Simple Windows Form That Will Make It Easy To Record A Voice Message Before Uploading It To A Remote Web Server?

Oct 2, 2011

I'd like to write a simple Windows form that will make it easy to record a voice message before uploading it to a remote web server and sending the URL to the recipient(s):

[URL]

Currently, the user has to use Sound Record to record the message, use an FTP client to upload it to a web server, and finally, use an e-mail client to send the URL. I'd like to combine those three features into one.

View 14 Replies

Create An Application That Will Allow To Monitoring In Real-time The Screen On A Remote Computer?

Feb 18, 2009

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.

View 6 Replies

Connecting Remote Pc Desktop?

Jul 7, 2010

I want to create a software for remote computer Desktop connection(we can see and operate remote computer in our computer display), can any one give Windows itself has a long procedure to do that(Remote Desktop Web connection), sometime it develops security issue, other options are 3rd party. I want to create it on my own.

View 1 Replies

Connecting To A Remote Form?

Jan 17, 2009

I've been using several search terms, but couldn't find the answer. Maybe it is there and I havent looked good enough. I have a small program to which people can login to. All login info is stored in a simple html page. I manually add the info to that page.

I want to make a 2nd program, that is able to see who is currently logged in into the program. If I click Refresh, I want to let a list fill with all the Usernames currently logged in.

I don't have a clue where to start. I'm guessing making a remote connection between two IP adresses, but if the client programs dont know the IP to connect to, and the host program doesnt know the IP's belonging to the Usernames, Im lost.

View 2 Replies

Connecting To Remote Mysql

May 30, 2010

[URL]

I have some hosting from [URL] so I set up a mysql db there. the actual db info is:

hostname: db2054.perfora.net
db name: db298669245
username: dbo298669245

[Code].....

The error is get is: "Unable to connect to any of the specified MySQL hosts."

View 4 Replies

Connecting To Remote PC Or Server

Feb 2, 2010

I want to understand the concept of connecting to a remote PC or server. I'm working on an app that will connect to a remote server. Read a value from a registry key and then display the results in a text box. It will also connect and search for a specific log file on a server. I understand how to read the files. I'm just not sure how to connect to a machine remotely if I have valid credentials. There seems to be sever ways to accomplish this. I want the most efficient way using vb2008.

View 3 Replies

Connecting To Remote Server?

Apr 17, 2010

I'm been learning about connection strina I have been able to succesfully connect to a sql database stored locally on my Pc.The next logical step would be to connect to a database stored on a remote server. My question is does anyone of a sql database ( or any other type of database ) which can be openly accessed by the general public. Does anyone know if a web hosting service would allow me to remotely connect to a sql database ? Could I for instance upload my database onto a web hosting service and try connect to a remote database that way

View 1 Replies

Connecting To Remote Sql Server

Feb 25, 2010

i am having alot of trouble finding the source code to establish a connection to a remote sql server ( at my university) for vb. All i have is the IP adress and the username and password to the database. I tried coding it with a sqlconnection, sqlreader and a command to execute the statement with no luck.

View 2 Replies

Connecting To The Remote Database Using VB6?

Jun 27, 2009

provide with necessary code for connecting the remote database.. the remote database is in access. i am facing problem at defining the connection string. And i am using ado control for connecting the database.

View 1 Replies

Connecting To Remote Computer And UnauthorizedAccessException

Oct 21, 2011

I am making a client/server project where the server can send a String variable to client but for now i'm starting with a simpler code. I was able to code a bit but now i'm having a problem with this UnauthorizedAccessException. It seems that I am not authenticated but i was able to put the admin username and its password. This is my problem.. Here's my code...

[Code]...

View 7 Replies

Connecting To Remote MySQL Server?

Jun 23, 2011

I have developed a frontend app using VB 2010 which is to connect to a remote MySQL server. My server has an internal IP address of 202.56.20.72 and an internal IP address of 192.168.20.44.

When I use the internal IP in my connection string and connect over LAN, the whole thing works fine. But when i changed the IP to the external address and tried to connect to the server over the internet, I get an error something like 'Failed to connect to MySQL server for user 'user'@'localhost', [using Password=NO]. This means that for some reason, it is not connecting to the server at all.

View 6 Replies

Connecting To Remote Mysql Using Wampserver?

Feb 7, 2012

I have some hosting from wampserver so I set up a mysql db there. the actual db info is:

hostname: ip address db name: root username: version: MySQL5.0

pw:
VB.net CODE
conStr = "Server=ip address;Database=dbname;User Id=root;Password=;"

or there is another way to connect pc1(server) and pc2(client) using wampserver?

View 1 Replies

Error In Connecting In A Remote Database

Jul 12, 2011

good mornign here again =D having a problem with connecting to a remote database via adhoc we are using a windows 7 ultimate 32bit OS platform =D

here is the connection message im encountering

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)

i have already enable the the Remote Connection enabling the both TCP/IP and name Pipes and its server authentication of our both msSQL server 2005 is SQL SERVER AND WINDOWS AUTHENTICATION MODE

and also i put a check in Allow Remote Connections to this Server...both our laptops...

but still encountering the problem... the default gateway of our adhoc is 192.168.137.1

sample code how i connect to the database

Imports System
Imports System.Data
Imports System.Data.SqlClient

[Code]....

View 1 Replies

VS 2008 - Connecting To Remote SQL Server?

Aug 19, 2010

My.Settings.ConnectString = "Data Source=123.132.123.123,3306;
Network Library=DBMSSOCN;
Initial Catalog=Authorities;
User ID=AppUser;
Password=mypassword;"

View 19 Replies

Create An Application That Connects To A SQL Database To Populate A Datagrid - Getting An Error 'remote Connection Permissions' ?

Sep 25, 2009

I am using VB 2008 Express and have created an application that connects to a SQL database to populate a datagrid.The application is working properly on my computer but will not on others 'remote connection permissions' error.After some googleing I found that the express version is crippled to only work on local machines that use a database.If I purchase Visual Studio 2008 Standard Edition, import and rebuild my application, will my application be able to run properly on other PC's?

View 7 Replies

Connecting To A Remote SQL Server Via (Internet) IP Address

Feb 10, 2010

i need to know what will it take for me to access, insert, update and delete data to a database on a remote SQL Server. I already made some configurations to the SQL Server 2005 that I want to access by following the steps coming from this link -> [URL]. But somehow I am still getting an error. My primary concern is "What connection string should I use on my client VB.NET application to connect to the remote SQL Server?" Since I will be connecting to the SQL Server via Internet and not by LAN, I am wondering which IP Address and Port am i going to put on the 'connection string'? How can i get my 'TRUE' Ip address? Or is there any other way to go through with this? It will be very helpful if you could share your insights and knowledge. Here's my sample connection string:

[Code]...

View 6 Replies

Difficulty Connecting To Remote MS Access Database On LAN?

Jun 6, 2011

I am currently developing in Visual Studio 2008 (Visual Basic) and I have no problem reading, editing, saving, etc. to a 2007 Access database that is stored locally using the following code:

Dim NotifyDS As New DataSet()
Dim NotifyCon As New OleDb.OleDbConnection
NotifyCon.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|DataSettings.accdb"
NotifyCon.Open()

Ultimately I am going to be installing this program in my office on multiple computers, but would only like to have one "server" program where the database is installed. All of the other computers will have access to this one database over the LAN. For some reason I am unable to access this remote database file over my LAN. I have tried all sorts of things (including a username and password for the server computer),

[Code]...

View 7 Replies

VS 2008 : Create Application For Mobile Phone Sony Ericsson To Remote Control Program Using Bluetooth Connection?

Mar 20, 2009

is it possible to create application for my mobile phone Sony Ericsson to remote control my program using Bluetooth connection which have simple functions?I have came across one program that is able to do that which is floAt's Mobile Agent. It can control from media player, powerpoint slides and even mouse cursor movement.

View 10 Replies

VS 2008 Error Connecting Remote MySQL Database

Nov 2, 2009

i have a website www.aybydinnovations.com.I setup a new mySQL Database into my webserver.I am developing vb.et application that will connect into that database from my webserver.

Here is my codes:
Imports System
Imports System.Windows.Forms
Imports System.Net.WebRequestMethods
Imports MySql.Data.MySqlClient

[Code]...

View 14 Replies

Remote Server Returned / Bad Request While Connecting To QB Online Through Qbxml

Jun 5, 2012

My connection to QB online is working fine. It also works for add customers to QB online.When i am passing checks through it gives Bad request error.[code]

View 1 Replies

Remote Desktop - Make An Application Of Remote Management For Images

Aug 5, 2010

I want to do a small application that made the broadcast of images from a PC. The idea is to make an application of remote management but without the management part, only with the viewing of images. Anyone know any code already done or any API that helps in the project?

View 8 Replies

Easy VB Console Coding - Create A Pyramid Of Stars - Convert The Numbers Into The Symbol?

Oct 19, 2009

I'm currently taking a VB class as a complimentary in college, so keep in mind that I'm lowest of the low when it comes to this. For my assignment, using a console application, I need to create a pyramid of stars, such as this:

Enter number of stars: 3
***
**
*

So far, I've gotten to the point where it'll display enter number of stars: 3
3
2
1

How do I convert the numbers into the symbol?

View 14 Replies

Asp.net - Connecting To Remote Computer Using WinNT:// Provider And Directory Services Ignores Username/password

Jun 10, 2010

Here is the final code that worked for me. This uses WNetAddConnection2 to establish a connection first, before using DirectoryEntry.

Imports System.Runtime.InteropServices
Imports System.Net
Imports System.DirectoryServices
Imports System.IO

[Code]...

So I moved the code to an ASP.Net web app, which is impersonating a service account through the Impersonate section of web.config. The account I am impersonating does not have admin rights on any of the workstations so I put in a username/password into the constructor for the computer entry like so:

Dim deComputer As New DirectoryEntry("WinNT://" + Computername + ",computer", username, password).The username is that of a domain account which has local admin rights on every workstation. If I look at the Username property of the resulting deComputer object I can see that the username matches what I entered.Also if I enter in an invalid password it throws an error, so it is authenticating in some fashion.

However if I now try and add or remove a user from a remote workstation I get a general access denied error. If I add the service account that ASP.Net is using as a local admin on that workstation it will add and remove no problem.So next I tried using the LogonAPI (advapi32.dll ->LogonUser call) to login as the user account that is a local admin on all workstations, impersonated the resulting WindowsIdentitiy and tried running just the original deComputer instantiation. When I do this every property, excepty Path, returns an OLE exception..

View 1 Replies

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

Jul 18, 2012

Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.

Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?

View 3 Replies

Create An Autonumber In Oracle Sql After Connecting?

Apr 20, 2009

how i create an autonumber in visual basic statement for an oracle database??

View 1 Replies

Create A Base Class For Connecting The Database?

Jan 20, 2010

i just like to know how create a base class for connecting the database.just the simple one.

what are the best practice in creating a base class connection.

View 2 Replies

Create Log-In Page Connecting Access Database?

Dec 5, 2008

I'm doing my work in VB express 2008. I'm trying to connect it to my access 2007 Database, so a user can log in with ther username and password, if they are using valid username/password.

I've connected my Access 2007 database using Data Source window: data->show data sources->add new data source.
Is this the correct way to connect database for my Log-In page? [code]...

View 3 Replies

Application - Connecting To Sql Server

Jun 21, 2010

I am bignner in vb.net and i have develo[ed a small application of vb forms in which i have use a service based sql server databas(.mdf)i want to make its msi installer last time i have made it and after installation application giving error for connecting to sql server

View 1 Replies

Connecting A OPC-Server To Application

Dec 9, 2007

I would like to create a OPC Client... But fist of all how do I connect a OPC-Server to me application. anyone who have done this? and maby hade some sample code??

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved