Click here to Skip to main content
15,919,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using the windows shell "Open with" .... Pin
Hans Ruck11-Apr-03 5:03
Hans Ruck11-Apr-03 5:03 
GeneralRe: Using the windows shell "Open with" .... Pin
Phil.Benson12-Apr-03 2:38
professionalPhil.Benson12-Apr-03 2:38 
GeneralRe: Using the windows shell "Open with" .... Pin
Hans Ruck12-Apr-03 7:18
Hans Ruck12-Apr-03 7:18 
GeneralSet Window Focus Pin
DuFF11-Apr-03 1:39
DuFF11-Apr-03 1:39 
GeneralRe: Set Window Focus Pin
Zdeslav Vojkovic11-Apr-03 2:38
Zdeslav Vojkovic11-Apr-03 2:38 
GeneralRe: Set Window Focus Pin
DuFF11-Apr-03 6:45
DuFF11-Apr-03 6:45 
GeneralRe: Set Window Focus Pin
jmkhael11-Apr-03 13:59
jmkhael11-Apr-03 13:59 
GeneralRe: Set Window Focus Pin
Zdeslav Vojkovic13-Apr-03 22:14
Zdeslav Vojkovic13-Apr-03 22:14 
if you use CWnd/CWindow member function SetWindowPos, it receives six parameters, without hwnd, since it is implied, so you must ommit it.
Version with seven parameters is an API function so you must prefix it with global scope operator:
::SetWindowPos(hwnd, ...)
Generaltoolbar & windows taskbar Pin
Davor Teskera11-Apr-03 0:44
Davor Teskera11-Apr-03 0:44 
GeneralRe: toolbar & windows taskbar Pin
User 665811-Apr-03 4:52
User 665811-Apr-03 4:52 
GeneralRe: toolbar & windows taskbar Pin
Davor Teskera13-Apr-03 21:47
Davor Teskera13-Apr-03 21:47 
GeneralBK1506- Error executing file Pin
kandarp_here11-Apr-03 0:07
kandarp_here11-Apr-03 0:07 
GeneralRe: BK1506- Error executing file Pin
Toni7811-Apr-03 22:35
Toni7811-Apr-03 22:35 
GeneralSample of IMAPI Pin
Andrea Ferraro11-Apr-03 0:07
Andrea Ferraro11-Apr-03 0:07 
GeneralMFC Select multiple folders (not files) + Components Libraries Pin
Jean-Marc Molina10-Apr-03 23:56
Jean-Marc Molina10-Apr-03 23:56 
QuestionHow to Update the Dialog in SDI Pin
Exceter10-Apr-03 23:14
Exceter10-Apr-03 23:14 
AnswerRe: How to Update the Dialog in SDI Pin
Rage10-Apr-03 23:19
professionalRage10-Apr-03 23:19 
GeneralRe: How to Update the Dialog in SDI Pin
Exceter10-Apr-03 23:45
Exceter10-Apr-03 23:45 
GeneralRe: How to Update the Dialog in SDI Pin
Rage11-Apr-03 1:04
professionalRage11-Apr-03 1:04 
GeneralQuestion about raw socket. Pin
George210-Apr-03 22:25
George210-Apr-03 22:25 
GeneralRe: Question about raw socket. Pin
Moak10-Apr-03 22:49
Moak10-Apr-03 22:49 
GeneralRe: Question about raw socket. Pin
George211-Apr-03 3:21
George211-Apr-03 3:21 
GeneralRe: Question about raw socket. Pin
geo_m10-Apr-03 22:53
geo_m10-Apr-03 22:53 
GeneralRe: Question about raw socket. Pin
George211-Apr-03 3:23
George211-Apr-03 3:23 
GeneralFormat VARIANT VT_DATE to MM/DD/YYYY fixed format Pin
Vikrant Vikrant10-Apr-03 22:03
Vikrant Vikrant10-Apr-03 22:03 

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.