Click here to Skip to main content
15,891,372 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CWnd::SetIcon - icon size Pin
Michael Dunn2-Sep-04 4:06
sitebuilderMichael Dunn2-Sep-04 4:06 
GeneralRe: CWnd::SetIcon - icon size Pin
BlackDice2-Sep-04 4:32
BlackDice2-Sep-04 4:32 
Generalnotebook touchpad and windows mouse messages Pin
mickelliot1-Sep-04 6:54
mickelliot1-Sep-04 6:54 
GeneralCListCtrl and images Pin
Zizilamoroso1-Sep-04 6:27
Zizilamoroso1-Sep-04 6:27 
Generalcopy files from virtual folders Pin
sieppl1-Sep-04 5:58
sieppl1-Sep-04 5:58 
GeneralRe: copy files from virtual folders Pin
David Crow1-Sep-04 7:39
David Crow1-Sep-04 7:39 
GeneralRe: copy files from virtual folders Pin
sieppl1-Sep-04 8:32
sieppl1-Sep-04 8:32 
GeneralRe: copy files from virtual folders Pin
David Crow1-Sep-04 8:41
David Crow1-Sep-04 8:41 
sieppl wrote:
Any helpful comments?

No, I was just offering a suggestion that you obviously already considered.

Perhaps you could use CreateFile(), specifying the driver or device name as the first parameter. In the registry, try looking in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_040a&Pid_0571\KCKCL35220205\Device Parameters key for your camera's symbolic name. Note the values in red will be different on your machine. For example:

HANDLE hFile = CreateFile("\\\\.\\USB#Vid_040a&Pid_0571#KCKCL35220205#{a5dcbf10-6530-11d2-901f-00c04fb951ed}\\PIPE01", ...);


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: copy files from virtual folders Pin
sieppl1-Sep-04 21:15
sieppl1-Sep-04 21:15 
Generalusing Timer Pin
pnpfriend1-Sep-04 5:49
pnpfriend1-Sep-04 5:49 
GeneralRe: using Timer Pin
David Crow1-Sep-04 7:51
David Crow1-Sep-04 7:51 
GeneralUsing STL with Visual C++ Pin
M_A1-Sep-04 4:42
M_A1-Sep-04 4:42 
GeneralRe: Using STL with Visual C++ Pin
Joaquín M López Muñoz1-Sep-04 8:43
Joaquín M López Muñoz1-Sep-04 8:43 
GeneralRe: Using STL with Visual C++ Pin
Chris Losinger1-Sep-04 10:19
professionalChris Losinger1-Sep-04 10:19 
GeneralRe: Using STL with Visual C++ Pin
Lim Bio Liong1-Sep-04 18:23
Lim Bio Liong1-Sep-04 18:23 
GeneralRe: Using STL with Visual C++ Pin
M_A1-Sep-04 21:32
M_A1-Sep-04 21:32 
QuestionCan I declare a path with a single "\" Pin
nigma_x1-Sep-04 4:07
nigma_x1-Sep-04 4:07 
AnswerRe: Can I declare a path with a single "\" Pin
David Crow1-Sep-04 4:12
David Crow1-Sep-04 4:12 
GeneralRe: Can I declare a path with a single "\" Pin
Mika Larramo2-Sep-04 12:31
Mika Larramo2-Sep-04 12:31 
AnswerRe: Can I declare a path with a single "\" Pin
V.1-Sep-04 4:23
professionalV.1-Sep-04 4:23 
QuestionHow to call a variable in system() Pin
MrJake1-Sep-04 3:31
MrJake1-Sep-04 3:31 
AnswerRe: How to call a variable in system() Pin
David Crow1-Sep-04 4:16
David Crow1-Sep-04 4:16 
AnswerRe: How to call a variable in system() Pin
Lim Bio Liong1-Sep-04 7:31
Lim Bio Liong1-Sep-04 7:31 
QuestionHow to change Grid lines Color in List Control Pin
Muhammad Azam1-Sep-04 3:03
Muhammad Azam1-Sep-04 3:03 
GeneralList Controls Row Height Pin
Muhammad Azam1-Sep-04 3:00
Muhammad Azam1-Sep-04 3:00 

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.