Acces Other Computer With Program?

Jun 3, 2012

How could you accese and other computer via localhost or internet wiht vb.net. Not controlling but something like a chat box.

View 14 Replies


ADVERTISEMENT

Shutdown Network Computer Acces Denied

Jul 27, 2010

I'm developing an application that controls the rest of the machines inside a local network and when i try to send a command to Shutdown remotely a pc in this LAN, i get the error Acces Denied, i've changed the Security Policies of that machine por testing purpose at:[code]Changed to this option "Classic - local users authenticate as themselves" as i read in other posts.But still getting the same error, i dont know what's wrong... all OS on my LAN are Windows XP Pro Sp2, and all of them boot Administrative user without entering any password.

View 9 Replies

Writing User Info Such As User, Computer Name, Date, And Time To An Acces Database?

Sep 25, 2009

writing user info such as user, computer name, date, and time to an acces database using a button click event. Then use a query to check if the user has accepted the aggreement. If the user has accepted the aggreement then call a vb.exe that display the aggrement. I have a login script that runs the vb.exe and uses a button click that records the user info to a csv file, but if the user has already agreed to the policies I do not want it run again.

View 4 Replies

CNC Control Program, Based On A DLL - Acces All Functions By Means Of Softkeys ( F-Keys At Top Of Our Keyboards )

Apr 8, 2009

I'm working on a CNC control program, based on a DLL that someone else wrote. No problems with that sofar, as i get good support from the writer.

The problem i do have to tackle is the following: I want to acces all the functions by means of softkeys ( the F-Keys at the top of our keyboards ) when the program starts it shows the Main menu softkeys ( F1-F12), and each F-key has a function assigned to it, some will make the machine move, others will show another menu, or a fileopen/save dialog, depending on the chosen keys.

All works fine and handy-dandy, except for the F10 key, it seems to be "Sticky", when i press it, the program will not react to any other key, only the F10 key can get it back in "normal state" accepting every key with a function assigned..

How to "unstick" the F10 after pressing it?.. because pressing F10 now, means no other key will do anything, and that may become dangerous, when the machine is moving and it must be stopped..

View 11 Replies

How To Transfer Files From 1 Computer To Computer With Program

Nov 18, 2010

how to transfer files from 1. computer to the computer with the program made in visual studio 2008 (visual basic)

View 3 Replies

Get An External Computer's Computer Name In Program?

May 2, 2012

This would be easier if I were able to have the external computer get its own name and just pass it to a web service as a variable, but I'm not able to do that right now. There are a variable number of computers from several different entities that regurarly access a web service on one of our servers. Changing only some VB.Net code on the server and nothing at all on any of those external computers, how would I be able to get their names programmatically in VB.Net?

View 2 Replies

IDE :: .net Program Will Run On Computer?

Jan 9, 2011

I am moving from vb6 to vs2010. I installed vs2010 but no vb program, even the simplest will run. As soon as I load a solution either vshost32.exe or vshost32-clr.exe will shut down.If I create a vb application, even with just a form, a button, it will not run but will exit with the following.

'WindowsApplication1.exe' (Managed (v2.0.50727)): Loaded 'C:WINDOWSassemblyGAC_32mscorlib2.0.0.0__b77a5c561934e089mscorlib.dll'
The program '[3000] WindowsApplication1.exe: Managed (v2.0.50727)' has exited with code -2146233082 (0x80131506).

If I create an exe it will run on other computers but not mine, exe's that are created on other computers will run there but not on mine, so it doesn't seem to be a vs2010 problem but something else. I removed and reinstalled .net framework, 1.1, 2.0, 3.0, and 3.5 but that didn't help either. Since exe's that I create will run on other computers but not mine, I suspect it's .net framework but other than uninstalling and reinstalling it, I have no idea what to check.

[Code]...

View 2 Replies

Run The Program On Other Computer Using VB?

May 9, 2011

We have created our program in vb and we have a connection to a database as well, but we tried to run the program on other computer using VB it does not work it shows an error message because the data base has different path in my computer so if I run the program on other PCs it will not work.

View 6 Replies

Inner Join In Acces

Mar 16, 2009

how we use inner join in oledb( acces ) ? this is false :

cmd = New OleDbCommand("select lesson_name as ,lesson_type from choice inner join present on choice.p_code=present.p_code inner join lesson on lesson.lesson_code=present.lesson_code
and this:

[Code].....

View 3 Replies

Writing To MS Acces Mdb?

Feb 20, 2010

I can't seem to write to my database. No errors came up These is my code and declarations

Imports System.Data
Imports System.Data.OleDb
Imports System.Net
Imports Microsoft.VisualBasic
Public Class frmChange

[Code]...

My mdb file has all the tables set. The database isn't being copied to the bin folder

View 4 Replies

Install Program On A Different Computer?

May 1, 2010

on an xp computer .. i used vb-2008 professional to create a program i then used the (setup-wizard) to create the files and folders to deploy the program on a CD.i followed the walkthrough documentations on how to use the (setup-wizard) .. but when i install the program on a different xp machine .. i get the following message:

** the feature you are trying to use is on the cd **
** an installation package for (setup1.msi) can not be found **

here are the steps i took to create the deployment setup files:

.. i added a (setup-project) to my solution .. called (setup1).
.. on the (choose-project-output-to-include) screen of the (setup-wizard) ..
.. i selected .. (primary-output-from-MyProgram).

[code]....

View 3 Replies

Moving Program To New Computer

Aug 15, 2009

I have been working on a program on my old computer. Now, I have gotten a new computer and would like to continue to work on it there. The program is not yet finished. I would like to copy my program to my new computer. How can I do this? I tried copying the folder from my old computer to my new one and it opened the project, but I could not edit it as there was no permission given to edit it. It shows it as a read-only.

View 3 Replies

Program Wont Run On Another Computer ?

Oct 16, 2010

I've made a program in VB 2008, but when i tried to run it on my other computer (XP Home Premium x86) a error appeard.It says: "Retrieving the COM class factory component with CLSID {D6BCA079-F91C-4EIE-B453-32A0477D02E3} failed due the following error: 800736b1".I tried the program on my third computer (Vista Ultimate x64) to see if it worked, but the same error appeard : What should i do?

I went to ConfigurationManager -> Active solution platform and tried to change it to x86, but no difference :(

View 20 Replies

Program Wont Run On Another Computer?

Feb 21, 2009

When I copy my executable to another machine and try to run it, I get

"Only part of a ReadProcessMemory or WriteProcessMemory request was completed."

View 13 Replies

Reformatted My Computer And Now Cant Get The Program To Run ?

Oct 24, 2010

I have written a program using Visual Studio 8 that simulates engine balancing. To simualte the forces I have used teechart, and have also programmed a genetic algorithm to optimise the system. However, I have just reformatted my computer, and now I cant get the program to run. I can access the code (in Form1.vb) and there are no problems, but 2 errors, and 5 warnings exist in Form1.Designer.vb.

The errors codes are:
'Type AxMSFlexGridlib.AxMSFlexGrid is not defined'
'Type AxMSFlexGridlib.AxMSFlexGrid is not defined'

View 1 Replies

Run Program For Certain Computer User?

May 3, 2011

Is it possible if I want make my program only work for certain computer user?

Means the program will check the current system user... and If the user is allow by the program... the program will Run...and If the user not allow by the program the program will display Message..."You are NOT ALLOW to use this program" and the program will close.

View 3 Replies

VS 2010 Cannot Run Program In Other Computer

Jul 15, 2011

I get this error :

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: tuto.exe
Problem Signature 02: 1.0.0.0

[code]....

View 1 Replies

Acces BBDD Through A Service?

Sep 20, 2011

I have a windows service that connects to a database to read a few names of processes to control them.The problem I have is that if I run the service on the machine where I have the database works perfectly.However if I run it from other machine on the same network can not connect to the database.With the aggravating circumstance that an independent application with the same connection string is that machine if it connects to the same database. Shortly that an indepenciente application connects with this connection string but a service not[code]....

View 3 Replies

Acces To Folder Denied

Sep 14, 2010

I've made an app that first extracts an iso file to a folder. Say the folder is "ExtractedIsoDir", this folder is created in the same directory as the app.

Inside the iso are only folders, so you get a structure like "ExtractedIsoDirFolder1", "ExtractedIsoDirFolder2" etc.[code]...

View 16 Replies

Can't Insert Value In Acces Database?

Dec 16, 2011

This my code in VB.NET. My try catch says there is a syntax error in the instruction INSERT INTO. I don't know what happened to my INSERT. I searched for the error for over an hour... I'm not an expert in VB.NET, I'm better in C#, but I need to do this anyway in VB..

[Code]...

View 2 Replies

Cannot Acces ListView SubItems

Jul 16, 2010

I'm trying to get the first subitem's text from an item in my ListView. Here is the code I'm using[code]...

View 2 Replies

Builds And Saves The Program As A 32 Bit On A 64 Bit Computer?

May 18, 2011

At college we run 32 bit computers and at home i build my programs to bring in but i have a 64 bit computer, i need to know if theres a way so it builds and saves the program as a 32 bit on a 64 bit computer.

View 6 Replies

Changing Background Of Computer With Program?

Dec 12, 2009

i was wondering if it is possible to changed the background of the actual computer desktop. i've searched, but all i can find is how to change the background of the form.

View 1 Replies

Computer Doesn't Accept The Program?

Jan 5, 2011

what should to do,when the computer doesn't accept the program.

View 6 Replies

Get Into Computer Science Bach Program?

Nov 29, 2009

I have a major problem, I took a class in VB, to get into my Computer Science Bach. Program and I am so far behind in VB, is there anyone who is willing.I just want to pass this class, so I can get my Bachlors and transfer to a University.. If there is anyone willing to help me please please please give me a message,
you can either email me @ {email removed} ; MSN Messenger is {msn removed} or my AIM SN is {aim removed}

View 5 Replies

Make A Program Running On One Computer?

Apr 8, 2011

I'd like to make sure that a program could run on a specific computer and get information like pc's identity. This way it won't be possible to run on another computer.

View 7 Replies

Make A Program That Will Lock The Computer?

Jul 4, 2011

i want to make a program that will lock the computer when the program will run and will ask for a password in order to unlock the computer again.

View 2 Replies

Make Program Start Up With Computer

May 18, 2011

i want to make my program to where when you install it, it will automatically start up with your computer everytime, but will start up in the background to where you can't see it....is this possible?

View 3 Replies

Program That Tells Information About Your Computer And CPU ?

May 24, 2010

I made a program it is a Program that tells you information about your computer and CPU and much more but I am having an unusual erro here it is.

Error = Sorry I have my moms computer and dont have the project but I do remember it said something about a CatagoryName.

View 5 Replies

Protect Software To Run Only On One Computer In Program?

Mar 4, 2010

I have developed a small application and now i want to protect it.

I want to run it only on my own computer and i have developed it for myself.

View 4 Replies







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