Click here to Skip to main content
15,925,781 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralReading from a particular location of the disk Pin
john knox26-Jul-00 1:51
john knox26-Jul-00 1:51 
GeneralRe: Reading from a particular location of the disk Pin
Tim Deveaux28-Jul-00 5:40
Tim Deveaux28-Jul-00 5:40 
GeneralHandle of a control in a web page Pin
john knox26-Jul-00 1:37
john knox26-Jul-00 1:37 
GeneralRe: Handle of a control in a web page Pin
Ravi Shankar26-Jul-00 8:27
Ravi Shankar26-Jul-00 8:27 
GeneralApplication Distribution and Installation issues Pin
Gert Boddaert26-Jul-00 0:21
Gert Boddaert26-Jul-00 0:21 
QuestionMessage for scrolling listctrl? Pin
Mathias25-Jul-00 21:38
Mathias25-Jul-00 21:38 
AnswerRe: Message for scrolling listctrl? Pin
Benedict Verheyen25-Jul-00 23:06
sussBenedict Verheyen25-Jul-00 23:06 
GeneralRe: Message for scrolling listctrl? Pin
Mathias26-Jul-00 21:48
Mathias26-Jul-00 21:48 
GeneralRe: Message for scrolling listctrl? Pin
Benedict Verheyen27-Jul-00 2:57
sussBenedict Verheyen27-Jul-00 2:57 
GeneralRegarding Installation program Pin
krithi25-Jul-00 19:23
krithi25-Jul-00 19:23 
GeneralRe: Regarding Installation program Pin
Benedict Verheyen25-Jul-00 22:58
sussBenedict Verheyen25-Jul-00 22:58 
GeneralRe: Regarding Installation program Pin
xtsea26-Jul-00 3:27
xtsea26-Jul-00 3:27 
GeneralRe: Regarding Installation program Pin
Benedict Verheyen27-Jul-00 2:46
sussBenedict Verheyen27-Jul-00 2:46 
GeneralRe: Regarding Installation program Pin
Ravi Shankar26-Jul-00 7:35
Ravi Shankar26-Jul-00 7:35 
GeneralRe: Regarding Installation program Pin
trey3-Aug-00 8:28
trey3-Aug-00 8:28 
GeneralCDaoRecordSet crashes on Close Pin
Paul Ebert25-Jul-00 12:55
Paul Ebert25-Jul-00 12:55 
GeneralFinding bitmap resources Pin
Member 1062419025-Jul-00 5:52
Member 1062419025-Jul-00 5:52 
GeneralRe: Finding bitmap resources Pin
Feng Yuan25-Jul-00 16:03
Feng Yuan25-Jul-00 16:03 
Generalresizing the dialog box along with the controls for all resolutions Pin
Up25-Jul-00 8:21
Up25-Jul-00 8:21 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Benedict Verheyen25-Jul-00 23:14
sussBenedict Verheyen25-Jul-00 23:14 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Up26-Jul-00 7:45
Up26-Jul-00 7:45 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Benedict Verheyen27-Jul-00 2:36
sussBenedict Verheyen27-Jul-00 2:36 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Paolo Messina26-Jul-00 10:29
professionalPaolo Messina26-Jul-00 10:29 
GeneralVisual Studio and Intellisense Pin
Jeremy Davis25-Jul-00 3:26
Jeremy Davis25-Jul-00 3:26 
GeneralRe: Visual Studio and Intellisense Pin
peterchen25-Jul-00 9:47
peterchen25-Jul-00 9:47 
This is a common problem, intellisense isn't really reliable in VC++ (and of course much more complicated than in e.g.VB). The advises range from waiting for full moon, step out of your cubicle and howl all night long, to: close the project, delete all temporary files (.opt, aps, .ncb, .clw, although .ncb is the likeliest), reopen the project, and open clazz wizard dialog, to rebuild the clw information. Well, I've found out both methods have their advantages... Good luck!
Peter

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.