Click here to Skip to main content
15,915,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
If you are using resource editor, you can set the tab order there. It is available in "Layout" menu in VC6 and "Format" menu VC9. Shortcut key is Ctrl + D (in VC6 keyboard shortcut map). Then you can see the tab order indication for all controls. You can click on each controls to sequence.

If you are creating the controls dynamically, the creation order sets the tab order. You can change it by using SetWindowPos().
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 
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:30
Greg Mort28-Oct-09 4:30 
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
Cedric Moonen28-Oct-09 4:33
Cedric Moonen28-Oct-09 4:33 
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:42
Greg Mort28-Oct-09 4:42 
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
Cedric Moonen28-Oct-09 4:48
Cedric Moonen28-Oct-09 4:48 
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
Member 419459328-Oct-09 18:22
Member 419459328-Oct-09 18: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
Cedric Moonen28-Oct-09 21:13
Cedric Moonen28-Oct-09 21:13 

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.