Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to open openoffice document in vb 6.0 Pin
Ashfield5-Jan-10 21:49
Ashfield5-Jan-10 21:49 
AnswerRe: How to open openoffice document in vb 6.0 Pin
David Skelly5-Jan-10 22:15
David Skelly5-Jan-10 22:15 
AnswerRe: How to open openoffice document in vb 6.0 [modified] Pin
JC.KaNNaN6-Jan-10 22:18
JC.KaNNaN6-Jan-10 22:18 
QuestionWeb Service with different file extensions Pin
DoxMan4-Jan-10 23:35
DoxMan4-Jan-10 23:35 
AnswerRe: Web Service with different file extensions Pin
Dimitri Witkowski5-Jan-10 3:56
Dimitri Witkowski5-Jan-10 3:56 
AnswerRe: Web Service with different file extensions Pin
Dave Kreskowiak5-Jan-10 3:56
mveDave Kreskowiak5-Jan-10 3:56 
QuestionHow to read data from serial port of a Thin Client Pin
sachin2 20104-Jan-10 22:54
sachin2 20104-Jan-10 22:54 
AnswerRe: How to read data from serial port of a Thin Client Pin
Dave Kreskowiak5-Jan-10 3:49
mveDave Kreskowiak5-Jan-10 3:49 
That depends on where your code is running. If it's running on the server, then it has no access to the COM ports on the clients connected to it. You'd need to write a component that runs on the TCs and handles COM communication and transfers that data to the server. The server would not be using the MSCOMM library at all, the clients would.

You cannot use Citrix or VMWare to do this, since both solutions would still be looking at the COM port on the server, not the clients.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: How to read data from serial port of a Thin Client Pin
sachin2 20105-Jan-10 17:54
sachin2 20105-Jan-10 17:54 
GeneralRe: How to read data from serial port of a Thin Client Pin
Dave Kreskowiak6-Jan-10 1:54
mveDave Kreskowiak6-Jan-10 1:54 
AnswerRe: How to read data from serial port of a Thin Client Pin
sachin2 20106-Jan-10 21:44
sachin2 20106-Jan-10 21:44 
GeneralRe: How to read data from serial port of a Thin Client Pin
Dave Kreskowiak7-Jan-10 0:26
mveDave Kreskowiak7-Jan-10 0:26 
QuestionHow to check internet connection is there or not in vb 6.0?? Pin
JC.KaNNaN4-Jan-10 22:36
JC.KaNNaN4-Jan-10 22:36 
AnswerRe: How to check internet connection is there or not in vb 6.0?? Pin
Aric Wang4-Jan-10 23:05
Aric Wang4-Jan-10 23:05 
GeneralRe: How to check internet connection is there or not in vb 6.0?? Pin
JC.KaNNaN5-Jan-10 0:57
JC.KaNNaN5-Jan-10 0:57 
AnswerRe: How to check internet connection is there or not in vb 6.0?? Pin
Dave Kreskowiak5-Jan-10 3:44
mveDave Kreskowiak5-Jan-10 3:44 
QuestionNewbie Question Regarding Internet Communication Pin
BubbaMN4-Jan-10 17:26
BubbaMN4-Jan-10 17:26 
AnswerRe: Newbie Question Regarding Internet Communication Pin
Abhinav S4-Jan-10 18:58
Abhinav S4-Jan-10 18:58 
Questionhow to use wintrust.dll Pin
Anubhava Dimri4-Jan-10 0:14
Anubhava Dimri4-Jan-10 0:14 
AnswerRe: how to use wintrust.dll Pin
Dave Kreskowiak4-Jan-10 8:53
mveDave Kreskowiak4-Jan-10 8:53 
QuestionHw to give folder permission using vb6.0 ? Pin
JC.KaNNaN3-Jan-10 23:22
JC.KaNNaN3-Jan-10 23:22 
AnswerRe: Hw to give folder permission using vb6.0 ? Pin
Eddy Vluggen4-Jan-10 1:20
professionalEddy Vluggen4-Jan-10 1:20 
QuestionText 2 Speach Pin
JR2123-Jan-10 21:48
JR2123-Jan-10 21:48 
AnswerRe: Text 2 Speach Pin
DaveAuld3-Jan-10 23:26
professionalDaveAuld3-Jan-10 23:26 
GeneralRe: Text 2 Speach Pin
JR2124-Jan-10 23:22
JR2124-Jan-10 23:22 

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.