Click here to Skip to main content
15,886,067 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionScrollbar in CFormView does not work,why? Pin
lostangels12-Feb-06 4:46
lostangels12-Feb-06 4:46 
AnswerRe: Scrollbar in CFormView does not work,why? Pin
Optimus Chaos12-Feb-06 5:57
Optimus Chaos12-Feb-06 5:57 
QuestionScrollbar in CFormView does not work,why? Pin
lostangels12-Feb-06 4:42
lostangels12-Feb-06 4:42 
QuestionCalling .m files from C++ Pin
misugi12-Feb-06 2:49
misugi12-Feb-06 2:49 
AnswerRe: Calling .m files from C++ Pin
Nick_Kisialiou12-Feb-06 9:56
Nick_Kisialiou12-Feb-06 9:56 
GeneralRe: Calling .m files from C++ Pin
misugi13-Feb-06 22:23
misugi13-Feb-06 22:23 
Questionvisual studio 2003 MFC/SDI help drawing Pin
ALTF412-Feb-06 1:02
ALTF412-Feb-06 1:02 
AnswerRe: visual studio 2003 MFC/SDI help drawing Pin
try8812-Feb-06 6:28
try8812-Feb-06 6:28 
when access the NULL pointer ,the ERROR would appeal .
ALTF4 wrote:
Unhandled exception at 0x7c28af6a (mfc71d.dll) in seminarska.exe: 0xC0000005: Access violation reading location 0x00000004.


the variable CBrush pisalo in the funtion risi() is abuse when for-loop run .
so you should define a ptr outside for-loop like this
...
CBrush* pBrush ;
...
for(..)
{
pBrush= new CBrush(...)
tabla->FillRect(..);
delete pBrush;
}




路漫漫其修远兮,吾将上下而求索。
GeneralRe: visual studio 2003 MFC/SDI help drawing Pin
ALTF412-Feb-06 6:39
ALTF412-Feb-06 6:39 
Questionproblem with CSocket Pin
hamidreza_buddy12-Feb-06 1:00
hamidreza_buddy12-Feb-06 1:00 
AnswerRe: problem with CSocket Pin
ALTF412-Feb-06 1:06
ALTF412-Feb-06 1:06 
GeneralRe: problem with CSocket Pin
Jörgen Sigvardsson12-Feb-06 2:41
Jörgen Sigvardsson12-Feb-06 2:41 
AnswerRe: problem with CSocket Pin
Rob Caldecott12-Feb-06 2:18
Rob Caldecott12-Feb-06 2:18 
AnswerRe: problem with CSocket Pin
ScottMcP14-Feb-06 8:55
ScottMcP14-Feb-06 8:55 
Questiona problem with Activex Control Pin
hamidreza_buddy12-Feb-06 0:51
hamidreza_buddy12-Feb-06 0:51 
AnswerRe: a problem with Activex Control Pin
Ryan Binns12-Feb-06 12:38
Ryan Binns12-Feb-06 12:38 
QuestionNumber of files and folders Pin
kelprinc12-Feb-06 0:47
kelprinc12-Feb-06 0:47 
AnswerRe: Number of files and folders Pin
__int6412-Feb-06 7:03
__int6412-Feb-06 7:03 
GeneralRe: Number of files and folders Pin
kelprinc13-Feb-06 1:11
kelprinc13-Feb-06 1:11 
QuestionClistCtrl - centralize image Pin
codepr11-Feb-06 22:43
codepr11-Feb-06 22:43 
AnswerRe: ClistCtrl - centralize image Pin
Gary R. Wheeler12-Feb-06 6:18
Gary R. Wheeler12-Feb-06 6:18 
GeneralRe: ClistCtrl - centralize image Pin
try8812-Feb-06 6:32
try8812-Feb-06 6:32 
GeneralRe: ClistCtrl - centralize image Pin
codepr12-Feb-06 21:09
codepr12-Feb-06 21:09 
GeneralRe: ClistCtrl - centralize image Pin
Gary R. Wheeler13-Feb-06 0:56
Gary R. Wheeler13-Feb-06 0:56 
QuestionFile transfer using sockets in VC++ Pin
rohini sharma11-Feb-06 22:13
rohini sharma11-Feb-06 22:13 

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.