Click here to Skip to main content
15,921,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: graphical error Pin
khan++13-Jun-06 18:46
khan++13-Jun-06 18:46 
GeneralRe: graphical error Pin
anmol m15-Jun-06 7:11
anmol m15-Jun-06 7:11 
GeneralRe: graphical error Pin
khan++15-Jun-06 21:12
khan++15-Jun-06 21:12 
QuestionA newb needs help. Pin
zach713-Jun-06 16:01
zach713-Jun-06 16:01 
AnswerRe: A newb needs help. Pin
Mark F.13-Jun-06 17:15
Mark F.13-Jun-06 17:15 
AnswerRe: A newb needs help. Pin
Ganesh_T13-Jun-06 18:46
Ganesh_T13-Jun-06 18:46 
AnswerRe: A newb needs help. Pin
Laxman Auti13-Jun-06 18:53
Laxman Auti13-Jun-06 18:53 
Questionpopup menu in a listbox [modified] Pin
locoone13-Jun-06 15:48
locoone13-Jun-06 15:48 
how do i show the menu in a listbox i have the menu resource i want to use a right click to show the menu i have the right click function but i dont know how to call the menu.
im using MFC/Visual C++ 6.0

and i have this bit of code
enum FindOptionsEnum
{
FIND_SIZE = (1L << 0),
FIND_DATEMODIFIED = (1L << 1),
FIND_DATECREATED = (1L << 2),
FIND_DATEACCESSED = (1L << 3),
FIND_ATTRIBUTES = (1L << 4),
FIND_TEXT = (1L << 5),
};
but when i try to #include "vfw.h"
the compiler gives a error on that code anyone know why?

error C2059: syntax error : 'constant'
error C2143: syntax error : missing ';' before '}'
error C2143: syntax error : missing ';' before '}'
all 3 errors goto that code
-- modified at 21:55 Tuesday 13th June, 2006
AnswerRe: popup menu in a listbox Pin
Sarath C13-Jun-06 17:38
Sarath C13-Jun-06 17:38 
AnswerRe: popup menu in a listbox Pin
Hamid_RT13-Jun-06 19:41
Hamid_RT13-Jun-06 19:41 
AnswerRe: popup menu in a listbox Pin
Hamid_RT13-Jun-06 20:09
Hamid_RT13-Jun-06 20:09 
AnswerRe: popup menu in a listbox Pin
Hamid_RT14-Jun-06 19:12
Hamid_RT14-Jun-06 19:12 
QuestionFind a certain text string on the IE's current loaded webpage Pin
Joseph Lee13-Jun-06 15:13
Joseph Lee13-Jun-06 15:13 
AnswerRe: Find a certain text string on the IE's current loaded webpage Pin
Ganesh_T13-Jun-06 18:55
Ganesh_T13-Jun-06 18:55 
AnswerRe: Find a certain text string on the IE's current loaded webpage Pin
Laxman Auti13-Jun-06 18:55
Laxman Auti13-Jun-06 18:55 
QuestionopenGL,memory leak with glDrawPixels Pin
leon913-Jun-06 14:16
leon913-Jun-06 14:16 
Questioncolor change Pin
sidkraft13-Jun-06 14:09
sidkraft13-Jun-06 14:09 
AnswerRe: color change Pin
Sarath C13-Jun-06 17:49
Sarath C13-Jun-06 17:49 
AnswerRe: color change Pin
Hamid_RT13-Jun-06 19:39
Hamid_RT13-Jun-06 19:39 
QuestionAbout manifest Pin
angelfirefox13-Jun-06 13:46
angelfirefox13-Jun-06 13:46 
QuestionUnmanaged Threading Pin
Chris J13-Jun-06 10:49
Chris J13-Jun-06 10:49 
AnswerRe: Unmanaged Threading Pin
led mike13-Jun-06 10:59
led mike13-Jun-06 10:59 
GeneralRe: Unmanaged Threading Pin
Jun Du13-Jun-06 12:25
Jun Du13-Jun-06 12:25 
GeneralRe: Unmanaged Threading Pin
Graham Bradshaw13-Jun-06 12:33
Graham Bradshaw13-Jun-06 12:33 
GeneralRe: Unmanaged Threading Pin
Joe Woodbury13-Jun-06 13:07
professionalJoe Woodbury13-Jun-06 13:07 

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.