Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help in Recent file list Pin
G. Steudtel21-Aug-03 1:03
G. Steudtel21-Aug-03 1:03 
GeneralSending SMS messages Pin
Neil scsn20-Aug-03 5:35
Neil scsn20-Aug-03 5:35 
GeneralRe: Sending SMS messages Pin
Dangleberry20-Aug-03 6:05
sussDangleberry20-Aug-03 6:05 
GeneralRe: Sending SMS messages Pin
PJ Arends20-Aug-03 15:57
professionalPJ Arends20-Aug-03 15:57 
QuestionLoginging into a Domain? Pin
armentage20-Aug-03 5:10
armentage20-Aug-03 5:10 
AnswerRe: Loginging into a Domain? Pin
armentage20-Aug-03 12:28
armentage20-Aug-03 12:28 
General- Screen Resolution - Pin
JensB20-Aug-03 5:08
JensB20-Aug-03 5:08 
GeneralRe: - Screen Resolution - Pin
armentage20-Aug-03 5:14
armentage20-Aug-03 5:14 
hwnd desktop = GetDesktopWindow(VOID);
RECT myrect;
GetWindowRect(desktop, &myrect);

This will load 'myrect' with the size of the desktop window. I'm not sure how it will behave on a multi-screen setup. You might get the size of the first display's desktop only, or maybe the size of the ENTIRE desktop. There are some functions to enumerate the actual displays, but I don't remember any of the details.
GeneralRe: - Screen Resolution - Pin
User 665820-Aug-03 5:28
User 665820-Aug-03 5:28 
GeneralRe: - Screen Resolution - Pin
armentage20-Aug-03 5:31
armentage20-Aug-03 5:31 
GeneralRe: - Screen Resolution - Pin
User 665820-Aug-03 5:41
User 665820-Aug-03 5:41 
QuestionCan we programatically set wifi card settings? Pin
Jim Howard20-Aug-03 4:25
Jim Howard20-Aug-03 4:25 
GeneralStreamable Objects Pin
ivanh20-Aug-03 4:02
ivanh20-Aug-03 4:02 
GeneralRe: Streamable Objects Pin
Steve S20-Aug-03 5:44
Steve S20-Aug-03 5:44 
GeneralRe: Streamable Objects Pin
ivanh21-Aug-03 2:17
ivanh21-Aug-03 2:17 
GeneralMS Exchange Server Problem: How to: Adding an Event Registration for a Folder. Please Help me ......... Pin
Atif Bashir20-Aug-03 3:50
Atif Bashir20-Aug-03 3:50 
GeneralDetect automate Pin
Jason Truong20-Aug-03 3:42
Jason Truong20-Aug-03 3:42 
GeneralPropertySheet Pin
hph20-Aug-03 3:31
hph20-Aug-03 3:31 
GeneralRe: PropertySheet Pin
Member 42425920-Aug-03 3:41
Member 42425920-Aug-03 3:41 
GeneralRe: PropertySheet Pin
hph20-Aug-03 3:51
hph20-Aug-03 3:51 
GeneralRe: PropertySheet Pin
hph20-Aug-03 4:00
hph20-Aug-03 4:00 
QuestionWhy .msi installer better that .exe ? Pin
vgrigor20-Aug-03 3:01
vgrigor20-Aug-03 3:01 
AnswerRe: Why .msi installer better that .exe ? Pin
David Crow20-Aug-03 3:33
David Crow20-Aug-03 3:33 
GeneralRe: Why .msi installer better that .exe ? Pin
vgrigor20-Aug-03 3:42
vgrigor20-Aug-03 3:42 
GeneralRe: Why .msi installer better that .exe ? Pin
David Crow20-Aug-03 3:49
David Crow20-Aug-03 3:49 

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.