Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: <h2>somebody tell me how to setup data source</h2> Pin
David Crow16-Jul-05 10:50
David Crow16-Jul-05 10:50 
GeneralRe: <h2>somebody tell me how to setup data source</h2> Pin
c+-17-Jul-05 1:07
c+-17-Jul-05 1:07 
GeneralRe: <h2>somebody tell me how to setup data source</h2> Pin
David Crow17-Jul-05 12:12
David Crow17-Jul-05 12:12 
GeneralAudio Frequency Output Pin
joy00716-Jul-05 9:25
joy00716-Jul-05 9:25 
GeneralRe: Audio Frequency Output Pin
Alex_Y16-Jul-05 14:38
Alex_Y16-Jul-05 14:38 
Question.Net CookieContainer for Web service client for unmanaged C++? Pin
CherezZaboro16-Jul-05 9:04
CherezZaboro16-Jul-05 9:04 
Generalwhy do the windows hook genraly put in dll Pin
anuju16-Jul-05 8:41
anuju16-Jul-05 8:41 
GeneralRe: why do the windows hook genraly put in dll Pin
Blake Miller18-Jul-05 4:49
Blake Miller18-Jul-05 4:49 
Because a DLL can be mapped into the address space of another process. An EXE can not be mapped into the address space of another EXE.

If you only want your hook to act on the EXE in which it is contained, it does not need to be in a DLL as long as the hook can be set to type LOCAL. Some are only GLOBAL hooks, and they must always be inside a DLL to work correctly.

Questionwhere can i find the instruction of crystal report9 RDC in vc6.0? Pin
liuyue16-Jul-05 6:48
liuyue16-Jul-05 6:48 
GeneralSimple question but i don't know the answer Pin
Usman Tasleem Akshaf16-Jul-05 6:35
Usman Tasleem Akshaf16-Jul-05 6:35 
GeneralRe: Simple question but i don't know the answer Pin
Neelesh K J Jain16-Jul-05 8:33
Neelesh K J Jain16-Jul-05 8:33 
Questioncan i play the same sound file on two different sound card at the same time Pin
max_xiayi16-Jul-05 3:57
max_xiayi16-Jul-05 3:57 
AnswerRe: can i play the same sound file on two different sound card at the same time Pin
max_xiayi17-Jul-05 4:39
max_xiayi17-Jul-05 4:39 
General3D Pie chart for MFC. Pin
Lloyd70316-Jul-05 2:54
Lloyd70316-Jul-05 2:54 
GeneralRe: 3D Pie chart for MFC. Pin
Ravi Bhavnani16-Jul-05 14:36
professionalRavi Bhavnani16-Jul-05 14:36 
Generaladd menu Pin
asma12316-Jul-05 2:51
asma12316-Jul-05 2:51 
GeneralRe: add menu Pin
David Crow16-Jul-05 10:52
David Crow16-Jul-05 10:52 
GeneralRe: add menu Pin
Archer28217-Jul-05 12:38
Archer28217-Jul-05 12:38 
GeneralRe: add menu Pin
David Crow18-Jul-05 4:42
David Crow18-Jul-05 4:42 
GeneralIs Keyboard Hooks the answer to my problem Pin
BenPage16-Jul-05 1:17
BenPage16-Jul-05 1:17 
GeneralRe: Is Keyboard Hooks the answer to my problem Pin
Graham Bradshaw16-Jul-05 4:04
Graham Bradshaw16-Jul-05 4:04 
GeneralSTL IN c++ Pin
phijophlip15-Jul-05 21:51
phijophlip15-Jul-05 21:51 
GeneralRe: STL IN c++ Pin
Dominik Reichl15-Jul-05 23:38
Dominik Reichl15-Jul-05 23:38 
GeneralRe: STL IN c++ Pin
Nemanja Trifunovic16-Jul-05 6:05
Nemanja Trifunovic16-Jul-05 6:05 
GeneralUnicode Text Pin
Veera Raghavendra15-Jul-05 19:53
Veera Raghavendra15-Jul-05 19:53 

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.