Click here to Skip to main content
15,910,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i get the dns server ip in w2k? Pin
adone16-Jul-01 17:02
adone16-Jul-01 17:02 
GeneralODBC help:how to set DSN of database automatically Pin
xiaolin16-Jul-01 16:49
xiaolin16-Jul-01 16:49 
GeneralRe: ODBC help:how to set DSN of database automatically Pin
16-Jul-01 20:57
suss16-Jul-01 20:57 
GeneralCapturing MOuse Move within a CListCtrl Pin
sankar16-Jul-01 16:28
sankar16-Jul-01 16:28 
GeneralRe: Capturing MOuse Move within a CListCtrl Pin
Michael Dunn16-Jul-01 17:03
sitebuilderMichael Dunn16-Jul-01 17:03 
QuestionPutting MFC exe dialog in dll? Pin
16-Jul-01 16:12
suss16-Jul-01 16:12 
QuestionHow can I reload the menu from ,rc file? Pin
Amber16-Jul-01 15:06
Amber16-Jul-01 15:06 
AnswerRe: How can I reload the menu from ,rc file? Pin
17-Jul-01 7:44
suss17-Jul-01 7:44 
Before the menu is displayed you need to check who is logged on and then use InsertMenu or RemoveMenu as necessary.

if( Super )
{
menu.InsertMenu(...)
}
else
{
menu.RemoveMenu(...)
}
GeneralURL parseing \ encoding Pin
Jared Allen16-Jul-01 14:36
Jared Allen16-Jul-01 14:36 
GeneralRe: URL parseing \ encoding Pin
James Spibey18-Jul-01 7:28
James Spibey18-Jul-01 7:28 
Generalaccessing process resources Pin
Amit Dey16-Jul-01 13:25
Amit Dey16-Jul-01 13:25 
Generalnewbie stl compiler error question Pin
Alex Griffing16-Jul-01 11:54
Alex Griffing16-Jul-01 11:54 
GeneralRe: newbie stl compiler error question Pin
Alex Griffing16-Jul-01 12:02
Alex Griffing16-Jul-01 12:02 
GeneralRe: newbie stl compiler error question Pin
Todd Smith16-Jul-01 12:38
Todd Smith16-Jul-01 12:38 
GeneralRe: newbie stl compiler error question Pin
Todd Smith16-Jul-01 12:41
Todd Smith16-Jul-01 12:41 
GeneralRe: newbie stl compiler error question Pin
Alex Griffing16-Jul-01 12:53
Alex Griffing16-Jul-01 12:53 
QuestionFlat toolbar buttons with VC 5? Pin
16-Jul-01 11:10
suss16-Jul-01 11:10 
QuestionHow to make my program workable independently??? Pin
16-Jul-01 8:05
suss16-Jul-01 8:05 
AnswerRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 8:08
professionalChris Losinger16-Jul-01 8:08 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 8:20
suss16-Jul-01 8:20 
AnswerRe: How to make my program workable independently??? Pin
Michael Dunn16-Jul-01 10:22
sitebuilderMichael Dunn16-Jul-01 10:22 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 10:27
suss16-Jul-01 10:27 
GeneralRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 10:39
professionalChris Losinger16-Jul-01 10:39 
AnswerRe: How to make my program workable independently??? Pin
16-Jul-01 10:40
suss16-Jul-01 10:40 
AnswerRe: How to make my program workable independently??? Pin
16-Jul-01 14:41
suss16-Jul-01 14:41 

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.