Skip to content
⌘ NSIS Forum Archive

Another problem of IP address control

3 posts

jiake#edited

Another problem of IP address control

In a Chinese NSIS dicussion, a member ask me to report this problem. Last time I express a problem of font of the header file "nsDialogs_CreateIPAddress.nsh" here. This problem is asked also by him. Now he found a new problem, the IP address control won't be shown in Windows 2000.

An article about this problem:
The home for technical questions and answers at Microsoft. Get started asking, answering, and browsing questions about products like .Net, Azure, or Teams.
jiake#
He solved this problem himself later, it works well now.
    ${NSD_InitIPaddress}
    ${NSD_CreateIPaddress} 70u 0u 80u 12u ""
    Pop $0 
Animaether#
yup - don't forget the Init command 🙂 It's not *typically* needed, as the control set is usually loaded in anything past XP (although I think not base XP..) but it doesn't hurt to init.