Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
AnswerRe: WPF MVVM Navigation Pin
Pete O'Hanlon29-Sep-10 21:51
mvePete O'Hanlon29-Sep-10 21:51 
GeneralRe: WPF MVVM Navigation Pin
eddieangel30-Sep-10 6:27
eddieangel30-Sep-10 6:27 
GeneralRe: WPF MVVM Navigation Pin
Pete O'Hanlon30-Sep-10 10:04
mvePete O'Hanlon30-Sep-10 10:04 
Questionreceiving data from usb port Pin
Zafar24829-Sep-10 4:39
Zafar24829-Sep-10 4:39 
AnswerRe: receiving data from usb port Pin
OriginalGriff29-Sep-10 4:51
mveOriginalGriff29-Sep-10 4:51 
GeneralRe: receiving data from usb port Pin
Sauro Viti29-Sep-10 4:56
professionalSauro Viti29-Sep-10 4:56 
GeneralRe: receiving data from usb port Pin
Dave Kreskowiak29-Sep-10 5:48
mveDave Kreskowiak29-Sep-10 5:48 
AnswerRe: receiving data from usb port Pin
Sauro Viti29-Sep-10 4:53
professionalSauro Viti29-Sep-10 4:53 
USB and serial ports are completely different: when you access a serial port and read/write on it, you are handling the raw data that are transmitted/received. When dealing with an USB device, you need a device driver that do that job for you. What you need is to identify an API that lets you manage the device, abstracting from the kind of hardware connection used.
To handle video streams you can try the DirectShow (Windows)[^]
QuestionWCF Get Endpoint from my Client Pin
softwarejaeger29-Sep-10 3:22
softwarejaeger29-Sep-10 3:22 
AnswerRe: WCF Get Endpoint from my Client Pin
Nish Nishant29-Sep-10 5:34
sitebuilderNish Nishant29-Sep-10 5:34 
GeneralRe: WCF Get Endpoint from my Client Pin
softwarejaeger30-Sep-10 20:45
softwarejaeger30-Sep-10 20:45 
GeneralRe: WCF Get Endpoint from my Client Pin
softwarejaeger4-Oct-10 21:09
softwarejaeger4-Oct-10 21:09 
QuestionWCF Connection Pin
cdpace29-Sep-10 1:03
cdpace29-Sep-10 1:03 
AnswerRe: WCF Connection Pin
Pete O'Hanlon29-Sep-10 1:09
mvePete O'Hanlon29-Sep-10 1:09 
GeneralRe: WCF Connection Pin
cdpace29-Sep-10 1:17
cdpace29-Sep-10 1:17 
GeneralRe: WCF Connection Pin
Pete O'Hanlon29-Sep-10 1:32
mvePete O'Hanlon29-Sep-10 1:32 
GeneralRe: WCF Connection Pin
jschell29-Sep-10 9:34
jschell29-Sep-10 9:34 
AnswerRe: WCF Connection Pin
PIEBALDconsult29-Sep-10 3:18
mvePIEBALDconsult29-Sep-10 3:18 
QuestionDraw Tool 2005 Pin
sunitkrishna29-Sep-10 0:34
sunitkrishna29-Sep-10 0:34 
AnswerRe: Draw Tool 2005 Pin
OriginalGriff29-Sep-10 0:45
mveOriginalGriff29-Sep-10 0:45 
QuestionProblem to remove temporary image files once used Pin
VCsamir28-Sep-10 23:51
VCsamir28-Sep-10 23:51 
AnswerRe: Problem to remove temporary image files once used Pin
Henry Minute29-Sep-10 0:16
Henry Minute29-Sep-10 0:16 
GeneralRe: Problem to remove temporary image files once used Pin
VCsamir29-Sep-10 2:22
VCsamir29-Sep-10 2:22 
GeneralRe: Problem to remove temporary image files once used Pin
Henry Minute29-Sep-10 2:27
Henry Minute29-Sep-10 2:27 
AnswerRe: Problem to remove temporary image files once used Pin
Luc Pattyn29-Sep-10 3:04
sitebuilderLuc Pattyn29-Sep-10 3:04 

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.