Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: multidimensional CArray Pin
David Crow12-Jul-04 8:31
David Crow12-Jul-04 8:31 
GeneralRe: multidimensional CArray Pin
V.12-Jul-04 21:01
professionalV.12-Jul-04 21:01 
GeneralRe: multidimensional CArray Pin
V.12-Jul-04 22:39
professionalV.12-Jul-04 22:39 
GeneralCommand Line arguments in MFC Pin
toothless boots12-Jul-04 3:11
toothless boots12-Jul-04 3:11 
GeneralRe: Command Line arguments in MFC Pin
ThatsAlok12-Jul-04 3:41
ThatsAlok12-Jul-04 3:41 
GeneralRe: Command Line arguments in MFC Pin
David Crow12-Jul-04 4:04
David Crow12-Jul-04 4:04 
QuestionPossible to organize the ClassView in Visual Studio…? Pin
anderslundsgard12-Jul-04 2:11
anderslundsgard12-Jul-04 2:11 
AnswerRe: Possible to organize the ClassView in Visual Studio…? Pin
Mike Dimmick12-Jul-04 2:42
Mike Dimmick12-Jul-04 2:42 
Right-click the project, select New Folder. Name the folder. Start dropping classes into it.

In VS 6.0, the folder structure is stored entirely in the workspace .opt file (.vco if you're using eMbedded Visual C++).

Visual Studio .NET's folder structure exactly matches the on-disk structure. You can't create folders in Class View, but you can create folders in the Solution Explorer. The Class View can be organised by namespace; it represents the logical, not the physical, view of the code. Often it's a good idea to match namespaces and disk folders.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Possible to organize the ClassView in Visual Studio…? Pin
anderslundsgard12-Jul-04 21:08
anderslundsgard12-Jul-04 21:08 
QuestionHow to select Landscape button as a default in PageSetupDialog Pin
pubududilena12-Jul-04 1:52
pubududilena12-Jul-04 1:52 
Generalusb Pin
Ni@m12-Jul-04 1:40
Ni@m12-Jul-04 1:40 
GeneralRe: usb Pin
Claudius Mokler12-Jul-04 2:13
Claudius Mokler12-Jul-04 2:13 
GeneralRe: usb Pin
Ni@m12-Jul-04 2:30
Ni@m12-Jul-04 2:30 
GeneralRe: usb Pin
eggie512-Jul-04 13:30
eggie512-Jul-04 13:30 
Generalsocket Pin
shahrokh nabavi12-Jul-04 1:25
shahrokh nabavi12-Jul-04 1:25 
GeneralRe: socket Pin
ThatsAlok12-Jul-04 3:43
ThatsAlok12-Jul-04 3:43 
GeneralRunning a Batch file Froma a Program Pin
sweep12312-Jul-04 0:48
sweep12312-Jul-04 0:48 
GeneralRe: Running a Batch file Froma a Program Pin
David Crow12-Jul-04 5:58
David Crow12-Jul-04 5:58 
GeneralRe: Running a Batch file Froma a Program Pin
sweep12312-Jul-04 6:49
sweep12312-Jul-04 6:49 
GeneralRe: Running a Batch file Froma a Program Pin
David Crow12-Jul-04 9:07
David Crow12-Jul-04 9:07 
GeneralRe: Running a Batch file Froma a Program Pin
sweep12312-Jul-04 23:12
sweep12312-Jul-04 23:12 
GeneralHighlight a listctrl Item Pin
Zeeshan Bilal12-Jul-04 0:38
Zeeshan Bilal12-Jul-04 0:38 
GeneralRe: Highlight a listctrl Item Pin
David Crow12-Jul-04 2:31
David Crow12-Jul-04 2:31 
GeneralNew Project Ideas Pin
Leyu12-Jul-04 0:29
Leyu12-Jul-04 0:29 
GeneralRe: New Project Ideas Pin
ThatsAlok12-Jul-04 0:56
ThatsAlok12-Jul-04 0:56 

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.