Click here to Skip to main content
16,006,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Send Message with Attachement Pin
David Crow23-Jun-05 4:09
David Crow23-Jun-05 4:09 
QuestionImage Filter Needed ? Pin
ThatsAlok22-Jun-05 20:36
ThatsAlok22-Jun-05 20:36 
AnswerRe: Image Filter Needed ? Pin
Ghasrfakhri22-Jun-05 22:06
Ghasrfakhri22-Jun-05 22:06 
GeneralRe: Image Filter Needed ? Pin
ThatsAlok22-Jun-05 22:44
ThatsAlok22-Jun-05 22:44 
Questionhow to highlight specific subitems on clistctrl Pin
stuzz22-Jun-05 20:17
sussstuzz22-Jun-05 20:17 
AnswerRe: how to highlight specific subitems on clistctrl Pin
ThatsAlok22-Jun-05 20:24
ThatsAlok22-Jun-05 20:24 
GeneralControlling USB Pin
Member 167164822-Jun-05 20:16
Member 167164822-Jun-05 20:16 
GeneralRe: Controlling USB Pin
Cedric Moonen22-Jun-05 20:42
Cedric Moonen22-Jun-05 20:42 
USB is not like a serial port. You cannot just open it and send data on it. You will need to write a driver which is 'linked' to a specific hardware. When connected, the hardware will send its VID and PID (vendor ID and Product ID) and this will allow the operating system to load the specific driver. The link between the driver and the ID's is made through an inf file that contains the information.
Then, once your driver has been loaded, your application can then 'call' functions from the driver.

Hope this helps
GeneralDialog Hidden on Initialization Pin
c121hains22-Jun-05 20:06
c121hains22-Jun-05 20:06 
GeneralRe: Dialog Hidden on Initialization Pin
ThatsAlok22-Jun-05 20:10
ThatsAlok22-Jun-05 20:10 
Generalsubstring search Pin
xlntbno1722-Jun-05 19:56
xlntbno1722-Jun-05 19:56 
GeneralRe: substring search Pin
ThatsAlok22-Jun-05 20:14
ThatsAlok22-Jun-05 20:14 
GeneralRe: substring search Pin
xlntbno1722-Jun-05 20:19
xlntbno1722-Jun-05 20:19 
GeneralRe: substring search Pin
ThatsAlok22-Jun-05 20:27
ThatsAlok22-Jun-05 20:27 
GeneralRe: substring search Pin
xlntbno1722-Jun-05 20:50
xlntbno1722-Jun-05 20:50 
GeneralRe: substring search Pin
ThatsAlok22-Jun-05 21:02
ThatsAlok22-Jun-05 21:02 
GeneralRe: substring search Pin
Bob Stanneveld22-Jun-05 20:51
Bob Stanneveld22-Jun-05 20:51 
GeneralRe: substring search Pin
David Crow23-Jun-05 4:18
David Crow23-Jun-05 4:18 
GeneralRe: substring search Pin
Bob Stanneveld23-Jun-05 4:24
Bob Stanneveld23-Jun-05 4:24 
GeneralRe: substring search Pin
David Crow23-Jun-05 4:31
David Crow23-Jun-05 4:31 
GeneralRe: substring search Pin
ThatsAlok23-Jun-05 18:21
ThatsAlok23-Jun-05 18:21 
GeneralRe: substring search Pin
David Crow24-Jun-05 2:31
David Crow24-Jun-05 2:31 
GeneralRe: substring search Pin
ThatsAlok24-Jun-05 2:57
ThatsAlok24-Jun-05 2:57 
GeneralDynamic Memory allocation and Real Time applications Pin
abc87622-Jun-05 19:13
abc87622-Jun-05 19:13 
GeneralRe: Dynamic Memory allocation and Real Time applications Pin
David Crow23-Jun-05 4:21
David Crow23-Jun-05 4:21 

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.