Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How`to erase white line I have drawn? Pin
Hamid_RT23-Apr-06 18:55
Hamid_RT23-Apr-06 18:55 
QuestionHow`to get message i have posted? Pin
chybin21-Apr-06 16:32
chybin21-Apr-06 16:32 
AnswerRe: How`to get message i have posted? Pin
Aqueel21-Apr-06 17:47
Aqueel21-Apr-06 17:47 
QuestionWhat is a top-level/popup/overlapped window? Pin
XXKKFF21-Apr-06 15:32
XXKKFF21-Apr-06 15:32 
QuestionI want nude windows! (no titlebar, no border, nothing) Pin
chasetoys21-Apr-06 13:31
chasetoys21-Apr-06 13:31 
AnswerRe: I want nude windows! (no titlebar, no border, nothing) Pin
XXKKFF21-Apr-06 15:17
XXKKFF21-Apr-06 15:17 
QuestionPower Management Pin
Slohnda21-Apr-06 10:21
Slohnda21-Apr-06 10:21 
QuestionRe: Power Management Pin
David Crow21-Apr-06 10:54
David Crow21-Apr-06 10:54 
Does this help?

BOOLEAN CALLBACK PwrSchemesEnumProc(
   UINT uiIndex, // power scheme index
   DWORD dwName, // size of the sName string, in bytes
   LPWSTR sName, // name of the power scheme
   DWORD dwDesc, // size of the sDesc string, in bytes
   LPWSTR sDesc, // description string
   PPOWER_POLICY pp, // receives the power policy
   LPARAM lParam // user-defined value )
{
}
...
EnumPwrSchemes(PwrSchemesEnumProc, 0);



"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"We will be known forever by the tracks we leave." - Native American Proverb


Question'delete' operator Pin
Ali Tavakol21-Apr-06 7:42
Ali Tavakol21-Apr-06 7:42 
AnswerRe: 'delete' operator Pin
Maxwell Chen21-Apr-06 7:50
Maxwell Chen21-Apr-06 7:50 
AnswerRe: 'delete' operator Pin
David Crow21-Apr-06 9:12
David Crow21-Apr-06 9:12 
QuestionProblem with CSocket Listen function Pin
jpyp21-Apr-06 7:28
jpyp21-Apr-06 7:28 
AnswerRe: Problem with CSocket Listen function Pin
basementman21-Apr-06 8:35
basementman21-Apr-06 8:35 
GeneralRe: Problem with CSocket Listen function Pin
jpyp21-Apr-06 9:39
jpyp21-Apr-06 9:39 
QuestionHow to use Spy++? Pin
XXKKFF21-Apr-06 6:46
XXKKFF21-Apr-06 6:46 
AnswerRe: How to use Spy++? Pin
Eric Dahlvang21-Apr-06 6:52
Eric Dahlvang21-Apr-06 6:52 
QuestionVerify a message signed from javacard by smartcard in Visual C++ Pin
Malacitano21-Apr-06 6:34
Malacitano21-Apr-06 6:34 
QuestionChange the backgroound color for a CListCtrl control Pin
masnu21-Apr-06 6:16
masnu21-Apr-06 6:16 
AnswerRe: Change the backgroound color for a CListCtrl control Pin
Naveen21-Apr-06 21:15
Naveen21-Apr-06 21:15 
QuestionCComboBox - DropList Style- Horizontal Scrollbar? Pin
jayart21-Apr-06 6:08
jayart21-Apr-06 6:08 
AnswerRe: CComboBox - DropList Style- Horizontal Scrollbar? Pin
David Crow21-Apr-06 6:21
David Crow21-Apr-06 6:21 
Question[Message Deleted] Pin
sherton21-Apr-06 4:38
sherton21-Apr-06 4:38 
AnswerRe: System () in vc++ 6.0 Pin
toxcct21-Apr-06 4:52
toxcct21-Apr-06 4:52 
GeneralRe: System () in vc++ 6.0 Pin
sherton22-Apr-06 0:39
sherton22-Apr-06 0:39 
GeneralRe: System () in vc++ 6.0 Pin
super_ttd22-Apr-06 6:24
super_ttd22-Apr-06 6:24 

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.