Make Two Applications Talk To Each Other?
Jan 18, 2010
I use several different applications for analysis of pupil data. Each of these applications require similar or identical data but because they don't draw their information from the same sources there is often a need to enter this data more than once which obviously is a waste of time. Some of the data is accessed through the intranet via IE, other applications are standard Windows apps. I would like to create some sort of bridging application to allow data to be automatically shifted from one location to another but have no idea how to use one application to control another
With regard to getting data from the intranet, I have managed to write an application that can retrieve some (but not all) data off a particular page of HTML. It does this by searching the source HTML but some of the data that appears on the page isn't present in the source file. This is very frustrating because I can see it in the browser but can't seem to access it through my application.
View 4 Replies
ADVERTISEMENT
Feb 17, 2012
Im needing to create a 2 applications that can talk to each other. One wil run on a server as the server application and others will run on workstations as clients. I want them to connect to the server app much like a chat program would work. I want to be able to send commands from the server to the workstations such as reboot, open this file, things like that. I also would like to be able to send the commands backwards to the server if needed as well. i think a chat program could be modified to do this by "watching" the message and if the word "reboot" comes through then the server/workstation would convert that to a command.
View 9 Replies
Jan 26, 2009
I'm a novice and after toying with some basic ideas on how to talk to a modem with VB.net, I think there may be much more to it than I realize. (?) I know my modem is fine, I can use hyperterminal to call out on it with no problem.So, how involved is it to talk to a modem? My initial thinking was that I could simply talk to it via a serial port using AT commands sent and rcvd as a string.(?)My modem is set up with COM2 9600 8n1.I've setup a serial port with the same parameters in my code.
View 13 Replies
Jan 23, 2010
VB.NET 2008 can make 64bit applications?
View 5 Replies
Feb 23, 2011
I don't want my programs to be cracked. I have this simple authorization system that prompts my users to enter their forum credentials (I have a forum and the users must be registered members to use the programs).So I made a php script that will take in 3 strings sent in by my applications and it will check against the database if that user exists and is of the proper group and it will display a message on the page and my application then looks for the response in the page source which says if this particular user is allowed to use the program or not.
View 4 Replies
Jun 15, 2010
I have two web applications that have been migrated over many version of visual studio dating back to 2002 ( I think ).. I'm currently trying to get these applications to act the same in Visual Studio 2010 Premium.App1 - Has designer.vb attached to the pages, and I can see them in the IDE. When I publish the site, it does not want to automatically delete all of the existing files on the target webserver. When I right click -> Properties, a window opens up with lots of web site specific options.. such as Application, Compile, References, Web, Package/Publish Web, Package/Publish SQL, Silverlight Applications.. etc. There is also the option in the right click menu to "Convert to Web Application", which doesn't seem to do anything after the prompt.. and the option for Convert never goes away.
App2 - Does not have designer.vb pages visible in the IDE. When I publish the site, it wants to delete all existing files first.. I'm guessing this is some kind of pre-compile option. When I right click the project -> Properties.. all I see is the smallproperty window, and I don't see any website options like Silverlight or any that App1 gets. There is no 'Convert to Web Application' option.I can not get these two apps to 'act' the same.. and I don't even know which is acting as it should? Both apps work, and publish fine.. they are justing annoying in the IDE that they are so different. What can I do
View 2 Replies
Aug 22, 2009
What I want to produce is a form with about 20 text box's on it that are linked to a timer. That is easy, what isn't easy for me is how to get the data in a loaded form from access to another VB app. (timer form will be limited to one instance)
I have an access database which copies a string to clipboard and then opens a vb app. I have a button on that app which captures the clipboard text and moves it to an empty field starting a timer (lots of fields, keeps searching till it finds an empty field).What I want to know is: can access talk to a vb form that is already loaded and start a function?ORIf access can't talk directly to a vb app, can vb apps talk to each other and swap data (not just keystroke macros eithre)?
I can get access to copy text to the clipboard, launch a VB program that grabs the text in the clipboard and starts a timer, but can I get that VB app to talk to a second application?EDIT: I should add that VB doesn't need to talk to any tables in access, just what is in the clipboard.
EDIT: Tried to make 2 instances of the same app talk to each other using my.settings but it didn't work.
Could I make them talk to each other through a file other than my.settings file OR make the my.settings file absolute regardless of how many instances?
View 4 Replies
Dec 13, 2010
I am wanting to make a class that can be referenced in from other applications. In this class I simply want to do a showdialog to a form. That form has a ssrs pre-defined within it and a viewer all set to show the report. But when I try and define that action I get that my form is now declaired
Imports System
Imports System.Drawing
Imports System.Collections
[Code]......
View 3 Replies
Jun 20, 2009
I made an client server application in vb.net and it is alredy installed among various clients.The problem is i found a potential bug in ma application, so i want to make patch for ma apps(Like a update files that can be downloaded
View 1 Replies
Feb 15, 2012
Well my application is 37 KB size, but when i start the program it took like 10-15 sec to startup, is there a way or code to make my applications run fast and fresh?
View 2 Replies
Dec 21, 2011
I am not new to programming but have little experience and am trying to learn VB 2010.
We have HP Procurve network switches and I know that with a telnet application I can login to the switch and it will tell me which MAC address is connected to which switch port. Im trying to write a computer inventory program to track my computers and it would be really cool if I could figure out how to determine which computer is plugged into which port on the switch. Problem is that I have no idea how to go about doing that.
Is this anything anyone has tried before or does anyone know how to go about doing it?
Ive been hunting on line but havent found anything useful so far and thought Id ask here in the off chance someone knows what Im talking about.
View 4 Replies
Jun 28, 2011
I have a USB HID temperature sensor. I am trying to communicate with it using VB.NET 2010 in a 64bit app I am writting. I had some code mcHID.dll that works, but it is a 32bit app and I don't want to change my whole app just for this dll.
View 7 Replies
Mar 6, 2009
Alright, I'm currently trying to use a Web Service to talk to an Active Directory. I've spent hours scourging the net and can't find a solution to this.The current password is Testing1234
And I want to change it to Complete9876 But I get this error message:
System.Runtime.InteropServices.COMException (0x800708C5): The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements. (Exception from HRESULT: 0x800708C5) obviously, this makes little sense, since the password does indeed meet the requirements. Here's the
[Code]...
View 7 Replies
Jan 12, 2012
This code works perfectly on my users WEB SERVER - which is in the domain of that system...
Dim domainContext As PrincipalContext _
= New PrincipalContext(ContextType.Domain, "domainname", "DC=domainname; DC=morexxx; DC=moreyyy")
[code].....
View 3 Replies
Feb 22, 2009
I've downloaded this word counting application that says I can use it from my own app Here's some of the doc PractiCount and Invoice Enterprise OLE Automation Interface Top Previous Next Programmer's Guide to PractiCount and Invoice Enterprise OLE Automation Interface PractiCount and Invoice Enterprise Edition includes OLE Automation interface to access its internal objects and structures and to control counting and report generation from your programs.
[Code]...
View 2 Replies
Nov 2, 2009
Is it possible to make an application, but that isn't visible in the taskmanager -> applications
View 39 Replies
Feb 21, 2011
Is it possible to make applications for the Android phone using VB .NET?
When I searched this, I found stuff where people talked about it, But I didn't find any guide on how to do it or anything that I'm looking for.
View 2 Replies
Feb 24, 2012
i made a some changes in my window application at local host , now i want same on clients machine where source code is not present only dll are present,, how i made changes there or how to make build???
[URL]
View 9 Replies
Nov 19, 2011
Can I make applications in the Free version of VB Express and use them on other machines?
View 9 Replies
May 22, 2011
I am writing a VB.net client to write to and read from a named pipe in byte transmission mode.I learned from the MSDN article that CallNamedPipe() only works for message-type named pipes.
So do I have other choices, or do I have to change the pipe server code to message type.
View 1 Replies
Sep 12, 2011
I am working on a project that is used for key broadcasting. Don't worry nothing illegal, I'm making a multibox application for world of warcraft. However I am having trouble when it comes to launching and manipulating other applications from another.
[Code]...
View 2 Replies
Apr 24, 2009
how to make applications more responsive.I haven't been able to figure out how to make my applications stop having the "Not Responding" business.I've tried delegates and thread sleeping to no avail I don't know if I'm just placing them wrong or what[code].....
View 2 Replies
Aug 15, 2011
how to connect different vb applications to a database server.like accessing data from one database by different applications...
View 4 Replies
Jul 24, 2009
Is there a way to, when a parent application is opened up, that at the click of a button, or anything of designated event, that this parent application can open a secondary one?
View 11 Replies
May 17, 2012
I made a quite big application and wanted to test it out on my other pc but it didn't even start and gave the system.InvalidException error.
I just the build-function to compile my project. It runs fine on the pc where i developed it. It has some dll's in it: mysql-connector, twitterVB and zipforge.
View 5 Replies
May 22, 2009
I've seen in a few applications now, buttons like this:
View 4 Replies
Jan 13, 2010
I'm a new programmer and I'm looking for some guides/series, or something like those, that basically walk you through building some sort of application. For example, I used to buy little sets/kits from radioshack that walked you through building a clock, radio, etc., or other little electronics devices. The kits came with all the parts and instructions so you just assembled them. Hence, I'm just looking for something similar to that for vb, minus the components obviously ;-). I like to learn through hands on experience so I'm just looking for some guides that have you build a program and briefly go explain the workings of the code.
View 8 Replies
Feb 4, 2010
is it possible to use same database for both vb.net appplication and asp.net??and if is possible, how can to connect it?now..i'd build vb.net application and asp.net in my laptop...it can connect..but i wonder how to make the database connect for vb.net and asp.net in real..
View 2 Replies
Jan 3, 2011
I want to code an app with recreational purposes. This should be a Desktop app that detects itself running on other computers on the same LAN and communicates with them. By communication I mean that I should be able to pass anything from on to another. note that although I'm not asking for code (that would beat my purpose, of course) I think some small snippets wouldn't hurt. In any case what I really want is the "recommended procedure", I mean what Microsoft recommends for this environment, and documentation :)
View 3 Replies
Dec 7, 2010
I'm wanting to program a few buttons to run programs. The only issue is that they are in different directories.
Directory Structure:
+Program Files
- Test 1
- Test 2
- Test 3
- MyApplication
The Program Files folder is located on a Flash Drive which will have a different drive letter per computer. How can I code this?
View 7 Replies