Click here to Skip to main content
15,923,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ROP Problem Pin
Christian Graus27-Jun-05 13:33
protectorChristian Graus27-Jun-05 13:33 
GeneralRe: ROP Problem Pin
Chris Richardson26-Jun-05 22:51
Chris Richardson26-Jun-05 22:51 
GeneralRe: ROP Problem Pin
Naveen_mah27-Jun-05 13:35
Naveen_mah27-Jun-05 13:35 
GeneralWindows Services Pin
Laji5926-Jun-05 19:12
Laji5926-Jun-05 19:12 
GeneralRe: Windows Services Pin
ThatsAlok26-Jun-05 19:28
ThatsAlok26-Jun-05 19:28 
GeneralRe: Windows Services Pin
Blake Miller27-Jun-05 5:13
Blake Miller27-Jun-05 5:13 
GeneralActiveX Controls Pin
r i s h a b h s26-Jun-05 18:37
r i s h a b h s26-Jun-05 18:37 
GeneralIP address box Pin
ask_you26-Jun-05 18:08
ask_you26-Jun-05 18:08 
i want to implement non-MFC based IP address box.
i tried the following as advised by Alok when i posted the mail earliar.

i tried to implement the IP address using the following code

hWnd = CreateWindowEx(NULL,ClsName,WndName,WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT, 300, 200, NULL, NULL, GetModuleHandle(NULL), NULL);

HWND IPAddrWindow = CreateWindow("SysIPAddress32",NULL, WS_VISIBLE|WS_CHILD,35,55,250,30,hWnd,NULL,NULL,NULL);

But the IP Address box is not created... only the blank base window is displayed. where am i wrong?

thanx in advance
GeneralRe: IP address box Pin
David Crow27-Jun-05 2:42
David Crow27-Jun-05 2:42 
GeneralRe: IP address box Pin
ask_you27-Jun-05 18:18
ask_you27-Jun-05 18:18 
GeneralRe: IP address box Pin
ask_you27-Jun-05 20:31
ask_you27-Jun-05 20:31 
GeneralRe: IP address box Pin
David Crow28-Jun-05 2:24
David Crow28-Jun-05 2:24 
GeneralRe: IP address box Pin
David Crow28-Jun-05 2:23
David Crow28-Jun-05 2:23 
GeneralRe: IP address box Pin
ask_you28-Jun-05 22:09
ask_you28-Jun-05 22:09 
Questionmidl error , anyone met this before? Pin
HeartFriend26-Jun-05 18:02
HeartFriend26-Jun-05 18:02 
AnswerRe: midl error , anyone met this before? Pin
Jose Lamas Rios26-Jun-05 18:42
Jose Lamas Rios26-Jun-05 18:42 
GeneralCurrent working directory in unix Pin
Weiye Chen26-Jun-05 17:26
Weiye Chen26-Jun-05 17:26 
GeneralRe: Current working directory in unix Pin
Ravi Bhavnani26-Jun-05 17:38
professionalRavi Bhavnani26-Jun-05 17:38 
GeneralRe: Current working directory in unix Pin
Weiye Chen26-Jun-05 17:57
Weiye Chen26-Jun-05 17:57 
GeneralRe: Current working directory in unix Pin
Ravi Bhavnani26-Jun-05 18:04
professionalRavi Bhavnani26-Jun-05 18:04 
GeneralRe: Current working directory in unix Pin
Weiye Chen26-Jun-05 18:33
Weiye Chen26-Jun-05 18:33 
GeneralRe: Current working directory in unix Pin
Ravi Bhavnani26-Jun-05 18:39
professionalRavi Bhavnani26-Jun-05 18:39 
GeneralRe: Current working directory in unix Pin
Weiye Chen26-Jun-05 18:46
Weiye Chen26-Jun-05 18:46 
GeneralRe: Current working directory in unix Pin
Ravi Bhavnani26-Jun-05 18:51
professionalRavi Bhavnani26-Jun-05 18:51 
GeneralEM_SETSEL -- Edit Control Messages Pin
c121hains26-Jun-05 16:28
c121hains26-Jun-05 16:28 

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.