Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I give write access to a file to all users? [modified] Pin
sashoalm20-Oct-10 21:54
sashoalm20-Oct-10 21:54 
AnswerRe: How can I give write access to a file to all users? Pin
«_Superman_»20-Oct-10 22:59
professional«_Superman_»20-Oct-10 22:59 
QuestionC++ CStatusBar, Tool Tips and Dynamic PaneText Pin
ggoutam720-Oct-10 18:41
ggoutam720-Oct-10 18:41 
AnswerRe: C++ CStatusBar, Tool Tips and Dynamic PaneText Pin
«_Superman_»20-Oct-10 19:09
professional«_Superman_»20-Oct-10 19:09 
QuestionHow to use my defined resource ID in a DLL? [modified] Pin
questionmm20-Oct-10 13:11
questionmm20-Oct-10 13:11 
QuestionRead-Only ComboBox Pin
Fareed Rizkalla20-Oct-10 12:24
Fareed Rizkalla20-Oct-10 12:24 
AnswerRe: Read-Only ComboBox PinPopular
Peter_in_278020-Oct-10 13:46
professionalPeter_in_278020-Oct-10 13:46 
AnswerRe: Read-Only ComboBox Pin
Sauro Viti20-Oct-10 21:18
professionalSauro Viti20-Oct-10 21:18 
QuestionHow can I know if scrollbar appears ? Pin
mesajflaviu20-Oct-10 1:42
mesajflaviu20-Oct-10 1:42 
AnswerRe: How can I know if scrollbar appears ? Pin
Chris Meech20-Oct-10 3:23
Chris Meech20-Oct-10 3:23 
GeneralRe: How can I know if scrollbar appears ? Pin
mesajflaviu20-Oct-10 20:20
mesajflaviu20-Oct-10 20:20 
GeneralRe: How can I know if scrollbar appears ? Pin
Richard MacCutchan20-Oct-10 22:03
mveRichard MacCutchan20-Oct-10 22:03 
GeneralRe: How can I know if scrollbar appears ? Pin
mesajflaviu21-Oct-10 2:05
mesajflaviu21-Oct-10 2:05 
AnswerRe: How can I know if scrollbar appears ? Pin
Code-o-mat20-Oct-10 4:38
Code-o-mat20-Oct-10 4:38 
GeneralRe: How can I know if scrollbar appears ? Pin
mesajflaviu20-Oct-10 20:22
mesajflaviu20-Oct-10 20:22 
GeneralRe: How can I know if scrollbar appears ? Pin
Code-o-mat20-Oct-10 21:54
Code-o-mat20-Oct-10 21:54 
GeneralRe: How can I know if scrollbar appears ? Pin
mesajflaviu21-Oct-10 22:38
mesajflaviu21-Oct-10 22:38 
GeneralRe: How can I know if scrollbar appears ? Pin
Code-o-mat21-Oct-10 22:43
Code-o-mat21-Oct-10 22:43 
Questionproblem with float assignment Pin
samosato20-Oct-10 1:18
samosato20-Oct-10 1:18 
AnswerRe: problem with float assignment Pin
bleedingfingers20-Oct-10 1:23
bleedingfingers20-Oct-10 1:23 
GeneralRe: problem with float assignment Pin
samosato20-Oct-10 1:25
samosato20-Oct-10 1:25 
GeneralRe: problem with float assignment Pin
gothic_coder20-Oct-10 1:35
gothic_coder20-Oct-10 1:35 
AnswerRe: problem with float assignment Pin
Richard MacCutchan20-Oct-10 1:37
mveRichard MacCutchan20-Oct-10 1:37 
AnswerRe: problem with float assignment Pin
CPallini20-Oct-10 3:14
mveCPallini20-Oct-10 3:14 
QuestionHWND_TOP dialog controls problem Pin
john563219-Oct-10 22:39
john563219-Oct-10 22:39 
I have 4 modelless dialog in a view. Each dialog is having one button. If I click on button I need to display a dialog on the top but it should not be model dialog. So I used
::SetWindowPos(FirstDlg.GetSafeHwnd(),HWND_TOP,2,30,100,60,SWP_SHOWWINDOW );
But problem is:

This dilaog box is having edit control. I am not able to edit in edit control. I am not able to enter anything in edit control.

How to fix this issue.

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.