Re: IP Address Control Box on Win 2000?
- From: Kellie Fitton <KELLIEFITTON@xxxxxxxxx>
- Date: Fri, 9 May 2008 19:43:34 -0700 (PDT)
On May 9, 6:51 pm, Schumi <SchumiI...@xxxxxxxxx> wrote:
Hello,
I created an IP Address Control Box using VS2005 .rc file editor (I
dragged it in). I then call DialogBox
DialogBox(hInst,(LPCTSTR)IDD_NETWORK, 0, (DLGPROC)NetworkChange);
On WinXP this launches great and I see the box. But on Windows 2000,
it launches but does not enter or send the WM_INITDIALOG message. If
I delete the IP Addr Control, it works great? Doesn't IP Addr Control
work on 2000?
Any help?
Thanks
Hi,
You need to initialize and register specific common control
classes before you create and launch your dialog box, the
following API should help you out:
InitCommonControlsEx()
http://msdn.microsoft.com/en-us/library/bb775697(VS.85).aspx
Kellie.
.
- References:
- IP Address Control Box on Win 2000?
- From: Schumi
- IP Address Control Box on Win 2000?
- Prev by Date: IP Address Control Box on Win 2000?
- Next by Date: Re: HTTP server problem when running two clients
- Previous by thread: IP Address Control Box on Win 2000?
- Next by thread: Re: HTTP server problem when running two clients
- Index(es):
Relevant Pages
|
|