摘要:
Q:clear listboxhi i am working in VC++ 6 using Win32 App. .............tell me how to clear the listboxRe: clear listboxSend the listbox a LB_RESETCONTENT message. Code: SendMessage(handleListbox, LB_RESETCONTENT, 0, 0);reference:http://forums.codeguru.com/showthread.php?447176-clear-listbox&p=1 阅读全文
摘要:
GUI:microwindows-0.89pre8+nona-Xyou aresuccessfulcompiling, run nano-X,below is information:~/microwindows-0.89pre8/src/bin$ ./nano-XCannot bind to named socketresolve:Onethingthatwillcausethiserrorerroristheinabilitytocreate(ordelete)thenamedsocket"/tmp/.nano-X".Youmayhaveproblemswiththis 阅读全文
摘要:
ifconfig lo0 alias 172.16.123.1will add an alias IP 172.16.123.1 to the loopback adaptersudo ifconfig en1 alias 172.16.123.1ifconfig lo0 -alias 172.16.123.1will remove itsudo ifconfig en1 -alias 172.16.123.1Reference:http://stackoverflow.com/questions/87442/virtual-network-interface-in-mac-os-x 阅读全文