Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: const void as return type Pin
crewchill30-Apr-09 9:33
crewchill30-Apr-09 9:33 
GeneralRe: const void as return type Pin
Stuart Dootson30-Apr-09 9:56
professionalStuart Dootson30-Apr-09 9:56 
AnswerRe: const void as return type Pin
led mike30-Apr-09 8:04
led mike30-Apr-09 8:04 
GeneralRe: const void as return type Pin
crewchill30-Apr-09 9:36
crewchill30-Apr-09 9:36 
QuestionRender multiple object in single view Pin
PRC30-Apr-09 3:26
PRC30-Apr-09 3:26 
QuestionRe: Render multiple object in single view Pin
David Crow30-Apr-09 3:33
David Crow30-Apr-09 3:33 
AnswerRe: Render multiple object in single view Pin
PRC30-Apr-09 3:53
PRC30-Apr-09 3:53 
GeneralRe: Render multiple object in single view Pin
led mike30-Apr-09 4:25
led mike30-Apr-09 4:25 
GeneralRe: Render multiple object in single view Pin
beko30-Apr-09 4:31
beko30-Apr-09 4:31 
GeneralRe: Render multiple object in single view Pin
David Crow30-Apr-09 5:02
David Crow30-Apr-09 5:02 
GeneralRe: Render multiple object in single view Pin
PRC30-Apr-09 20:07
PRC30-Apr-09 20:07 
Question[Message Deleted] Pin
SoumyaSri30-Apr-09 0:57
SoumyaSri30-Apr-09 0:57 
AnswerRe: how installer create a copy of msi with new file name in temp location? Pin
Rajesh R Subramanian30-Apr-09 1:01
professionalRajesh R Subramanian30-Apr-09 1:01 
AnswerRe: how installer create a copy of msi with new file name in temp location? Pin
Rolando CC30-Apr-09 8:36
professionalRolando CC30-Apr-09 8:36 
QuestionDeleting ini key-value using API Pin
CodingLover29-Apr-09 23:47
CodingLover29-Apr-09 23:47 
AnswerRe: Deleting ini key-value using API Pin
Michael Schubert29-Apr-09 23:58
Michael Schubert29-Apr-09 23:58 
AnswerRe: Deleting ini key-value using API Pin
_AnsHUMAN_ 29-Apr-09 23:59
_AnsHUMAN_ 29-Apr-09 23:59 
CodingLover wrote:
Using WritePrivateProfileString I can add a new entry. How can I delete a one

using the same thing. See the parameter values
lpKeyName
[in] Pointer to a null-terminated string containing the key to be associated with the string. If the key does not exist in the specified section, it is created. If this parameter is NULL, the entire section, including all entries in the section, is deleted.
lpString
[in] Pointer to a null-terminated string to be written to the file. If this parameter is NULL, the key pointed to by the lpKeyName parameter is deleted.

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

AnswerRe: Deleting ini key-value using API Pin
CPallini30-Apr-09 0:02
mveCPallini30-Apr-09 0:02 
GeneralRe: Deleting ini key-value using API Pin
CodingLover30-Apr-09 0:05
CodingLover30-Apr-09 0:05 
QuestionRe: Deleting ini key-value using API Pin
CodingLover30-Apr-09 0:18
CodingLover30-Apr-09 0:18 
AnswerRe: Deleting ini key-value using API Pin
_AnsHUMAN_ 30-Apr-09 0:33
_AnsHUMAN_ 30-Apr-09 0:33 
QuestionRe: Deleting ini key-value using API Pin
CodingLover30-Apr-09 0:49
CodingLover30-Apr-09 0:49 
AnswerRe: Deleting ini key-value using API Pin
Rajesh R Subramanian30-Apr-09 0:58
professionalRajesh R Subramanian30-Apr-09 0:58 
QuestionDetect text (word) under mouse pointer Pin
Héctor Pavón29-Apr-09 22:50
Héctor Pavón29-Apr-09 22:50 
AnswerRe: Detect text (word) under mouse pointer Pin
Stephen Hewitt30-Apr-09 0:02
Stephen Hewitt30-Apr-09 0:02 

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.