Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get "current" window handle ? Pin
legrillon1-Dec-03 9:36
legrillon1-Dec-03 9:36 
GeneralRefreshBoundData behaves strange !! Pin
Hesham Amin29-Nov-03 9:01
Hesham Amin29-Nov-03 9:01 
GeneralC help! Pin
Anonymous29-Nov-03 8:53
Anonymous29-Nov-03 8:53 
GeneralRe: C help! Pin
JWood29-Nov-03 18:36
JWood29-Nov-03 18:36 
GeneralRe: C help! Pin
Anonymous30-Nov-03 10:19
Anonymous30-Nov-03 10:19 
GeneralWindowFromPoint() Pin
__Cerb29-Nov-03 7:45
__Cerb29-Nov-03 7:45 
GeneralRe: WindowFromPoint() Pin
DaFrawg29-Nov-03 9:13
DaFrawg29-Nov-03 9:13 
GeneralRe: WindowFromPoint() Pin
Michael Dunn29-Nov-03 9:14
sitebuilderMichael Dunn29-Nov-03 9:14 
POINT Pt; // assume this is filled in...
HWND hWndp;
POINT Pt2 = Pt;
 
  Pt2.x -= 5;
  Pt2.y -= 5;
 
  hWndp = WindowFromPoint ( Pt2 );


--Mike--
Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber
There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.
GeneralARRGGHHH stupid CryptoAPI (CryptEncrypt) Pin
(Steven Hicks)n+129-Nov-03 7:24
(Steven Hicks)n+129-Nov-03 7:24 
GeneralSetWindowsHookEx and HINSTANCE; Pin
Bo Hunter29-Nov-03 6:39
Bo Hunter29-Nov-03 6:39 
GeneralRe: SetWindowsHookEx and HINSTANCE; Pin
Anonymous29-Nov-03 7:14
Anonymous29-Nov-03 7:14 
GeneralHelp with going through text file. Pin
Snyp29-Nov-03 6:28
Snyp29-Nov-03 6:28 
GeneralRe: Help with going through text file. Pin
BaldwinMartin29-Nov-03 19:29
BaldwinMartin29-Nov-03 19:29 
GeneralRe: Help with going through text file. Pin
Snyp30-Nov-03 7:08
Snyp30-Nov-03 7:08 
GeneralRe: Help with going through text file. Pin
BaldwinMartin30-Nov-03 19:48
BaldwinMartin30-Nov-03 19:48 
QuestionMFC multiple documents? Pin
IndrekSnt29-Nov-03 3:16
IndrekSnt29-Nov-03 3:16 
AnswerRe: MFC multiple documents? Pin
Anonymous29-Nov-03 5:21
Anonymous29-Nov-03 5:21 
GeneralRe: MFC multiple documents? Pin
IndrekSnt29-Nov-03 6:30
IndrekSnt29-Nov-03 6:30 
GeneralRe: MFC multiple documents? Pin
l a u r e n29-Nov-03 13:32
l a u r e n29-Nov-03 13:32 
AnswerRe: MFC multiple documents? Pin
JWood29-Nov-03 14:03
JWood29-Nov-03 14:03 
GeneralRe: MFC multiple documents? Pin
JWood29-Nov-03 15:03
JWood29-Nov-03 15:03 
GeneralRe: MFC multiple documents? Pin
IndrekSnt29-Nov-03 22:51
IndrekSnt29-Nov-03 22:51 
GeneralCryptVerifySign - how it work Pin
Alyan29-Nov-03 0:41
Alyan29-Nov-03 0:41 
Generalcrystal report ocx - HRESULT - 2147024770 Pin
murali_utr29-Nov-03 0:15
murali_utr29-Nov-03 0:15 
GeneralRe: crystal report ocx - HRESULT - 2147024770 Pin
Steve S30-Nov-03 23:46
Steve S30-Nov-03 23:46 

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.