Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
QuestionUserControl Selection Pin
Railroadguy27-Mar-14 8:33
Railroadguy27-Mar-14 8:33 
AnswerRe: UserControl Selection Pin
OriginalGriff27-Mar-14 9:09
mveOriginalGriff27-Mar-14 9:09 
QuestionNeed help/example using Sharepoint web services Pin
turbosupramk327-Mar-14 7:46
turbosupramk327-Mar-14 7:46 
SuggestionRe: Need help/example using Sharepoint web services Pin
Richard MacCutchan27-Mar-14 22:22
mveRichard MacCutchan27-Mar-14 22:22 
QuestionEventSource does not have Event Property? Pin
coinci26-Mar-14 20:28
coinci26-Mar-14 20:28 
SuggestionRe: EventSource does not have Event Property? Pin
Richard MacCutchan26-Mar-14 23:13
mveRichard MacCutchan26-Mar-14 23:13 
GeneralRe: EventSource does not have Event Property? Pin
coinci27-Mar-14 16:57
coinci27-Mar-14 16:57 
QuestionNeed Advice on PC to PC COMM approach Pin
cmarcus197926-Mar-14 16:20
cmarcus197926-Mar-14 16:20 
I'm looking for some advice on an approach to implement PC to PC communications.

Here's the scenario:
PC #1 - Running a VB6 application that receives data from several vision inspection systems. This data is received at a rate of roughly 1KB per 50mS.

PC #2 - Running a C# application that is essentially a terminal with a nice GUI and manages production statistics.

An additional "nice to have" would be to have the GUI application on PC #2 start the VB6 application on PC #1 with some event args that denotes the configuration file for the inspection systems.

I'm struggling to think of the proper approach to load the VB6 application from PC#2 and move the data from the VB6 application to PC #2 (C# application) preferably real-time.

My initial thoughts were to build a small Socket server application that resides on PC #1. Build a winsock application for the existing VB6 application, and Socket application for the C# application on PC #2.

I would expect the example above to follow the routine below:
1) C# application PC #2 initiates a connection to server application on PC #1.
2) C# application on PC #2 gives server application the configuration file in which to load.
3) Server application starts the local VB6 application. 4) The VB6 application begins sending data to the local server application (PC #1).
5) The server application receives the data and forwards it over to the C# application on PC #2
6) Once production is complete, C# application tells the server application to shut down the VB6 application.

Are there any better / simpler approaches? Sockets? TCPListeners? Pipes? etc.

Thank you in advance..
AnswerRe: Need Advice on PC to PC COMM approach Pin
BobJanova27-Mar-14 7:19
BobJanova27-Mar-14 7:19 
Questionhelp me in attendence management system urgentlyy Pin
Member 1070214226-Mar-14 11:44
Member 1070214226-Mar-14 11:44 
AnswerRe: help me in attendence management system urgentlyy Pin
InsertCleverUserName26-Mar-14 11:49
InsertCleverUserName26-Mar-14 11:49 
AnswerRe: help me in attendence management system urgentlyy Pin
jschell26-Mar-14 11:55
jschell26-Mar-14 11:55 
AnswerRe: help me in attendence management system urgentlyy Pin
Dave Kreskowiak26-Mar-14 12:21
mveDave Kreskowiak26-Mar-14 12:21 
AnswerRe: help me in attendence management system urgentlyy Pin
_Maxxx_26-Mar-14 17:04
professional_Maxxx_26-Mar-14 17:04 
GeneralRe: help me in attendence management system urgentlyy Pin
Mycroft Holmes26-Mar-14 20:45
professionalMycroft Holmes26-Mar-14 20:45 
AnswerRe: help me in attendence management system urgentlyy Pin
BobJanova27-Mar-14 7:04
BobJanova27-Mar-14 7:04 
AnswerRe: help me in attendence management system urgentlyy Pin
OriginalGriff27-Mar-14 9:10
mveOriginalGriff27-Mar-14 9:10 
QuestionRe: help me in attendence management system urgentlyy Pin
Richard MacCutchan27-Mar-14 22:21
mveRichard MacCutchan27-Mar-14 22:21 
AnswerRe: help me in attendence management system urgentlyy Pin
OriginalGriff27-Mar-14 23:34
mveOriginalGriff27-Mar-14 23:34 
QuestionC# Refresher / Bare Minimums Course Pin
C-P-User-326-Mar-14 10:43
C-P-User-326-Mar-14 10:43 
AnswerRe: C# Refresher / Bare Minimums Course Pin
BillWoodruff26-Mar-14 15:21
professionalBillWoodruff26-Mar-14 15:21 
GeneralRe: C# Refresher / Bare Minimums Course Pin
C-P-User-327-Mar-14 1:44
C-P-User-327-Mar-14 1:44 
GeneralRe: C# Refresher / Bare Minimums Course Pin
BobJanova27-Mar-14 7:00
BobJanova27-Mar-14 7:00 
AnswerRe: C# Refresher / Bare Minimums Course Pin
Ravi Bhavnani28-Mar-14 5:17
professionalRavi Bhavnani28-Mar-14 5:17 
GeneralRe: C# Refresher / Bare Minimums Course Pin
C-P-User-329-Mar-14 15:59
C-P-User-329-Mar-14 15:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.