Click here to Skip to main content
15,898,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Drop List in a Combo Box Pin
Davros12-Feb-08 7:47
Davros12-Feb-08 7:47 
GeneralRe: Drop List in a Combo Box Pin
Iain Clarke, Warrior Programmer12-Feb-08 9:03
Iain Clarke, Warrior Programmer12-Feb-08 9:03 
GeneralRe: Drop List in a Combo Box Pin
Davros12-Feb-08 9:13
Davros12-Feb-08 9:13 
GeneralRe: Drop List in a Combo Box Pin
Davros13-Feb-08 0:12
Davros13-Feb-08 0:12 
QuestionRe: Drop List in a Combo Box Pin
David Crow12-Feb-08 7:49
David Crow12-Feb-08 7:49 
GeneralRe: Drop List in a Combo Box Pin
Davros12-Feb-08 9:11
Davros12-Feb-08 9:11 
GeneralSensor accessing Pin
SnaKeBeD12-Feb-08 4:18
SnaKeBeD12-Feb-08 4:18 
GeneralRe: Sensor accessing Pin
Matthew Faithfull12-Feb-08 4:28
Matthew Faithfull12-Feb-08 4:28 
One key piece of information that may help people to help you is - how is the scanner attached to your PC, Serial cable, USB, FireWire, VMEBus, Bluetooth, WLAN 802.11.g &c
Once we've got that figured out I'd almost certainly suggest not writing the device communications stuff directly into your MFC app. Create a separate plain C++ Dll and possibly a stand alone test app to load it up and give it some exercise.
If you end up having to write a driver for your device remember there's a whole Driver Development Kit you can download from Microsoft with sample code and the like. Standards documents are also useful if you're dealing with a device that has to conform to some spec like USB or Ethernet.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: Sensor accessing Pin
SnaKeBeD12-Feb-08 4:35
SnaKeBeD12-Feb-08 4:35 
GeneralRe: Sensor accessing Pin
Cedric Moonen12-Feb-08 4:44
Cedric Moonen12-Feb-08 4:44 
GeneralRe: Sensor accessing Pin
Matthew Faithfull12-Feb-08 4:57
Matthew Faithfull12-Feb-08 4:57 
GeneralRe: Sensor accessing Pin
Cedric Moonen12-Feb-08 4:36
Cedric Moonen12-Feb-08 4:36 
GeneralRe: Sensor accessing Pin
SnaKeBeD12-Feb-08 4:42
SnaKeBeD12-Feb-08 4:42 
GeneralRe: Sensor accessing Pin
SnaKeBeD12-Feb-08 4:48
SnaKeBeD12-Feb-08 4:48 
GeneralRe: Sensor accessing Pin
Iain Clarke, Warrior Programmer12-Feb-08 5:09
Iain Clarke, Warrior Programmer12-Feb-08 5:09 
GeneralOffice Automation - Locking a dcoument Pin
softwaremonkey12-Feb-08 4:02
softwaremonkey12-Feb-08 4:02 
QuestionRe: Office Automation - Locking a dcoument Pin
David Crow12-Feb-08 7:52
David Crow12-Feb-08 7:52 
GeneralRe: Office Automation - Locking a dcoument Pin
softwaremonkey12-Feb-08 8:04
softwaremonkey12-Feb-08 8:04 
QuestionRe: Office Automation - Locking a dcoument Pin
David Crow12-Feb-08 8:14
David Crow12-Feb-08 8:14 
GeneralRe: Office Automation - Locking a dcoument Pin
softwaremonkey12-Feb-08 8:43
softwaremonkey12-Feb-08 8:43 
GeneralRe: Office Automation - Locking a dcoument Pin
softwaremonkey12-Feb-08 11:13
softwaremonkey12-Feb-08 11:13 
GeneralHiding StandardOutput. Pin
Ashish Chauhan12-Feb-08 1:55
Ashish Chauhan12-Feb-08 1:55 
QuestionRe: Hiding StandardOutput. Pin
David Crow12-Feb-08 2:52
David Crow12-Feb-08 2:52 
GeneralRe: Hiding StandardOutput. Pin
Ashish Chauhan12-Feb-08 3:30
Ashish Chauhan12-Feb-08 3:30 
GeneralRe: Hiding StandardOutput. Pin
David Crow12-Feb-08 3:38
David Crow12-Feb-08 3:38 

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.