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

Managed C++/CLI

 
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 
AnswerRe: I have a stumper on Forms Designer Pin
led mike19-Sep-07 12:16
led mike19-Sep-07 12:16 
Questionrun outside exe in a form Pin
themancer17-Sep-07 0:07
themancer17-Sep-07 0:07 
AnswerRe: run outside exe in a form Pin
earlgraham4-Jan-08 7:25
earlgraham4-Jan-08 7:25 
Questionc++ project Pin
nicetohaveyou16-Sep-07 19:25
nicetohaveyou16-Sep-07 19:25 
AnswerRe: c++ project Pin
Russell'17-Sep-07 23:12
Russell'17-Sep-07 23:12 
AnswerRe: c++ project Pin
Hamid_RT18-Sep-07 19:59
Hamid_RT18-Sep-07 19:59 
AnswerRe: c++ project Pin
Signal-925-Sep-07 17:06
Signal-925-Sep-07 17:06 
QuestionNeed help figuring out error message Pin
jada092316-Sep-07 9:08
jada092316-Sep-07 9:08 
AnswerRe: Need help figuring out error message Pin
Luc Pattyn16-Sep-07 9:48
sitebuilderLuc Pattyn16-Sep-07 9:48 
GeneralRe: Need help figuring out error message Pin
jada092316-Sep-07 10:09
jada092316-Sep-07 10:09 
GeneralRe: Need help figuring out error message Pin
Christian Graus16-Sep-07 10:29
protectorChristian Graus16-Sep-07 10:29 
AnswerRe: Need help figuring out error message Pin
Christian Graus16-Sep-07 10:07
protectorChristian Graus16-Sep-07 10:07 
AnswerRe: Need help figuring out error message Pin
Christian Graus16-Sep-07 10:08
protectorChristian Graus16-Sep-07 10:08 

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.