Remote Access Terminal System?

Jun 10, 2011

what are the requirements needed on how to control a terminal pc in terms of programming it. i am planning to use vb.net when we develop the system.

View 1 Replies


ADVERTISEMENT

Connect To A Remote Pc Via Terminal Services?

Aug 11, 2011

i connect to a remote pc via terminal services, when i print with the Microsoft Office Word i get the print in my local printer fast, but when i try to print with my own application the print take 10 seconds.

I use to print the control PrintDocument.

View 5 Replies

VB6 App In Terminal Services Remote Desktop Error?

Mar 11, 2010

I have a VB6 app using MS Access2003 database ODBC connection in Windows Server 2008my connection string is simple ODBC-- DSN=hotel -- using Microsoft Access Driver (.mdbusing admin user - i can run all forms on windows server 2003 successfullyusing other users - i get "permission denied error 70"I have 2 problems,1- cannot use software in terminalservices using remote desktop to server @Windows Server 2008i have 10 machines connected using Remote desktopfor a limited user, >> permission deniedif i cange the limited user to admin >> things work but ONLY FOR THAT USER!ALL OTHER USERS THEN HAVE PROBLEMS WITH THE SOFTWARE, some exit, some cannot fetch data, etc.

View 1 Replies

Remote Terminal - Use (API Or The Framework) To Tell If The User Is Logged In Locally ?

Sep 14, 2009

Can I use vb (API or the framework) to tell if the user is logged in locally or with terminal services / remote desktop.

View 2 Replies

Create Remote Desktop Monitoring Using Microsoft Terminal Services

Dec 26, 2010

creating remote desktop connection in vb.net using Microsoft Terminal Services(msrdp.ocs). The main objective is to remote monitor clients without interrupting them or knowing they are monitored.

View 5 Replies

VS 2008 GlobalKeyboardHook - Application That Will Run On A Terminal Similar To A Micros Terminal

Feb 19, 2010

I have an application that will run on a terminal similar to a micros terminal. The terminal is already running another vendors app that captures the users logon ID from a swipecard. I need to capture the same logon ID at the same time. This is no problem, I just hook it.

The problem is I have another app which also captures swipes. In development I am running both apps for testing. It appears that when I unhook one app it unhooks both. Rehook and all is fine. As my two apps will never be on the same terminal this is not a problem. What I am concerned about is the vendors app unhooking mine or the other way around.

I would of thought that each app would have it's own ID and that each hook would be independent. I have considered finding a way to determine if a global hook is present and then use some logic to decide on unhooking or not but can't find anything.

View 1 Replies

Display The Data On Terminal B If Inserted From Terminal A?

Dec 8, 2010

my project work on server if inserted data from terminal A i need display the data on terminal B

View 1 Replies

Access Remote Registry Access Between Xp And Vista Using?

Jan 29, 2010

I have to access remote connection from XP os to Vista os in vb.net How to do that?

View 1 Replies

Shutdown Remote System ?

Mar 2, 2010

I ve to shut down the remote system of a network.. so i need the full vb.net source code to make it possible ..

View 2 Replies

Delete The Files In Remote System?

Apr 27, 2009

I want to delete some temporary log files in remote system without using UNC share path. If I used UNC share path in my application, the application execution was failed. In order to execute successfully, i want to map remote system in my machine and then application was executed successfully by using UNC share path. So, i dont like to use UNC share path in my application.

View 4 Replies

Get System Time Of A Remote Computer?

May 6, 2009

I am trying to set up an "AT" job to export some registry keys on a remote computer, the problem is that DOS command requires a time to run. I want to get the system time of the remote computer so i can schedule it to run 1 minute from the time i send the command.

Is there any way to get the system time of a remote computer with VB.Net code?

View 3 Replies

Get Using System.Management On Remote Computer

Jun 10, 2010

Can you use System.Management to get CPU and memory information from a remote computer?

View 4 Replies

VS 2008 Remote Support System?

Jul 4, 2010

I am wanting to make or have someone help me make a remote support system. I would like it to have a ticket system interegated into it, but if it would be easier to just have the remote support, then I'll just stick with that. I am wanting for my client's to download the client version and then connect to it. Then they give me their IP or some code that I type in and connect and control their computer. I give technical support.

View 5 Replies

.NET Program Being Detected As Virus On Remote System

Jan 3, 2012

I've developed a simple program and in it I 'copy-pasted' some code which makes a copy of the program executable in a particular path (docs folder) and sets registry to start the executable in windows start-up only.. Everything is working absolutely fine in my PC. But when I sent the exe to my friend's PC. Then the antivirus in her PC detected it as a trojan!

[Code]....

View 2 Replies

Connect Linux Remote System And Run A Command Using .net?

Jun 13, 2011

I want connect my linux remote system using ip address and port through .net. and want run a command to run a file inside the remote system

View 5 Replies

Login To Remote System Using Windows Application

Mar 18, 2009

I have a requirement that i want to kill the process in the remote server and then delete some log files and update the registry editor and then finally log off and log in to the remote System. Now, I log off the remote system from my application. But i want to login to the system with valid user credentials from my application.

View 1 Replies

Remote Registry Read Via System.management?

Apr 4, 2008

I need to read the value of one subkey located under a list of 17,000 keys in windows registry. I have no problem doing it locally but cannot get the system.management name space to do the same remotely. I know MSDN documents the system.management name space but much more knowledge is assumed than in other areas I have used. Assume no problems with connection and authentication.[code]....

View 16 Replies

Remote System Viewing And Voice Chating Sdk In Vb6?

Feb 20, 2009

need remote system viewing and voice chating sdk in vb6,any body know pl tell me,i will pay money, i will buy.already i am using 30days invitation and voice tapi3,but thats working lan only,

View 2 Replies

Build A Windows App That Uses A Remote SQL Server To Login To The System?

Dec 15, 2010

I am trying to build a windows app that uses a remote SQL server to login to the system. I have setup the SQL server on a vmware machine all the conections work fine I have created a form Login with TextBoxUser and TextBoxPass and a submit button.I have added the database conection and created a query called Login

SELECT COUNT(*) AS Expr1
FROM Users
WHERE[code]....

View 2 Replies

C# - Program To Monitor Other System Vitals With Remote Connection?

Sep 29, 2011

I'm looking to write a custom program in VB.NET / C++ / C# that would allow me to monitor a system's vitals over a Remote Desktop Connection. I'm only looking for tips on how to implement a connection like this in code (eg. is it just a simple object or call to a WScript function? or is it much more sophisticated?). As to the specifics of operation after making the connection, I have that figured out based on another program which shares some similar features. This doesn't have to go through an RDP connection, I'm definitely looking for better ways. Reason I mention RDP is because I currently do this manually over an RDP connection, but I don't wanna have to constantly open the window.

View 1 Replies

Call A .NET Application From A Remote System By Java Servlets?

Nov 25, 2009

I have an application in VB.NET. I want to call that application from a remote system by using Java servlets. Can anybody tell me the methods for that?

View 1 Replies

Connect To Sql Server 2008 R2 FILESTREAM From Remote System?

Jul 2, 2011

I'm developing a online document management application for my client using the following technologies

Front End - VB.Net 2010 (Windows Forms)
Back End - SQL Server 2008 R2 Express (FILESTREAM enabled to level 3)

I wanted to store the files (*.pdf, *.doc, *.exe, .) using the FILESTREAM feature in SQL Server 2008 R2.I prefer FILESTREAM because sometimes the file size exceeds 2GB.I'm able to save and retrieve file with FILESTREAM (using Windows Authentication/Integrated Security).But my client wants to save or retrieve the file from different PC.So I'm in need of accessing the FILESTREAM BLOB from remote systems.

View 1 Replies

Error: System.Net.WebException: The Remote Name Could Not Be Resolved:'site.com'

Jun 10, 2010

I created an application which posts data to a url using webrequest.It worked fine on my computer, but when another client runs the application , he gets the following error:

System.Net.WebException: the remote name could not be resolved:'site.com'
at system.net.httpwebrequest.getrequeststream()..

View 2 Replies

How To Communicate Remote System Using Win Sock Control Through Internet

May 28, 2009

how to communicate remote system using win sock control through internet. this is possiple give example or any idea in vb.net 2005

View 1 Replies

VS 2008 : Use WMI To Get Remote System UpTime (Boot Time)?

Aug 4, 2009

how to convert it to .net. I have the Imports System.Management figured out so far.......

strComputer = "." ' Local computer
set objWMIDateTime = CreateObject("WbemScripting.SWbemDateTime")
set objWMI = GetObject("winmgmts:\" & strComputer & "
ootcimv2")
set colOS = objWMI.InstancesOf("Win32_OperatingSystem")

[code]...

View 6 Replies

VS 2010 Code To Detect Remote Operating System?

Mar 7, 2012

I want to detect the operating System of a local or remote pc based on the IP or computer name I typed in a text box, these will all be on the same domainThis is what I use for the local OS version

View 4 Replies

VS 2008 - Creating Remote To Turn Up / Down System Volume Via WiFi

Oct 28, 2009

I am working on a little project for my phone creating some sort of remote to turn up/down my system volume via wifi. The phone will send data to a text field on the website lets say such as "vol up" and the vb app sitting on the computer will be constantly reading this text field for key words like "vol up", "vol down". when it see's a recognized command it reacts by turning the volume up and so on. And one more thing: Is it possible to have a vb app that uses http? E.g., sits on port 80 itself and can be accessed via local ip.

View 8 Replies

Local Group Policy Editor - Force Shutdown From Remote System

Aug 3, 2010

The following steps give a Guest shutdown policy.

1- Click run, and type the gpedit.msc, to start "Local Group Policy Editor".
2 -Expand "Computer Configuration" -> "Windows Settings" -> "Security Settings" -> "Local Policies" -> Then click "User Rights Assignment".
3- In the Policy window, Select "Force shutdown from a remote system", double click it, it will pop a properties window.
4- Click "Add user or group button", add a user and name it Guest.

I need to know if it's possible to manipulate and add the user or group programmatically. I'm using Visual Basic 2008.

View 1 Replies

VS 2005 Connect To A Remote Server And Copy A File To Local System

May 27, 2009

I want to know how to connect to a remote system having some shared folder.(ex, \myservermysharedfolder).Actually, I was supposed to copy a particular file which is available in a shared location of a system. To copy that file, first i need to connect to that system with an user id and password.I know copying of file (), But not getting clear idea on how to connect to the shared folder. I have tried with System.Management class, but no use..

View 2 Replies

Access Remote Sql Server Using .NET?

Apr 16, 2009

I've found a few examples of using vb.net to access an sql database, so far none of them have worked . They all involve using DataReaders. Maybe its the fact that the sql db is not on the same machine as the application.I was just wondering if anyone had a more comprehensive example of using VB.NET to access a remote sql server.

EDIT:I've received a few helpful comments an replies already. So far my connection string looks like:
"server=sqlblah.myhost.com;uid=myuser;pwd=pass;database=testdb"

Probably also good to mention their is no editing of the tables a this point, just reading.

View 2 Replies







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