Click here to Skip to main content
15,917,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMenu item changed event Pin
gokings12-Aug-04 19:14
gokings12-Aug-04 19:14 
GeneralRe: Menu item changed event Pin
gokings13-Aug-04 2:52
gokings13-Aug-04 2:52 
GeneralCHtmlView events Pin
alex.barylski12-Aug-04 19:03
alex.barylski12-Aug-04 19:03 
QuestionHow To create new XML file using msxml.dll? Pin
Rassul Yunussov12-Aug-04 18:41
Rassul Yunussov12-Aug-04 18:41 
AnswerRe: How To create new XML file using msxml.dll? Pin
*Dreamz12-Aug-04 20:17
*Dreamz12-Aug-04 20:17 
GeneralRe: How To create new XML file using msxml.dll? Pin
Rassul Yunussov12-Aug-04 21:13
Rassul Yunussov12-Aug-04 21:13 
GeneralRe: How To create new XML file using msxml.dll? Pin
*Dreamz12-Aug-04 23:12
*Dreamz12-Aug-04 23:12 
QuestionHow can I put a scrollbar's tap on any locatation I want? Pin
dashi2512-Aug-04 14:29
dashi2512-Aug-04 14:29 
Hi dear!
I'd like to put a scrollbar's tap on last position.
My program created much some results files since it runned for a couple hours.
So It is tiresome to find last test result's file because there are a lot file in that directory.
Every time I had to move to last position in scroll bar even though annoying.

-------- problem section in my program -------
CFileDialog dlg(TRUE, sFi , NULL, OFN_HIDEREADONLY|OFN_NOCHANGEDIR|
OFN_ALLOWMULTISELECT,//|OFN_VALIDATE, NULL, this);

SCROLLINFO scrInfo;
int nPos, nMin;
HWND hDlg = dlg.m_hWnd;
dlg.GetScrollRange(SB_HORZ, &nMin, &nPos);
nPos = scrInfo.nMax;
dlg.SetScrollPos(SB_HORZ, nPos);

This didn't fine out right valuse for nMin and nPos.
I would be very happy if anyone replay me any answer concering it,
I've wasted a couple week already.



yours sincerely
GeneralProblem With My Child Window Title Bar Pin
Anonymous12-Aug-04 13:51
Anonymous12-Aug-04 13:51 
GeneralMS Access Question Pin
Anonymous12-Aug-04 13:03
Anonymous12-Aug-04 13:03 
GeneralRe: MS Access Question Pin
Member 129553312-Aug-04 19:34
Member 129553312-Aug-04 19:34 
GeneralDll Injection Problem - An Unusual Case Pin
Dr Memory12-Aug-04 11:33
Dr Memory12-Aug-04 11:33 
GeneralHDC to BitBlt (Visual C) Pin
marqua12-Aug-04 11:15
marqua12-Aug-04 11:15 
GeneralRe: HDC to BitBlt (Visual C) Pin
Antony M Kancidrowski12-Aug-04 13:04
Antony M Kancidrowski12-Aug-04 13:04 
GeneralRe: HDC to BitBlt (Visual C) Pin
mahade112-Aug-04 20:06
mahade112-Aug-04 20:06 
GeneralRe: HDC to BitBlt (Visual C) Pin
Ryan Binns12-Aug-04 20:52
Ryan Binns12-Aug-04 20:52 
GeneralArray of Variables Pin
Grahamfff12-Aug-04 11:09
Grahamfff12-Aug-04 11:09 
GeneralRe: Array of Variables Pin
tlerner12-Aug-04 11:14
tlerner12-Aug-04 11:14 
GeneralRe: Array of Variables Pin
mahade112-Aug-04 20:00
mahade112-Aug-04 20:00 
GeneralRe: Array of Variables Pin
Ryan Binns12-Aug-04 20:56
Ryan Binns12-Aug-04 20:56 
GeneralCharacter Counter in MFC Pin
tlerner12-Aug-04 10:20
tlerner12-Aug-04 10:20 
GeneralRe: Character Counter in MFC Pin
wb12-Aug-04 22:51
wb12-Aug-04 22:51 
GeneralRe: Character Counter in MFC Pin
tlerner13-Aug-04 7:15
tlerner13-Aug-04 7:15 
GeneralRe: Character Counter in MFC Pin
wb13-Aug-04 20:44
wb13-Aug-04 20:44 
GeneralRe: Character Counter in MFC Pin
tlerner16-Aug-04 9:02
tlerner16-Aug-04 9:02 

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.