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
ADVERTISEMENT
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
Jan 21, 2012
Just toying with text to speech am getting no sound.
Try
Dim synth As New SpeechSynthesizer
synth.Speak(TextBox1.Text.ToString)
Catch ex As Exception[code......
View 2 Replies
Mar 11, 2010
voice recognition system using .net
View 1 Replies
Mar 25, 2009
I have a voice program that can compare voices to stored voice files and identify people based on that. It's not the most accurate thing, since being sick or other weird things can make it fail, but it does work for the most part. I was wondering if there was a way to keep the voice recognition running during an unlock and wait for the person who locked it to come back. Upon giving the command and voice verification, if it passes, the computer is unlocked by my program. Is there anyway to do this in VB.NET?Summary: Can a program unlock a computer after it's locked?
View 4 Replies
Feb 25, 2010
How would i broadcast/specific(one person) a live voice over a tcp connection for my voice chat room im making.
View 1 Replies
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
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
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
Jun 10, 2010
Can you use System.Management to get CPU and memory information from a remote computer?
View 4 Replies
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Mar 17, 2010
I am currently using psexec.exe from PsTools to send a command to a remote system to fire a command through a command prompt however I am finding that the shell I am doing does not seem to like the spaces in the path.
[Code]...
View 3 Replies
Sep 9, 2011
I'm executing a remote process using WMI and would like to redirect the StandardOutput of that process back to my program. I have found these code examples:
[Code]...
View 1 Replies
Jan 20, 2010
Rather than use an Entry name of an existing VPN connection, is it possible to connect to a remote network by creating a temporary connection on the fly by using the remote IP/Host name, username and password?
View 6 Replies