Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to add a menu to a propertysheet :doh: Pin
tbrake10-Jun-06 10:14
tbrake10-Jun-06 10:14 
QuestionRTC Pin
Julian Goldsmith10-Jun-06 9:19
Julian Goldsmith10-Jun-06 9:19 
AnswerRe: RTC Pin
YaronNir10-Jun-06 22:17
YaronNir10-Jun-06 22:17 
QuestionHelp with GetPrivateProfileSectionNames Pin
fury 8410-Jun-06 7:29
fury 8410-Jun-06 7:29 
AnswerRe: Help with GetPrivateProfileSectionNames Pin
PJ Arends10-Jun-06 9:11
professionalPJ Arends10-Jun-06 9:11 
AnswerRe: Help with GetPrivateProfileSectionNames [modified] Pin
Mark F.10-Jun-06 10:20
Mark F.10-Jun-06 10:20 
QuestionRe: Help with GetPrivateProfileSectionNames Pin
fury 8410-Jun-06 12:02
fury 8410-Jun-06 12:02 
AnswerRe: Help with GetPrivateProfileSectionNames Pin
PJ Arends10-Jun-06 12:07
professionalPJ Arends10-Jun-06 12:07 
TCHAR *ptr = sectionnames;
while (*ptr)
{
   SendMessage(hCombo, CB_ADDSTRING, 0, reinterpret_cast<LPARAM>(ptr));
   ptr += _tcslen(ptr) + 1;
}



You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!

QuestionArray...with out redunancy (Urgent is pls) Pin
RockyJames10-Jun-06 6:49
RockyJames10-Jun-06 6:49 
AnswerRe: Array...with out redunancy (Urgent is pls) Pin
Chris Losinger10-Jun-06 7:42
professionalChris Losinger10-Jun-06 7:42 
AnswerRe: Array...with out redunancy (Urgent is pls) Pin
Kevin McFarlane10-Jun-06 7:50
Kevin McFarlane10-Jun-06 7:50 
QuestionRandom combinations (standard c++) [modified] Pin
Peter Charlesworth10-Jun-06 6:05
Peter Charlesworth10-Jun-06 6:05 
AnswerRe: Random combinations (standard c++) Pin
Justin Tay10-Jun-06 6:18
Justin Tay10-Jun-06 6:18 
GeneralRe: Random combinations (standard c++) Pin
Peter Charlesworth10-Jun-06 12:22
Peter Charlesworth10-Jun-06 12:22 
QuestionLink Error Pin
Sapto Priyono10-Jun-06 4:40
Sapto Priyono10-Jun-06 4:40 
AnswerRe: Link Error Pin
Chris Losinger10-Jun-06 8:15
professionalChris Losinger10-Jun-06 8:15 
Questionhow can i control my microphone volume [modified] Pin
happy_ram10-Jun-06 1:11
happy_ram10-Jun-06 1:11 
QuestionHow to slove the problems with Movewindow? Pin
G Haranadh9-Jun-06 23:23
G Haranadh9-Jun-06 23:23 
AnswerRe: what are the problems we can face with Movewindow Pin
Amar Sutar10-Jun-06 0:04
Amar Sutar10-Jun-06 0:04 
GeneralRe: what are the problems we can face with Movewindow Pin
G Haranadh10-Jun-06 7:48
G Haranadh10-Jun-06 7:48 
Questionhelp me out for spawning error. Pin
nitinjdalal9-Jun-06 21:26
nitinjdalal9-Jun-06 21:26 
AnswerRe: help me out for spawning error. Pin
Aqueel10-Jun-06 1:50
Aqueel10-Jun-06 1:50 
Generalhelp me out for spawning error Pin
nitinjdalal9-Jun-06 21:22
nitinjdalal9-Jun-06 21:22 
GeneralRe: help me out for spawning error Pin
Cedric Moonen9-Jun-06 22:18
Cedric Moonen9-Jun-06 22:18 
Questionhow to store image file in ORACLE database not in MSACCESS using VC++ [modified] Pin
maharaja pandian9-Jun-06 20:57
maharaja pandian9-Jun-06 20:57 

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.