Click here to Skip to main content
15,917,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compilation error Pin
xxhimanshu16-Jan-03 22:02
xxhimanshu16-Jan-03 22:02 
GeneralRe: Compilation error Pin
Rage16-Jan-03 23:17
professionalRage16-Jan-03 23:17 
GeneralRe: Compilation error Pin
jhwurmbach17-Jan-03 2:22
jhwurmbach17-Jan-03 2:22 
GeneralRe: Compilation error Pin
Rage17-Jan-03 4:02
professionalRage17-Jan-03 4:02 
GeneralEdit At Design-time Pin
chepuri_uk16-Jan-03 20:38
chepuri_uk16-Jan-03 20:38 
GeneralRe: First visible character in a CEdit? Pin
xxhimanshu16-Jan-03 20:45
xxhimanshu16-Jan-03 20:45 
Generalport scanning!!!! Pin
xxhimanshu16-Jan-03 18:38
xxhimanshu16-Jan-03 18:38 
GeneralRe: port scanning!!!! Pin
Stefan Pedersen16-Jan-03 19:26
Stefan Pedersen16-Jan-03 19:26 
<code>
for(int i = 0; i <= 65535; i++)
{
    if(CanOpenPortOnHostUsingWinsock(lpszHost, i))
    {
        ShowMsgPortIsOpen(lpszHost, i);
    }
}
</code>


Check the docks for info on Winsock functions.

Note that portscanning is considered bad maners by most admins...

"You can stand all night at a redlight anywhere in town, hailing Marys left and right but none of them slow down. I've seen the best of men go past. I don't wanna be the last..."
GeneralRe: port scanning!!!! Pin
xxhimanshu16-Jan-03 20:25
xxhimanshu16-Jan-03 20:25 
GeneralRe: port scanning!!!! Pin
carrie16-Jan-03 20:58
carrie16-Jan-03 20:58 
GeneralShow my dialog outside the Win2k "locked" screen... Pin
JoeZhang16-Jan-03 18:35
JoeZhang16-Jan-03 18:35 
GeneralRe: Show my dialog outside the Win2k "locked" screen... Pin
Michael Dunn16-Jan-03 19:48
sitebuilderMichael Dunn16-Jan-03 19:48 
GeneralRe: Show my dialog outside the Win2k "locked" screen... Pin
JoeZhang16-Jan-03 21:37
JoeZhang16-Jan-03 21:37 
GeneralRe: Show my dialog outside the Win2k "locked" screen... Pin
jhwurmbach17-Jan-03 2:25
jhwurmbach17-Jan-03 2:25 
QuestionAny Vector graphics lib? Pin
xiao216-Jan-03 17:58
xiao216-Jan-03 17:58 
AnswerRe: Any Vector graphics lib? Pin
Mike Nordell17-Jan-03 23:48
Mike Nordell17-Jan-03 23:48 
QuestionHow to use WIN32 static library! Pin
tongc16-Jan-03 17:09
tongc16-Jan-03 17:09 
AnswerRe: How to use WIN32 static library! Pin
Taka Muraoka16-Jan-03 17:40
Taka Muraoka16-Jan-03 17:40 
AnswerRe: How to use WIN32 static library! Pin
HENDRIK R17-Jan-03 0:40
HENDRIK R17-Jan-03 0:40 
Generalplz. help rectify LogonUser(...) ImpersonateUser problem Pin
r i s h a b h s16-Jan-03 16:43
r i s h a b h s16-Jan-03 16:43 
GeneralRe: plz. help rectify LogonUser(...) ImpersonateUser problem Pin
r i s h a b h s16-Jan-03 21:28
r i s h a b h s16-Jan-03 21:28 
GeneralCOM Problem, I think Pin
Nick Parker16-Jan-03 15:40
protectorNick Parker16-Jan-03 15:40 
GeneralRe: COM Problem, I think Pin
Dave Bryant16-Jan-03 15:51
Dave Bryant16-Jan-03 15:51 
GeneralRe: COM Problem, I think Pin
Rama Krishna Vavilala16-Jan-03 17:04
Rama Krishna Vavilala16-Jan-03 17:04 
GeneralRe: COM Problem, I think Pin
Nick Parker17-Jan-03 4:36
protectorNick Parker17-Jan-03 4:36 

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.