Click here to Skip to main content
15,915,336 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: How do you populate DataGridControl cell? Pin
George L. Jackson19-Sep-07 13:59
George L. Jackson19-Sep-07 13:59 
GeneralRe: How do you populate DataGridControl cell? Pin
BuckBrown20-Sep-07 9:45
BuckBrown20-Sep-07 9:45 
GeneralRe: How do you populate DataGridControl cell? [modified] Pin
George L. Jackson20-Sep-07 12:22
George L. Jackson20-Sep-07 12:22 
GeneralRe: How do you populate DataGridControl cell? Pin
BuckBrown20-Sep-07 9:47
BuckBrown20-Sep-07 9:47 
AnswerRe: How do you populate DataGridControl cell? Pin
George L. Jackson20-Sep-07 13:07
George L. Jackson20-Sep-07 13:07 
QuestionInsertion of Smiley Faces in Rich Edit Control Pin
_Shiva19-Sep-07 1:58
_Shiva19-Sep-07 1:58 
AnswerRe: Insertion of Smiley Faces in Rich Edit Control Pin
Giorgi Dalakishvili19-Sep-07 2:43
mentorGiorgi Dalakishvili19-Sep-07 2:43 
QuestionHow to use System::Xml namespace in an MFC application? Pin
Rocky#18-Sep-07 18:13
Rocky#18-Sep-07 18:13 
AnswerRe: How to use System::Xml namespace in an MFC application? Pin
George L. Jackson18-Sep-07 23:46
George L. Jackson18-Sep-07 23:46 
GeneralRe: How to use System::Xml namespace in an MFC application? Pin
Rocky#20-Sep-07 18:07
Rocky#20-Sep-07 18:07 
QuestionRe: How to use System::Xml namespace in an MFC application? Pin
Rocky#20-Sep-07 20:15
Rocky#20-Sep-07 20:15 
GeneralRe: How to use System::Xml namespace in an MFC application? Pin
Rocky#20-Sep-07 20:42
Rocky#20-Sep-07 20:42 
Questionis it possible to read the output from exe file in c++? Pin
Wajid Ali18-Sep-07 10:16
Wajid Ali18-Sep-07 10:16 
AnswerRe: is it possible to read the output from exe file in c++? Pin
Mark Salsbery18-Sep-07 10:28
Mark Salsbery18-Sep-07 10:28 
GeneralRe: is it possible to read the output from exe file in c++? Pin
Wajid Ali18-Sep-07 10:48
Wajid Ali18-Sep-07 10:48 
AnswerRe: is it possible to read the output from exe file in c++? Pin
Hamid_RT18-Sep-07 19:51
Hamid_RT18-Sep-07 19:51 
QuestionMissing Manifest Resource Exception Pin
Programm3r18-Sep-07 1:50
Programm3r18-Sep-07 1:50 
QuestionI have a stumper on Forms Designer Pin
BuckBrown17-Sep-07 5:18
BuckBrown17-Sep-07 5:18 
GeneralRe: I have a stumper on Forms Designer Pin
George L. Jackson17-Sep-07 12:36
George L. Jackson17-Sep-07 12:36 
GeneralRe: I have a stumper on Forms Designer Pin
BuckBrown19-Sep-07 11:40
BuckBrown19-Sep-07 11:40 
AnswerRe: I have a stumper on Forms Designer Pin
Luc Pattyn17-Sep-07 13:25
sitebuilderLuc Pattyn17-Sep-07 13:25 
Hi Buck,

I see two approaches that should work:

if the form you want to copy is the only form in its project (or constitutes the majority of
the existing project), I would use Windows Explorer and duplicate the entire folder containing
project, source files, and resources; then choose a new folder name and open the copied
project, modifying what needs to be changed, and adding what you want to add.

if the form you want to copy is to become something other than the main form of an
existing project, I would simply copy all the related files (myform.cs, myform.Designer.cs,
myform.resx) to the new projects folder, then add these "existing items" to the project,
then modify what needs to be modified.

Whatever approach you choose, if you want to rename the form's class and/or the form's
file name(s), I would do it using Visual, not in Explorer nor by editing the project files.

Hope this helps.




Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: I have a stumper on Forms Designer Pin
George L. Jackson17-Sep-07 14:50
George L. Jackson17-Sep-07 14:50 
GeneralRe: I have a stumper on Forms Designer Pin
Luc Pattyn17-Sep-07 15:06
sitebuilderLuc Pattyn17-Sep-07 15:06 
GeneralRe: I have a stumper on Forms Designer Pin
George L. Jackson17-Sep-07 15:12
George L. Jackson17-Sep-07 15:12 
GeneralRe: I have a stumper on Forms Designer Pin
Luc Pattyn17-Sep-07 21:49
sitebuilderLuc Pattyn17-Sep-07 21:49 

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.