Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Dialog box visibility Pin
David Crow28-Oct-09 5:29
David Crow28-Oct-09 5:29 
AnswerRe: Dialog box visibility Pin
Will-O28-Oct-09 6:36
Will-O28-Oct-09 6:36 
QuestionRe: Dialog box visibility Pin
David Crow28-Oct-09 7:19
David Crow28-Oct-09 7:19 
AnswerRe: Dialog box visibility Pin
loyal ginger28-Oct-09 8:43
loyal ginger28-Oct-09 8:43 
AnswerRe: Dialog box visibility Pin
«_Superman_»28-Oct-09 9:19
professional«_Superman_»28-Oct-09 9:19 
AnswerRe: Dialog box visibility Pin
Iain Clarke, Warrior Programmer28-Oct-09 22:57
Iain Clarke, Warrior Programmer28-Oct-09 22:57 
QuestionWinUSB and SetupAPI from Visual Basic Studio 2008 Pin
Arerbac28-Oct-09 4:48
Arerbac28-Oct-09 4:48 
AnswerRe: WinUSB and SetupAPI from Visual Basic Studio 2008 Pin
David Crow28-Oct-09 5:37
David Crow28-Oct-09 5:37 
dcabrera1983 wrote:
My problem is that I am trying to get a handler for a USB device so
that I can read/write to it.


Use CreateFile() to get the handle. You can then use ReadFile() and WriteFile() with that handle.

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: WinUSB and SetupAPI from Visual Basic Studio 2008 Pin
Arerbac28-Oct-09 16:37
Arerbac28-Oct-09 16:37 
QuestionRe: WinUSB and SetupAPI from Visual Basic Studio 2008 Pin
David Crow29-Oct-09 2:35
David Crow29-Oct-09 2:35 
QuestionMaximum length of MS Access Query Pin
pandit8428-Oct-09 4:35
pandit8428-Oct-09 4:35 
AnswerRe: Maximum length of MS Access Query Pin
jeron128-Oct-09 6:02
jeron128-Oct-09 6:02 
QuestionTab order while using property sheet Pin
patup928-Oct-09 4:17
patup928-Oct-09 4:17 
AnswerRe: Tab order while using property sheet Pin
transoft28-Oct-09 7:14
transoft28-Oct-09 7:14 
QuestionUsing a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:02
Greg Mort28-Oct-09 4:02 
QuestionRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 4:13
mveCPallini28-Oct-09 4:13 
AnswerRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:15
Greg Mort28-Oct-09 4:15 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 4:21
mveCPallini28-Oct-09 4:21 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:28
Greg Mort28-Oct-09 4:28 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:11
mveCPallini28-Oct-09 10:11 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 10:17
Greg Mort28-Oct-09 10:17 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:19
mveCPallini28-Oct-09 10:19 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 10:22
Greg Mort28-Oct-09 10:22 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:27
mveCPallini28-Oct-09 10:27 
AnswerRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Cedric Moonen28-Oct-09 4:27
Cedric Moonen28-Oct-09 4:27 

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.