Click here to Skip to main content
15,913,090 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan I call a CDialog's DoModal() from HTML contained in CHTMLView? Pin
panoramix26-Jun-00 15:04
panoramix26-Jun-00 15:04 
AnswerRe: Can I call a CDialog's DoModal() from HTML contained in CHTMLView? Pin
pba_27-Jun-00 2:41
pba_27-Jun-00 2:41 
GeneralAdd / Remove Splitter Panes Pin
Bert Tuyt26-Jun-00 9:25
Bert Tuyt26-Jun-00 9:25 
GeneralRe: Add / Remove Splitter Panes Pin
pba_27-Jun-00 2:52
pba_27-Jun-00 2:52 
GeneralProblems with conjg in complex class ! Pin
Sascha26-Jun-00 9:13
Sascha26-Jun-00 9:13 
GeneralRe: Problems with conjg in complex class ! Pin
Mike Dunn26-Jun-00 20:29
Mike Dunn26-Jun-00 20:29 
GeneralModify CScrollView background color Pin
Amir Wassermann26-Jun-00 4:36
sussAmir Wassermann26-Jun-00 4:36 
QuestionHow to create SQL queryes in project Pin
David M.Hakobyan26-Jun-00 3:38
David M.Hakobyan26-Jun-00 3:38 
AnswerRe: How to create SQL queryes in project Pin
Pere Mitjavila15-Jul-00 1:38
Pere Mitjavila15-Jul-00 1:38 
QuestionHow to share memory betwenne two process Pin
pepeR26-Jun-00 0:26
pepeR26-Jun-00 0:26 
AnswerRe: How to share memory betwenne two process Pin
Alex Gorev26-Jun-00 3:34
Alex Gorev26-Jun-00 3:34 
Generalado exception occured where recordset opened too big. Pin
tica25-Jun-00 22:48
tica25-Jun-00 22:48 
QuestionHow to display data on the thread? Pin
Edel Alva25-Jun-00 22:45
sussEdel Alva25-Jun-00 22:45 
AnswerRe: How to display data on the thread? Pin
Alex Gorev26-Jun-00 3:39
Alex Gorev26-Jun-00 3:39 
GeneralRe: How to display data on the thread? Pin
Edel Alva26-Jun-00 16:58
sussEdel Alva26-Jun-00 16:58 
GeneralFile Copying Question Pin
woltman25-Jun-00 18:11
woltman25-Jun-00 18:11 
Hi all:
This is about copying files over a network. My program has its own copy routine, using CreateFile, ReadFile, and WriteFile. It works perfectly for local files, and perfectly for files on a network, if they are public (i.e. no passwords), but sometimes doesn't work if the file is password protected. My application uses WNetAddConnection2 and prompts for a password if it doesn't work. Even when I type in the correct password, some of the files in the shared folder copy, some don't at all (a zero byte file is created) or only partially copy. Does anyone have any idea what causes this?
Here's a snippet:
while ( ReadFile(hSrcFile,..,&dwBytesRead,...)
{
WriteFile(hSrc,...,dwBytesRead,...);
// WriteFile uses the dwBytesRead from ReadFile to determine how much it should write
}
Anyone have a clue as to what could be wrong?
GeneralSwitching MFC Views in Win2000 Pin
Jeff Ellis25-Jun-00 16:14
sussJeff Ellis25-Jun-00 16:14 
GeneralProblems changing the background color of a CEdit Pin
Joan Murt25-Jun-00 8:38
sussJoan Murt25-Jun-00 8:38 
GeneralMemory leak Pin
Member 403225-Jun-00 2:54
Member 403225-Jun-00 2:54 
GeneralRe: Memory leak Pin
Tim Deveaux25-Jun-00 13:09
Tim Deveaux25-Jun-00 13:09 
Questionhow to get icon out of file extension ? Pin
Yariv25-Jun-00 1:51
Yariv25-Jun-00 1:51 
AnswerRe: how to get icon out of file extension ? Pin
Mike Dunn25-Jun-00 6:57
Mike Dunn25-Jun-00 6:57 
QuestionHandled Error not handled??? Pin
Matthias Steinbart23-Jun-00 2:51
sussMatthias Steinbart23-Jun-00 2:51 
AnswerRe: Handled Error not handled??? Pin
Tim Deveaux23-Jun-00 5:41
Tim Deveaux23-Jun-00 5:41 
GeneralRe: Handled Error not handled??? Pin
Tim Deveaux23-Jun-00 8:23
Tim Deveaux23-Jun-00 8:23 

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.