Click here to Skip to main content
15,921,793 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionopen and close() crash on linux Pin
bonosa21-Sep-05 4:14
bonosa21-Sep-05 4:14 
QuestionRandom number generator Pin
bulgaa20-Sep-05 21:27
bulgaa20-Sep-05 21:27 
AnswerRe: Random number generator Pin
RichardS21-Sep-05 5:58
RichardS21-Sep-05 5:58 
QuestionUsing typedef with an array Pin
vnngoc15620-Sep-05 17:09
vnngoc15620-Sep-05 17:09 
AnswerRe: Using typedef with an array Pin
Christian Graus20-Sep-05 18:48
protectorChristian Graus20-Sep-05 18:48 
AnswerRe: Using typedef with an array Pin
RichardS21-Sep-05 5:55
RichardS21-Sep-05 5:55 
AnswerRe: Using typedef with an array Pin
Prabhu97727-Sep-05 8:10
Prabhu97727-Sep-05 8:10 
QuestionWindows 32 API Perfect Status Bar Pin
Riekistyx20-Sep-05 16:37
Riekistyx20-Sep-05 16:37 
No MFC. The word makes my head ache more than ever. I looked all over the place for someone who knows the answer... So far I have reached this much... I have a status bar in a MDI application that blinks like crazy when I have 1+ child on the screen. When I move the child over the status bar it tears.... I heard that you need a back buffer? But how to you make a backbuffer out of a HWND. What does a HDC have to do with a HWND. Please someone help me with a sample...

Heres a my code

<br />
<br />
	//Make its status bar<br />
	Kbar = CreateWindowEx(0, STATUSCLASSNAME, NULL,<br />
        WS_CHILD | WS_VISIBLE | SBARS_SIZEGRIP, 0, 0, 0, 0,<br />
        KhWnd, (HMENU)IDC_MAIN_STATUS, GetModuleHandle(NULL), NULL);<br />
<br />
//Inside of the message loop of the parent window (KhWnd)<br />
in WM_SIZE I have this.<br />
<br />
void OnMainSize(LPARAM lParam)<br />
{<br />
    // Size status bar and get height<br />
    SendMessage(Kbar, WM_SIZE, 0, 0);<br />
}<br />


Please help me...
AnswerRe: Windows 32 API Perfect Status Bar Pin
douglasjordan28-Sep-05 5:05
douglasjordan28-Sep-05 5:05 
Questiontraffic light simulation..mfc using vb.net Pin
Aisya Sofea20-Sep-05 16:28
Aisya Sofea20-Sep-05 16:28 
AnswerRe: traffic light simulation..mfc using vb.net Pin
Christian Graus20-Sep-05 18:49
protectorChristian Graus20-Sep-05 18:49 
AnswerRe: traffic light simulation..mfc using vb.net Pin
RichardS21-Sep-05 6:08
RichardS21-Sep-05 6:08 
Questionjumble words.... using mfc vb.net Pin
Aisya Sofea20-Sep-05 16:26
Aisya Sofea20-Sep-05 16:26 
AnswerRe: jumble words.... using mfc vb.net Pin
RichardS21-Sep-05 6:04
RichardS21-Sep-05 6:04 
Questionmfc Pin
Aisya Sofea20-Sep-05 16:12
Aisya Sofea20-Sep-05 16:12 
AnswerRe: mfc Pin
Christian Graus20-Sep-05 18:53
protectorChristian Graus20-Sep-05 18:53 
QuestionLink time info gathering Pin
Rostfrei20-Sep-05 10:34
Rostfrei20-Sep-05 10:34 
AnswerRe: Link time info gathering Pin
RichardS20-Sep-05 14:23
RichardS20-Sep-05 14:23 
QuestionHelp: RAPI based utility for copying files and folders PC->PocketPC Pin
mark.thornhill20-Sep-05 3:31
mark.thornhill20-Sep-05 3:31 
Questionmovefileex + win9x + directory Pin
emmi20-Sep-05 0:02
emmi20-Sep-05 0:02 
AnswerRe: movefileex + win9x + directory Pin
RichardS20-Sep-05 7:50
RichardS20-Sep-05 7:50 
QuestionAn Algorithm !! Pin
Jomy John19-Sep-05 15:23
Jomy John19-Sep-05 15:23 
AnswerRe: An Algorithm !! Pin
Christian Graus19-Sep-05 18:18
protectorChristian Graus19-Sep-05 18:18 
GeneralRe: An Algorithm !! Pin
VaporTrace19-Sep-05 20:16
VaporTrace19-Sep-05 20:16 
GeneralRe: An Algorithm !! Pin
VaporTrace19-Sep-05 20:20
VaporTrace19-Sep-05 20:20 

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.