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

C / C++ / MFC

 
GeneralRe: how to get port number Pin
David Crow21-Sep-07 2:57
David Crow21-Sep-07 2:57 
GeneralRe: how to get port number Pin
Dave Kreskowiak21-Sep-07 12:42
mveDave Kreskowiak21-Sep-07 12:42 
QuestionCOM port problems Pin
Cedric Moonen20-Sep-07 22:59
Cedric Moonen20-Sep-07 22:59 
QuestionCalling java method from c++ ! stuck in between while invoking jvm! Pin
amitamit19820-Sep-07 22:50
amitamit19820-Sep-07 22:50 
AnswerRe: Calling java method from c++ ! stuck in between while invoking jvm! Pin
Cedric Moonen20-Sep-07 23:23
Cedric Moonen20-Sep-07 23:23 
AnswerRe: Calling java method from c++ ! stuck in between while invoking jvm! Pin
David Crow21-Sep-07 2:55
David Crow21-Sep-07 2:55 
QuestionHow to write in windows registry Pin
Exelioindia20-Sep-07 21:00
Exelioindia20-Sep-07 21:00 
AnswerRe: How to write in windows registry Pin
Llasus20-Sep-07 21:12
Llasus20-Sep-07 21:12 
Use RegCreateKeyEx for creating the path in the registry, the second parameter is where you'll set the path that you said. You can create the values in your registry by using RegSetValueEx. RegCloseKey will close the registry item that you opened.
GeneralRe: How to write in windows registry Pin
Exelioindia20-Sep-07 21:50
Exelioindia20-Sep-07 21:50 
GeneralRe: How to write in windows registry Pin
Llasus20-Sep-07 22:02
Llasus20-Sep-07 22:02 
GeneralRe: How to write in windows registry Pin
Exelioindia21-Sep-07 0:09
Exelioindia21-Sep-07 0:09 
QuestionRe: How to write in windows registry Pin
David Crow21-Sep-07 2:51
David Crow21-Sep-07 2:51 
AnswerRe: How to write in windows registry Pin
nbugalia20-Sep-07 21:28
nbugalia20-Sep-07 21:28 
GeneralRe: How to write in windows registry Pin
Exelioindia20-Sep-07 21:50
Exelioindia20-Sep-07 21:50 
AnswerRe: How to write in windows registry Pin
Hamid_RT20-Sep-07 21:57
Hamid_RT20-Sep-07 21:57 
AnswerRe: How to write in windows registry Pin
ThatsAlok20-Sep-07 23:08
ThatsAlok20-Sep-07 23:08 
AnswerRe: How to write in windows registry Pin
Rahul Vaishnav21-Sep-07 1:03
Rahul Vaishnav21-Sep-07 1:03 
GeneralRe: How to write in windows registry Pin
Exelioindia21-Sep-07 1:33
Exelioindia21-Sep-07 1:33 
GeneralRe: How to write in windows registry Pin
David Crow21-Sep-07 2:49
David Crow21-Sep-07 2:49 
General[Message Deleted] Pin
Californian221-Sep-07 5:57
Californian221-Sep-07 5:57 
GeneralRe: How to write in windows registry Pin
David Crow21-Sep-07 6:07
David Crow21-Sep-07 6:07 
GeneralRe: How to write in windows registry Pin
Rahul Vaishnav25-Sep-07 19:27
Rahul Vaishnav25-Sep-07 19:27 
Questionis there a way in MAPI to convert HTML to mime Pin
monsieur_jj20-Sep-07 20:05
monsieur_jj20-Sep-07 20:05 
QuestionAny suggestions? Pin
dellthinker20-Sep-07 20:00
dellthinker20-Sep-07 20:00 
AnswerRe: Any suggestions? Pin
John R. Shaw20-Sep-07 20:21
John R. Shaw20-Sep-07 20:21 

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.