Click here to Skip to main content
15,916,042 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncann't add a project to the current workspace Pin
old_dustman24-Jun-06 22:48
old_dustman24-Jun-06 22:48 
AnswerRe: cann't add a project to the current workspace Pin
old_dustman24-Jun-06 23:18
old_dustman24-Jun-06 23:18 
GeneralRe: cann't add a project to the current workspace Pin
Jun Du26-Jun-06 4:51
Jun Du26-Jun-06 4:51 
QuestionHow to change the icon i listctrl? Pin
xuwenq8824-Jun-06 22:11
xuwenq8824-Jun-06 22:11 
AnswerRe: How to change the icon i listctrl? Pin
Hamid_RT25-Jun-06 3:06
Hamid_RT25-Jun-06 3:06 
GeneralRe: How to change the icon i listctrl? Pin
xuwenq8825-Jun-06 4:27
xuwenq8825-Jun-06 4:27 
GeneralRe: How to change the icon i listctrl? Pin
Hamid_RT25-Jun-06 18:16
Hamid_RT25-Jun-06 18:16 
AnswerRe: How to change the icon i listctrl? Pin
Michael Dunn25-Jun-06 7:50
sitebuilderMichael Dunn25-Jun-06 7:50 
GeneralRe: How to change the icon i listctrl? Pin
xuwenq8825-Jun-06 17:43
xuwenq8825-Jun-06 17:43 
GeneralRe: How to change the icon i listctrl? Pin
Michael Dunn25-Jun-06 17:45
sitebuilderMichael Dunn25-Jun-06 17:45 
GeneralRe: How to change the icon i listctrl? Pin
xuwenq8826-Jun-06 5:50
xuwenq8826-Jun-06 5:50 
QuestionCRecordset problem Pin
moodsey21124-Jun-06 22:06
moodsey21124-Jun-06 22:06 
AnswerRe: CRecordset problem Pin
ovidiucucu25-Jun-06 1:30
ovidiucucu25-Jun-06 1:30 
AnswerRe: CRecordset problem Pin
ovidiucucu25-Jun-06 2:18
ovidiucucu25-Jun-06 2:18 
QuestionHelp! How to add combobox into a listctrl ? Pin
xjbetter24-Jun-06 21:51
xjbetter24-Jun-06 21:51 
AnswerRe: Help! How to add combobox into a listctrl ? Pin
ovidiucucu25-Jun-06 1:44
ovidiucucu25-Jun-06 1:44 
AnswerRe: Help! How to add combobox into a listctrl ? Pin
Hamid_RT25-Jun-06 1:53
Hamid_RT25-Jun-06 1:53 
Questionvisual studio 2005 problem with converting strings Pin
cv_k3n24-Jun-06 19:45
cv_k3n24-Jun-06 19:45 
AnswerRe: visual studio 2005 problem with converting strings [modified] Pin
Stephen Hewitt24-Jun-06 19:50
Stephen Hewitt24-Jun-06 19:50 
GeneralRe: visual studio 2005 problem with converting strings Pin
cv_k3n24-Jun-06 20:03
cv_k3n24-Jun-06 20:03 
GeneralRe: visual studio 2005 problem with converting strings [modified] Pin
Stephen Hewitt24-Jun-06 20:07
Stephen Hewitt24-Jun-06 20:07 
GeneralRe: visual studio 2005 problem with converting strings Pin
cv_k3n24-Jun-06 20:36
cv_k3n24-Jun-06 20:36 
Thanks again Steve. As you can see, i'm fairly new to programming with visual studio. I'm having another problem with writing to files. Like before, this code works perfectly well in MSVC6 but its giving me problems in VS2005. I'll only show half the code for simplicity.

CString tempbuf;
tempbuf = "Job number,";
file.Write((LPCTSTR)tempbuf,tempbuf.GetLength());
file.Close;

When i open the file, it has 'J o b n u' in it. Do you know how i can fix this problem?

Thanks for your time.


GeneralRe: visual studio 2005 problem with converting strings [modified] Pin
Stephen Hewitt24-Jun-06 21:24
Stephen Hewitt24-Jun-06 21:24 
GeneralRe: visual studio 2005 problem with converting strings Pin
cv_k3n24-Jun-06 22:05
cv_k3n24-Jun-06 22:05 
GeneralRe: visual studio 2005 problem with converting strings Pin
Stephen Hewitt24-Jun-06 22:09
Stephen Hewitt24-Jun-06 22:09 

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.