Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCalling CDocument::OnOpenDocument(LPCTSTR lpszPathName) Pin
vasanth100424-Jul-05 6:38
vasanth100424-Jul-05 6:38 
GeneralSet font Info for TextOut function Pin
Abd.Eskandari24-Jul-05 5:49
Abd.Eskandari24-Jul-05 5:49 
Questionwhat means -1.#IND000? Pin
gabriel.fischer24-Jul-05 4:52
gabriel.fischer24-Jul-05 4:52 
AnswerRe: what means -1.#IND000? Pin
Chris Losinger24-Jul-05 5:01
professionalChris Losinger24-Jul-05 5:01 
AnswerRe: what means -1.#IND000? Pin
toxcct24-Jul-05 5:30
toxcct24-Jul-05 5:30 
GeneralActive Document Server HELP! Pin
Bruce Pataki24-Jul-05 0:46
Bruce Pataki24-Jul-05 0:46 
GeneralRe: Active Document Server HELP! Pin
Gary R. Wheeler24-Jul-05 3:16
Gary R. Wheeler24-Jul-05 3:16 
GeneralRe: Active Document Server HELP! Pin
Bruce Pataki25-Jul-05 4:47
Bruce Pataki25-Jul-05 4:47 
Thank you Gary. It fixed all my compilation problems.

Running the application where we feed the data from one window and display in another window having list view control - I notice that data is correctly passed on for display in view class. However, I tried to create a list view control pointer like this:

CListCTRL* pList = (CListCTRL *) GetDlgItem (IDC_List1);

which in turn gives me runtime error in winocc.cpp that debug assertion failed at line 94:

Line 94 in winocc.cpp is
ASSERT(::IsWindow(m_hWnd));

If you know how to fix this problem or have any tips, I would surely appreciate.

Bruce
GeneralRe: Active Document Server HELP! Pin
Gary R. Wheeler25-Jul-05 15:41
Gary R. Wheeler25-Jul-05 15:41 
GeneralRe: Active Document Server HELP! Pin
Bruce Pataki26-Jul-05 7:35
Bruce Pataki26-Jul-05 7:35 
GeneralRe: Active Document Server HELP! Pin
Gary R. Wheeler27-Jul-05 12:26
Gary R. Wheeler27-Jul-05 12:26 
Generalinterrupt handling Pin
rottencheese24-Jul-05 0:38
rottencheese24-Jul-05 0:38 
GeneralRe: interrupt handling Pin
Alexander M.,24-Jul-05 3:14
Alexander M.,24-Jul-05 3:14 
QuestionHow to expand CRectTracker's handles size for easy use with touch panel? Pin
yyqqhy200024-Jul-05 0:23
yyqqhy200024-Jul-05 0:23 
AnswerRe: How to expand CRectTracker's handles size for easy use with touch panel? Pin
Gary R. Wheeler24-Jul-05 3:20
Gary R. Wheeler24-Jul-05 3:20 
GeneralRe: How to expand CRectTracker's handles size for easy use with touch panel? Pin
Anonymous24-Jul-05 4:18
Anonymous24-Jul-05 4:18 
QuestionPop up "view wireless Network dialog" by Code? Pin
joycenter24-Jul-05 0:01
joycenter24-Jul-05 0:01 
Generalthe problem wtih AfxOleInit and OleUninitialize Pin
I am ke xu23-Jul-05 23:59
I am ke xu23-Jul-05 23:59 
Generalacessing msconfig in win9x,,nt,2000,xp Pin
Member 213961923-Jul-05 21:26
Member 213961923-Jul-05 21:26 
GeneralRe: acessing msconfig in win9x,,nt,2000,xp Pin
Alexander M.,24-Jul-05 3:16
Alexander M.,24-Jul-05 3:16 
GeneralRe: acessing msconfig in win9x,,nt,2000,xp Pin
Member 213961924-Jul-05 7:22
Member 213961924-Jul-05 7:22 
Generalchanu1982@rediffmail.comacessing msconfig in win9x,,nt,2000,xp Pin
Member 213961923-Jul-05 21:25
Member 213961923-Jul-05 21:25 
Generalhiding folders and files Pin
Member 213961923-Jul-05 21:20
Member 213961923-Jul-05 21:20 
GeneralRe: hiding folders and files Pin
Alexander M.,24-Jul-05 3:18
Alexander M.,24-Jul-05 3:18 
GeneralRe: hiding folders and files Pin
Member 213961924-Jul-05 7:53
Member 213961924-Jul-05 7:53 

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.