Click here to Skip to main content
16,005,209 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow I can resize the web page size in Microsoft web browser? Pin
Sameer_Thakur19-Nov-06 18:58
Sameer_Thakur19-Nov-06 18:58 
AnswerRe: How I can resize the web page size in Microsoft web browser? Pin
Parthi_Appu19-Nov-06 19:44
Parthi_Appu19-Nov-06 19:44 
QuestionWriting an iterator for your class Pin
HondaCBR60019-Nov-06 18:29
HondaCBR60019-Nov-06 18:29 
AnswerRe: Writing an iterator for your class Pin
Sceptic Mole19-Nov-06 22:14
Sceptic Mole19-Nov-06 22:14 
Questionsetfocus not working Pin
prithaa19-Nov-06 17:21
prithaa19-Nov-06 17:21 
AnswerRe: setfocus not working Pin
Parthi_Appu19-Nov-06 17:25
Parthi_Appu19-Nov-06 17:25 
AnswerRe: setfocus not working Pin
toxcct20-Nov-06 0:50
toxcct20-Nov-06 0:50 
AnswerRe: setfocus not working Pin
Mark Salsbery20-Nov-06 6:53
Mark Salsbery20-Nov-06 6:53 
Are the edit controls on a dialog? If so, you should use something like this to properly
move focus to the control:

int i=0;
vector<edit*>R;
Edit *p;
p = R[i];
GotoDlgCtrl(p);


prithaa wrote:
But when I click the mouse I am not able to move the focus to the clicked edit box.How should I do it?


You shouldn't have to do this yourself. When you click in the edit box do you get the caret?
If so, then it has the focus. If you are trying to set the focus yourself on a mouse click
then you may be preventing it from getting focus.

Mark
QuestionHow do I access a c# class from vc++? Pin
malayalite19-Nov-06 16:08
malayalite19-Nov-06 16:08 
AnswerRe: How do I access a c# class from vc++? Pin
Christian Graus19-Nov-06 17:00
protectorChristian Graus19-Nov-06 17:00 
GeneralRe: How do I access a c# class from vc++? Pin
malayalite19-Nov-06 18:27
malayalite19-Nov-06 18:27 
GeneralRe: How do I access a c# class from vc++? Pin
Christian Graus19-Nov-06 18:32
protectorChristian Graus19-Nov-06 18:32 
GeneralRe: How do I access a c# class from vc++? Pin
malayalite19-Nov-06 18:48
malayalite19-Nov-06 18:48 
Questionabout VC+MySQL problem:) Pin
rxgmoral19-Nov-06 15:13
rxgmoral19-Nov-06 15:13 
AnswerRe: about VC+MySQL problem:) Pin
Christian Graus19-Nov-06 15:21
protectorChristian Graus19-Nov-06 15:21 
Questionarray of functions of two parameters Pin
jquan3278619-Nov-06 4:27
jquan3278619-Nov-06 4:27 
AnswerRe: array of functions of two parameters Pin
Mark Salsbery19-Nov-06 7:13
Mark Salsbery19-Nov-06 7:13 
AnswerRe: array of functions of two parameters Pin
CPallini20-Nov-06 3:48
mveCPallini20-Nov-06 3:48 
QuestionDisplay Waveform of MP3 Pin
quantumdecipher19-Nov-06 2:11
quantumdecipher19-Nov-06 2:11 
Question--------- Pin
Irwin.R19-Nov-06 0:03
Irwin.R19-Nov-06 0:03 
AnswerRe: Setting File Permissions Pin
PJ Arends19-Nov-06 0:26
professionalPJ Arends19-Nov-06 0:26 
QuestionCBitmap(HBITMAP) conversion to raw RBG image. Pin
harripyy_118-Nov-06 23:48
harripyy_118-Nov-06 23:48 
AnswerRe: CBitmap(HBITMAP) conversion to raw RBG image. Pin
Waldermort19-Nov-06 0:47
Waldermort19-Nov-06 0:47 
GeneralRe: CBitmap(HBITMAP) conversion to raw RBG image. Pin
harripyy_119-Nov-06 1:47
harripyy_119-Nov-06 1:47 
Questionthe difference of using custom control and picture ? Pin
cyn818-Nov-06 23:10
cyn818-Nov-06 23:10 

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.