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

C / C++ / MFC

 
AnswerRe: Cascading specific windows in a MFC MDI application Pin
Niklas L9-Aug-10 8:09
Niklas L9-Aug-10 8:09 
QuestionCombo Box Pin
dilara semerci9-Aug-10 3:03
dilara semerci9-Aug-10 3:03 
AnswerRe: Combo Box Pin
Maximilien9-Aug-10 4:08
Maximilien9-Aug-10 4:08 
GeneralRe: Combo Box Pin
dilara semerci9-Aug-10 4:19
dilara semerci9-Aug-10 4:19 
i see that i must write the previous msg much more clear, the m_number is supposed to be combobox's variable. i used to build comboboxes with cstring variable and do the operations with the selected strings but now i wanted to get my hands into the integer world. Whatever, I found this type of solution to my problem ( my problem was i want the user select the integer that he wants to be the limit in the dropbox, with this limit number, i will create threads and do some other operations. I want 10 to be the lowest limit and 100 the biggest) i did some trick and came with this:
[code]


int limit = m_combo.GetCurSel() +10;
[/code]

i had written the numbers from 10 to 100 in the data slot of the combobox so that the 0-indexed element is 10 and the 90-indexed refers to 100.
GeneralRe: Combo Box Pin
Maximilien9-Aug-10 5:29
Maximilien9-Aug-10 5:29 
QuestionUsing Activex controls (Designed in vb6) in vc++ Pin
rrthangavel9-Aug-10 2:30
rrthangavel9-Aug-10 2:30 
AnswerRe: Using Activex controls (Designed in vb6) in vc++ Pin
Elsie9-Aug-10 3:59
Elsie9-Aug-10 3:59 
GeneralRe: Using Activex controls (Designed in vb6) in vc++ Pin
rrthangavel9-Aug-10 5:51
rrthangavel9-Aug-10 5:51 
QuestionSMBus Pin
mab099-Aug-10 1:23
mab099-Aug-10 1:23 
QuestionGetLastInputInfo error Pin
Pryabu8-Aug-10 21:44
Pryabu8-Aug-10 21:44 
AnswerRe: GetLastInputInfo error Pin
_AnsHUMAN_ 8-Aug-10 22:12
_AnsHUMAN_ 8-Aug-10 22:12 
GeneralRe: GetLastInputInfo error Pin
Pryabu8-Aug-10 22:17
Pryabu8-Aug-10 22:17 
AnswerRe: GetLastInputInfo error Pin
Niklas L8-Aug-10 23:07
Niklas L8-Aug-10 23:07 
AnswerRe: GetLastInputInfo error Pin
KingsGambit8-Aug-10 23:10
KingsGambit8-Aug-10 23:10 
QuestionCloseHandle() freezes the program... Pin
learningvisualc8-Aug-10 19:27
learningvisualc8-Aug-10 19:27 
AnswerRe: CloseHandle() freezes the program... Pin
«_Superman_»8-Aug-10 19:33
professional«_Superman_»8-Aug-10 19:33 
AnswerRe: CloseHandle() freezes the program... Pin
Iain Clarke, Warrior Programmer8-Aug-10 21:20
Iain Clarke, Warrior Programmer8-Aug-10 21:20 
GeneralRe: CloseHandle() freezes the program... Pin
SRIVATHSAN VIJAYA22-Apr-15 0:33
SRIVATHSAN VIJAYA22-Apr-15 0:33 
QuestionHow to do fast Zip in c++? Pin
002comp8-Aug-10 18:20
002comp8-Aug-10 18:20 
AnswerRe: How to do fast Zip in c++? Pin
N a v a n e e t h8-Aug-10 18:46
N a v a n e e t h8-Aug-10 18:46 
GeneralRe: How to do fast Zip in c++? Pin
elchupathingy8-Aug-10 19:18
elchupathingy8-Aug-10 19:18 
GeneralRe: How to do fast Zip in c++? Pin
002comp8-Aug-10 21:11
002comp8-Aug-10 21:11 
GeneralRe: How to do fast Zip in c++? Pin
002comp9-Aug-10 0:16
002comp9-Aug-10 0:16 
GeneralRe: How to do fast Zip in c++? Pin
Moak10-Aug-10 13:13
Moak10-Aug-10 13:13 
QuestionHow to check the NULL iterator? Pin
DevelopmentNoob8-Aug-10 17:26
DevelopmentNoob8-Aug-10 17:26 

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.