[2008] How Can Two Independent .NET Application Can Exchange Data

Jan 28, 2009

I wanted to know how can two independent .NET application can exchange data. Something like DDE which was there in older versions.My purpose is to have an upgrade application (which is a seperate .net program) and my main application. Now I wanted to know that when my upgrade app runs it should be able to confirm that my main application is not running. How can I achieve this ? I know thru process name I can find out if my main program is running or not but thats risky if there is another program with the same name.Thus I wanted a way whereby my independant .net program (upgrade app) is able to determine if my another application (main app) is running or not.

View 2 Replies


ADVERTISEMENT

VS 2008 Data Exchange Beatween Forms

Sep 9, 2009

I am trying to make an application, that gets data from OPC server to form1 and displays some pieces in form2. The app works that way: on start - form1 starts. Form2 must be started manually after form form1 is statrted (i mad a buttton for that). If some values in OPC server changes i need to see some of them in form2. Here is a sub which shows how do i get data from OPC server.[code]but nothing happened when i opened form2, nor on change of data in OPC server (i wrote the code that on form2 load all values are shown in msgbox, message box did not show up).

View 39 Replies

Convert Application To Platform Independent Mobile Application That Is Supported On All Devices?

May 13, 2011

I have a vb.net windows application. I want to convert some part of it to an application that can be run on all mobile platforms like iphone,windows mobile, ipad etc. It should be platform independent

View 1 Replies

Make A Resolution Independent Application?

Dec 19, 2009

The development machine's and client machine's screen resolution are very likely to vary. I want a code that will RE-SIZE and RE-POSITION each and every control so that no matter what the development machine's resolution is, the application will look exactly the same on the client machine irrespective of its screen resolution.

These two links are as close as I get to the answer, but they are not very clear.

[URL]

View 6 Replies

Make My Application DPI Independent In Windows XP?

Jun 24, 2010

How can I make my windows application DPI independent, while running it on Windows XP.

View 4 Replies

Modify A Payroll Application Using An Independent Sub Procedure?

Mar 15, 2009

I am attempting to modify the payroll application below using an independent sub procedure rather than a Function procedure I'm not sure why things are not working after I managed to get the thing to work with the Fwt function. It's got to be something minor that I'm overloking. I get the correct amount for "gross pay and "FICA", but get "0.00" for FWT (it should be 35.78) and I get 369.40 for Net pay (should be 333.62)' This is the "CalcFWT Function" version

Option Explicit On
Option Strict On
Public Class MainForm

[code]....

View 1 Replies

Asp.net - Architect A .net Web Application To Kick Start Independent Process?

Feb 23, 2011

Can somebody form an idea on how to architect a web application which will kick start an independent process in the server which can perform data uploading function from flat file to Oracle table. This independent process should keep running until it finishes its job regardless of the web application's sign out or timeout issues. The client is a .aspx page which uploads the data file to server and then triggers the independent process in the server.I want to implement this in ASP.NET, VB.NET, VS 2003.

View 2 Replies

Forms :: Develop A Screen Resolution Independent Application?

Jul 7, 2009

How to develop a screen resolution independent vb.net application.

View 1 Replies

Application Security: Counting Days Independent Of System Calander ?

Jun 10, 2011

Counting days independent of system calander ?

View 1 Replies

Application Security: Counting Days Independent Of System Calendar

Jun 10, 2011

I want to add a feature to my trial version of the application. After first activation, I want to make it limited to 90 days. But I am concerned about user's changing the date of system hence deceiving my application. Is there any possibility to make it fool proof in a way that even if user takes the calender back, application expires after 90 days of first activation? First activation date has been saved in the database.

View 2 Replies

Data Interchange Between Two Independent Applications

Feb 19, 2009

Which is the best way (fast and robust) that .net framework (3.0/3.5) provide for interchange information (for example: dataset packages) between two independent vb.net applications?

View 2 Replies

Data Exchange Between 2 Applications In VB?

Aug 4, 2009

I have 2 applications which we can call for example Client/Server.

I would like to exchange data between these applications but basically don't know which is the best route.

I have managed to speak to both applications using text files, but there must be a better way of doing this.

View 2 Replies

Extract Data From MS Exchange?

Aug 18, 2009

I need to convert a VB6 application into VB.Net Windows application. The program pulls data from MS Exchange (UserID, firstname, lastname, etc - not the emails themselves) and places it in a .txt file. The code has been converted, but the program does not work. When the application is run, the .txt file is created, but is blank and I get a pop-up that shows the following, "trying to access email in outlook do you want to allow this?". The popup box is gone in an instant and when I try to click on yes, it does nothing. I always have to end the program as it is non-responsive.

View 1 Replies

Extracting Data From MS Exchange?

Mar 19, 2010

I need to convert a VB6 application into VB.Net Windows application. The program pulls data from MS Exchange (UserID, firstname, lastname, etc - not the emails themselves) and places it in a .txt file. The code has been converted, but the program does not work. When the application is run, the .txt file is created, but is blank and I get a pop-up that shows the following, "trying to access email in outlook do you want to allow this?". The popup box is gone in an instant and when I try to click on yes, it does nothing. I always have to end the program as it is non-responsive.

View 14 Replies

Data Exchange For Parent / Child Processes?

Apr 23, 2010

I am writing an application in VB 2008 Express which will consist of a parent process which calls / runs / executes several child processes. I can happily start up a utility program from the parent process, passing parameters to it through Process.StartInfo.Arguments

View 1 Replies

Extracting Data From Outlook Or Exchange Server?

Mar 26, 2012

I need to realize an app that read appointments from an exchange server or (I think it's easier) from various outlook folders.

I can retrieve datas from my own calendar using this

Dim objOLApp As Outlook.Application
objOLApp = New Outlook.Application
Dim myNamespace As Outlook.NameSpace

[Code].....

View 2 Replies

Global Variables For Data Exchange Between Forms

Sep 14, 2011

Is it a good practice using global variables in a VB (.NET) application in order to exchange data between forms? As global variable I mean a public variable defined in a module and not a public member or property of a class. Moreover as my personal rule I never access a global variable from a class, but I pass the values to the class via functions.

[Code]...

View 1 Replies

Live Currency Exchange Rates Data

Nov 26, 2009

I have only just started on .Net (C#, VB) programming. Does anyone know how to retrieve live currency exchange rates data for example SGX stock market exchange rates. I am supposed to do a program which retrieves live currency exchange rates and then make use of the data on a currency converter.

View 3 Replies

Server-Client Data Exchange Using MySQL (.Net)?

May 3, 2012

I developed a simple examination system with registration forms. I used VB.Net as the programming language. I haven't tried manual coding for my problem yet.Anyway this is a project for the company from which I am an intern. The plan is to get every client pc to have this examination/registration application and this application will send the personal info and the score to a central database(server pc).I used MySql as the dbms and developed the application on the same machine which means that the Database server I used is only on the local host.

Now I was about to try to implement the application to one client pc(as a beta test) and installed the necessary files(.net framework) and I also installed MySQL Server(and workbench) in the server pc.When I run the application in the client PC it didn't detect/connect to the ServerPC's MySQL server instance and therefore was not able to record the dummy values I input in the client application. Take note I changed the connection string of my app to point to the ip address of the serverPC.

Should I install the MySQL Server(and Workbench) to every ClientPC so that I can create a server instance that uses the REMOTE HOST option and configure it such that it will connect to the SERVERPC's Database?How should I setup the server so it gives access to the application I installed in all clientPCs?

View 1 Replies

VS 2008 Ideas Requested - Playlist Independent Of Source Files Location

Mar 24, 2010

Since I had some trouble with my Windows Media Player playlists lately, after moving the music from one HDD to another, I decided to try my hand at my own playlist manager / editor. I've got a few ideas that I think may make it very useful, even if it's just for myself (I'm finally starting to worry about organizing my music as it's getting a little crowded now).

[Code]...

View 2 Replies

VS 2005 - Retrieving Live Currency Exchange Rates Data

Nov 26, 2009

I have only just started on .Net (C#, VB) programming. Does anyone know how to retrieve live currency exchange rates data for example SGX stock market exchange rates. I am supposed to do a program which retrieves live currency exchange rates and then make use of the data on a currency converter.

View 1 Replies

Open A Second Independent Form /Non MDI And Send Data From Form1 To Form 2?

Jun 10, 2009

Private Sub Button3_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
'Para abrir un formulario independiente /Open independent form

[Code].....

View 2 Replies

VS 2008 Make Text Exchange?

Apr 14, 2011

i want what ever the user types in text box1 to be in text box2 EXCEPT i want it to have tags around it. so say a user types "hello" in the first text box i was the second text box to read "!hello!" or something similar.

View 12 Replies

VS 2008 Query Exchange 2003 Calendars?

Oct 20, 2009

I have a requirement to query Exchange Server 2003 for some specified user accounts and to retrieve all calendar appointments for a given date range.I've had a look at various articles on the Internet but most relate to local installations of Outlook (not Exchange server) and others are in VBScript (in this case, which doesn't convert well to .NET).

View 4 Replies

VS 2008 Search For All Emails At Exchange (within Unread!)

Dec 17, 2009

I want to search all my emails from Microsoft Exchange by using the Windows Search at the bottom of Windows-Startmenu (within unread emails!).I've already added the file-extension for Outlook-mails to the SearchIndexer. It works fine, but this doesn't return the unread emails! Because of this I think that I have to modify the Windows Search to get the unread mails too?!So is it possible to modify the Windows Search with C#/VB.Net?

View 1 Replies

VS 2008 Exchange 2007 Global Address List

May 10, 2010

I am creating a small internal messaging system for my company mainly for phone messages to be passed on. These messages are going to be sent in a form of e-mail which I am perfectly good at coding but the bit I am having a problem is, is contacting the Exchange 2007 Server and pulling up a list of email addresses from the GAL.

[Code]...

View 2 Replies

Web Browser Independent Of IE?

Dec 31, 2011

I would like to make a web browser for my own use with various customizations. However, in VB6 the various web related control like winsock, inet fetch only html. Using webbrowser control is not the answer because it uses the same settings as windows IE. What I'd like to know is a control somewhat like the webbrowser but independent of windows IE setting. So that the changes made in IE wont effect my web browser. And also the webbrowser control does not have features such as blocking a specific image/CSS according to URL etc.

View 1 Replies

VS 2008 Best Way To Store Data In Application

Feb 16, 2011

for an example I'm making an RPG game for learning purposes and I have several modules, each for storing different data (one for items, one for enemies etc).I'm storing each item or enemy in a structure in the module so it's easy to find and obtain the values and makes it easier to add more when needed. I'm sure there's a easier way because at the moment I'm storing it like this:

[Code]...

As you can see, I have all the weapons(which are in a structure) nested into another structure called "weapons" so it's easier to find.Is there an easier way to store the data and make it still readable, obtainable and easy to add more weapons later on.To display the stats on the currently selected weapon I have to test for which weapon is selected and then several lines of code just to display the stats for that one weapon.

View 7 Replies

VS 2008 Loading XML Data Into Application?

Apr 19, 2009

I can successfully save my application data to an .xml structured file like:

<?xml version="1.0"?>
<appSaved>
<saved Firstname="Graham" Lastname="McCann" Email="graham23s@hotmail.com" Username="graham23s" />
</appSaved>

I was trying to do the reverse and load the data back into the textbox fields so far i have:

'Load the saved information back into the textboxes
' Create a new instance of XmlDocument
Dim myXmlDocument As Xml.XmlDocument = New Xml.XmlDocument()

[Code].....

View 5 Replies

Independent Sub Procedure To Do Conversion?

Apr 15, 2010

I'm actually having problems converting fahrenheit to celsius in my code.I needed a independent sub procedure to do my conversion, and a button that will Call the independent procedure to convert it. Here's my code so far

[Code]...

View 1 Replies







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