Click here to Skip to main content
16,005,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: BindingList and DataGridView question. Pin
sharp source29-May-07 11:05
sharp source29-May-07 11:05 
GeneralRe: BindingList and DataGridView question. Pin
Dave Kreskowiak29-May-07 13:21
mveDave Kreskowiak29-May-07 13:21 
GeneralRe: BindingList and DataGridView question. Pin
sharp source30-May-07 8:22
sharp source30-May-07 8:22 
QuestionHow to stop the comboBox from being Edited? Pin
Khoramdin29-May-07 7:14
Khoramdin29-May-07 7:14 
AnswerRe: How to stop the comboBox from being Edited? Pin
Dave Kreskowiak29-May-07 7:25
mveDave Kreskowiak29-May-07 7:25 
AnswerRe: How to stop the comboBox from being Edited? Pin
Tarakeshwar Reddy29-May-07 7:27
professionalTarakeshwar Reddy29-May-07 7:27 
QuestionSending data thru the ethernet to a device Pin
Brad Wick29-May-07 6:54
Brad Wick29-May-07 6:54 
AnswerRe: Sending data thru the ethernet to a device Pin
Dave Kreskowiak29-May-07 7:15
mveDave Kreskowiak29-May-07 7:15 
That depends entirely on the requirements of the device. Ethernet doesn't define a transport protocol or any kind of communication protocol, which is what you need to know to talk to the device, like TCP/IP. Ethernet merely defines the standards for the physical and data link layers of the OSI model. You need to know what the device defines for everything above these two layers to talk to it.

The first place to start is the manual for the device.



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: Sending data thru the ethernet to a device Pin
kubben29-May-07 7:15
kubben29-May-07 7:15 
GeneralRe: Sending data thru the ethernet to a device Pin
Brad Wick30-May-07 7:46
Brad Wick30-May-07 7:46 
GeneralRe: Sending data thru the ethernet to a device Pin
kubben30-May-07 7:56
kubben30-May-07 7:56 
GeneralRe: Sending data thru the ethernet to a device Pin
Brad Wick30-May-07 11:53
Brad Wick30-May-07 11:53 
GeneralRe: Sending data thru the ethernet to a device Pin
kubben30-May-07 12:36
kubben30-May-07 12:36 
GeneralRe: Sending data thru the ethernet to a device Pin
Brad Wick30-May-07 14:32
Brad Wick30-May-07 14:32 
GeneralRe: Sending data thru the ethernet to a device Pin
Brad Wick30-May-07 14:41
Brad Wick30-May-07 14:41 
GeneralRe: Sending data thru the ethernet to a device Pin
kubben31-May-07 1:47
kubben31-May-07 1:47 
QuestionGetting the location of a users MyDocuments Pin
Gene Arnold29-May-07 6:32
Gene Arnold29-May-07 6:32 
AnswerRe: Getting the location of a users MyDocuments Pin
kubben29-May-07 6:38
kubben29-May-07 6:38 
AnswerRe: Getting the location of a users MyDocuments Pin
Dave Kreskowiak29-May-07 6:38
mveDave Kreskowiak29-May-07 6:38 
AnswerRe: Getting the location of a users MyDocuments Pin
Gene Arnold29-May-07 6:58
Gene Arnold29-May-07 6:58 
QuestionTimer Pin
MicealG29-May-07 6:06
MicealG29-May-07 6:06 
AnswerRe: Timer Pin
kubben29-May-07 6:30
kubben29-May-07 6:30 
AnswerRe: Timer Pin
Martin#29-May-07 6:31
Martin#29-May-07 6:31 
AnswerRe: Timer Pin
Dave Kreskowiak29-May-07 6:36
mveDave Kreskowiak29-May-07 6:36 
GeneralRe: Timer Pin
Martin#29-May-07 6:40
Martin#29-May-07 6:40 

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.