Click here to Skip to main content
15,924,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to catch select item event in ListCtrl Pin
Nibu babu thomas28-Aug-07 23:50
Nibu babu thomas28-Aug-07 23:50 
GeneralRe: How to catch select item event in ListCtrl Pin
Atul2329-Aug-07 0:56
Atul2329-Aug-07 0:56 
GeneralRe: How to catch select item event in ListCtrl Pin
Nibu babu thomas29-Aug-07 1:04
Nibu babu thomas29-Aug-07 1:04 
GeneralRe: How to catch select item event in ListCtrl Pin
Atul2329-Aug-07 1:46
Atul2329-Aug-07 1:46 
GeneralRe: How to catch select item event in ListCtrl Pin
Nibu babu thomas29-Aug-07 2:26
Nibu babu thomas29-Aug-07 2:26 
GeneralRe: How to catch select item event in ListCtrl Pin
Atul2330-Aug-07 23:35
Atul2330-Aug-07 23:35 
QuestionSource Control VS2005 Pin
Anilkumar K V28-Aug-07 20:46
Anilkumar K V28-Aug-07 20:46 
AnswerRe: Source Control VS2005 Pin
Cedric Moonen28-Aug-07 21:05
Cedric Moonen28-Aug-07 21:05 
For Visual Studio 2005, you need to add these files to the source control (and of course, all your .cpp and .h files):
- .sln file: contains the information about the different projects that are in the solution. So, if someone adds or remove a project from the solution, it should be 'saved' for others also.
- .vcproj files: contains all the settings for each projects (you will have one vcproj file for each project). This contain for example the files that are in your project (so if someone adds a new file, it should be reflected), contains also the project properties (all the option that you can configure by clicking 'Project' -> 'Properties').

All the other files are not needed and will be automatically recreated.


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Source Control VS2005 Pin
Anilkumar K V29-Aug-07 1:48
Anilkumar K V29-Aug-07 1:48 
QuestionCFile used together with Lined List Pin
Manoj Srivastava28-Aug-07 17:28
Manoj Srivastava28-Aug-07 17:28 
AnswerRe: CFile used together with Lined List Pin
Nishad S28-Aug-07 20:44
Nishad S28-Aug-07 20:44 
QuestionRe: CFile used together with Lined List Pin
David Crow29-Aug-07 3:21
David Crow29-Aug-07 3:21 
QuestionHow make a dll in VC++ to use in C#? Pin
Rui A Sousa28-Aug-07 16:29
Rui A Sousa28-Aug-07 16:29 
AnswerRe: How make a dll in VC++ to use in C#? Pin
Karismatic28-Aug-07 20:25
Karismatic28-Aug-07 20:25 
GeneralRe: How make a dll in VC++ to use in C#? Pin
Rui A Sousa29-Aug-07 3:33
Rui A Sousa29-Aug-07 3:33 
GeneralRe: How make a dll in VC++ to use in C#? Pin
Hamid_RT29-Aug-07 7:51
Hamid_RT29-Aug-07 7:51 
QuestionOpenFileMapping call Fails on VISTA Pin
praveenpl28-Aug-07 13:53
praveenpl28-Aug-07 13:53 
QuestionWhy ain't this in the docs? Pin
Waldermort28-Aug-07 13:24
Waldermort28-Aug-07 13:24 
AnswerRe: Why ain't this in the docs? Pin
Naveen28-Aug-07 15:55
Naveen28-Aug-07 15:55 
GeneralRe: Why ain't this in the docs? Pin
Waldermort28-Aug-07 16:02
Waldermort28-Aug-07 16:02 
GeneralRe: Why ain't this in the docs? Pin
Naveen28-Aug-07 16:44
Naveen28-Aug-07 16:44 
GeneralRe: Why ain't this in the docs? Pin
Waldermort28-Aug-07 17:45
Waldermort28-Aug-07 17:45 
GeneralRe: Why ain't this in the docs? Pin
Naveen28-Aug-07 18:40
Naveen28-Aug-07 18:40 
GeneralRe: Why ain't this in the docs? Pin
Waldermort29-Aug-07 2:46
Waldermort29-Aug-07 2:46 
GeneralRe: Why ain't this in the docs? Pin
Naveen28-Aug-07 19:27
Naveen28-Aug-07 19:27 

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.