Search:
Type: Posts; User: AKE
Search :
Search took 0.01 seconds.
December 3rd, 2012 01:41 PM
December 3rd, 2012 10:29 AM
I think such
AppendMenu(menu_file, MF_STRING, 1002, L"-");
but it only insert "-". How correctly? Thanks
November 16th, 2012 11:35 AM
Ok,
Unregistreated guests who viewed a theme are added to Label "Views"?
November 16th, 2012 11:31 AM
Why it is absent Delphi part? I like Delphi.
October 21st, 2012 02:47 AM
Unregistreated guests is viewed in Viewes under theme?
October 21st, 2012 02:34 AM
Text file can conain one or three integer values in string. How correctly and simplicity read this string?
October 19th, 2012 10:32 AM
WM_SIZING was without break
October 18th, 2012 09:42 AM
Nothing in Windows Event Viewer
October 18th, 2012 09:29 AM
What is Windows Event Viewer?
October 18th, 2012 09:29 AM
VictorN,
Without any message. Only disappear :(
October 18th, 2012 09:03 AM
hsb - handle of status bar.
I tried comment "SendMessage(hsb, WM_SIZE, 0, 0);" - it didn't help me.
October 17th, 2012 11:13 AM
Strange behaviour of my application.
In windows 7 - all work
In windows xp after stretching main window - application close.
Code of sizing:
case WM_SIZE:
SendMessage(hsb, WM_SIZE,...
October 3rd, 2012 12:10 PM
October 3rd, 2012 12:07 PM
October 3rd, 2012 12:06 PM
case WM_SIZE:
SendMessage(hsb, WM_SIZE, 0, 0);
{RECT WindowRect;
GetWindowRect(hwnd, &WindowRect);
int width = WindowRect.right-WindowRect.left;
SetWindowPos(hProgress,...
October 3rd, 2012 11:30 AM
How catch moment when form is stretching?
September 15th, 2012 05:46 AM
I had changed dialog language on russian - no all work!
September 15th, 2012 05:35 AM
I had entered russian symbols in ABOUT_DIALOG static text. But when I run program it had "?????????????" instead text. What is problem? I tried change font, it didn't help me.
Inspite of in other...
September 14th, 2012 01:20 PM
I have changed define on int - now all work.
September 14th, 2012 01:08 PM
Such work
[CODE]
hOpenAndTransfer = CreateWindow(L"button", L"Открыть и передать",
WS_CHILD | WS_VISIBLE,
20, 20, 180, 25,
hwnd, NULL, hInst, NULL);
[\CODE]
Why error?
September 14th, 2012 12:28 PM
[CODE]
hOpenAndTransfer = CreateWindow(L"button", L"Открыть и передать",
WS_CHILD | WS_VISIBLE,
20, 20, 180, 25,
hwnd, (HMENU) ID1, hInst, NULL);
[\CODE]...
September 12th, 2012 12:34 PM
VictorN,
It's other programmer, which give this work.
September 12th, 2012 12:30 PM
VictorN, I didn't view other computer.
September 12th, 2012 12:12 PM
VictorN, and how attach it to a project?
September 12th, 2012 10:40 AM
VictorN,
On my computer - 3d
On other computer (I didn't test it) - not 3d.
I need api function for this effect.
Click Here to Expand Forum to Full Width