Click here to Skip to main content
15,914,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionto 2192344 Pin
tisos23-Sep-08 19:06
tisos23-Sep-08 19:06 
QuestionRe: to 2192344 Pin
David Crow25-Sep-08 3:33
David Crow25-Sep-08 3:33 
QuestionStartUp Pin
cpvc++23-Sep-08 18:35
cpvc++23-Sep-08 18:35 
AnswerRe: StartUp Pin
Perspx23-Sep-08 20:02
Perspx23-Sep-08 20:02 
Questionprint preview Pin
anilaabc23-Sep-08 18:25
anilaabc23-Sep-08 18:25 
QuestionLast item in the combo box not getting deleted. Pin
Preethi_12323-Sep-08 17:50
Preethi_12323-Sep-08 17:50 
AnswerRe: Last item in the combo box not getting deleted. Pin
Steve Echols23-Sep-08 18:17
Steve Echols23-Sep-08 18:17 
GeneralRe: Last item in the combo box not getting deleted. Pin
Preethi_12323-Sep-08 18:48
Preethi_12323-Sep-08 18:48 
HI
My problem is my combobox contains nitems. Iam deleting each item using below code, Comobo List also getting updated according to that,means that item is getting deleted. Last item also iam able delete from Combobox List using below code.

int index = m_CtrlCmb.GetCurSel();

m_CtrlCmb.DeleteString(index);


But my problem is Last item in the combobox getting deleted from Combo List but displaying in the combobox,means that item i need to delete manually.

I couldnt trace By Debugging, Plz Help.
GeneralRe: Last item in the combo box not getting deleted. Pin
Steve Echols23-Sep-08 18:52
Steve Echols23-Sep-08 18:52 
GeneralRe: Last item in the combo box not getting deleted. Pin
Preethi_12323-Sep-08 19:07
Preethi_12323-Sep-08 19:07 
GeneralRe: Last item in the combo box not getting deleted. Pin
SandipG 23-Sep-08 19:20
SandipG 23-Sep-08 19:20 
GeneralRe: Last item in the combo box not getting deleted. Pin
Steve Echols23-Sep-08 19:38
Steve Echols23-Sep-08 19:38 
QuestionRe: Last item in the combo box not getting deleted. Pin
David Crow24-Sep-08 4:17
David Crow24-Sep-08 4:17 
GeneralRe: Last item in the combo box not getting deleted. Pin
mrcdsix23-Oct-08 10:50
mrcdsix23-Oct-08 10:50 
GeneralRe: Last item in the combo box not getting deleted. Pin
Steve Echols23-Oct-08 10:54
Steve Echols23-Oct-08 10:54 
GeneralRe: Last item in the combo box not getting deleted. Pin
mrcdsix23-Oct-08 10:58
mrcdsix23-Oct-08 10:58 
QuestionHow to convert "D:\Documents\delay.txt" to "D:\\Documents\\delay.txt"? Pin
nhatvhm23-Sep-08 17:45
nhatvhm23-Sep-08 17:45 
AnswerRe: How to convert "D:\Documents\delay.txt" to "D:\\Documents\\delay.txt"? Pin
Steve Echols23-Sep-08 17:55
Steve Echols23-Sep-08 17:55 
GeneralRe: How to convert "D:\Documents\delay.txt" to "D:\\Documents\\delay.txt"? Pin
nhatvhm23-Sep-08 18:12
nhatvhm23-Sep-08 18:12 
GeneralRe: How to convert "D:\Documents\delay.txt" to "D:\\Documents\\delay.txt"? Pin
Steve Echols23-Sep-08 18:23
Steve Echols23-Sep-08 18:23 
AnswerRe: How to convert "D:\Documents\delay.txt" to "D:\\Documents\\delay.txt"? Pin
Mahesh Kulkarni23-Sep-08 20:09
Mahesh Kulkarni23-Sep-08 20:09 
AnswerRe: How to convert "D:\Documents\delay.txt" to "D:\\Documents\\delay.txt"? Pin
toxcct23-Sep-08 21:30
toxcct23-Sep-08 21:30 
QuestionIs this corrent. Pin
Member 409922223-Sep-08 16:33
Member 409922223-Sep-08 16:33 
AnswerRe: Is this corrent. Pin
fzhsheng23-Sep-08 17:35
fzhsheng23-Sep-08 17:35 
GeneralRe: Is this corrent. Pin
Member 409922223-Sep-08 18:08
Member 409922223-Sep-08 18:08 

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.