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

C / C++ / MFC

 
GeneralOpenFileDialog in MFC Pin
20-Feb-02 23:37
suss20-Feb-02 23:37 
GeneralRe: OpenFileDialog in MFC Pin
Joaquín M López Muñoz21-Feb-02 0:40
Joaquín M López Muñoz21-Feb-02 0:40 
GeneralOLE_HANDLE HANDLE Pin
Braulio Dez20-Feb-02 22:28
Braulio Dez20-Feb-02 22:28 
GeneralProject dependencies Pin
Stan the man20-Feb-02 22:05
Stan the man20-Feb-02 22:05 
GeneralRe: Project dependencies Pin
Joaquín M López Muñoz20-Feb-02 22:11
Joaquín M López Muñoz20-Feb-02 22:11 
GeneralRe: Project dependencies Pin
Jon Hulatt20-Feb-02 22:16
Jon Hulatt20-Feb-02 22:16 
QuestionCEdit: right aligned? Pin
Rüpel20-Feb-02 21:09
Rüpel20-Feb-02 21:09 
AnswerRe: CEdit: right aligned? Pin
Steen Krogsgaard20-Feb-02 21:28
Steen Krogsgaard20-Feb-02 21:28 
How about

<br />
CEdit::ScrollToTheVeryRightSoYouSeeTheEndOfTheString<br />
{<br />
   CString cs;<br />
   int len;<br />
   GetText(cs);<br />
   len = cs.GetLength();<br />
   SetSel(len, len);<br />
}<br />


didn't try it out so it may not work.

Cheers
Steen.

"To claim that computer games influence children is rediculous. If Pacman had influenced children born in the 80'ies we would see a lot of youngsters running around in dark rooms eating pills while listening to monotonous musi
AnswerRe: CEdit: right aligned? Pin
Joaquín M López Muñoz20-Feb-02 21:33
Joaquín M López Muñoz20-Feb-02 21:33 
GeneralRe: CEdit: right aligned? Pin
Rüpel20-Feb-02 22:05
Rüpel20-Feb-02 22:05 
Generalneed help.........!!!!!! Pin
da_adel20-Feb-02 20:42
da_adel20-Feb-02 20:42 
GeneralRe: need help.........!!!!!! Pin
Steen Krogsgaard20-Feb-02 21:31
Steen Krogsgaard20-Feb-02 21:31 
GeneralDriver Name Pin
vin20-Feb-02 19:56
vin20-Feb-02 19:56 
GeneralRe: Driver Name Pin
Nish Nishant20-Feb-02 20:25
sitebuilderNish Nishant20-Feb-02 20:25 
GeneralRe: Driver Name Pin
Mazdak20-Feb-02 20:52
Mazdak20-Feb-02 20:52 
QuestionI want find user install all path. anybody know that?? Pin
20-Feb-02 19:54
suss20-Feb-02 19:54 
AnswerRe: I want find user install all path. anybody know that?? Pin
Nish Nishant20-Feb-02 20:16
sitebuilderNish Nishant20-Feb-02 20:16 
GeneralRe: I want find user install all path. anybody know that?? Pin
Jon Hulatt20-Feb-02 22:21
Jon Hulatt20-Feb-02 22:21 
GeneralRe: I want find user install all path. anybody know that?? Pin
Nish Nishant20-Feb-02 22:29
sitebuilderNish Nishant20-Feb-02 22:29 
GeneralHelp... Pin
John Cruz20-Feb-02 19:37
John Cruz20-Feb-02 19:37 
GeneralRe: Help... Pin
Paul M Watt20-Feb-02 19:51
mentorPaul M Watt20-Feb-02 19:51 
GeneralRe: Help... Pin
Nish Nishant20-Feb-02 19:47
sitebuilderNish Nishant20-Feb-02 19:47 
GeneralRe: Help... Pin
John Cruz20-Feb-02 22:35
John Cruz20-Feb-02 22:35 
GeneralDouble-clicking files to open program Pin
Coremn20-Feb-02 17:06
Coremn20-Feb-02 17:06 
GeneralRe: Double-clicking files to open program Pin
Nish Nishant20-Feb-02 18:36
sitebuilderNish Nishant20-Feb-02 18:36 

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.