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

Managed C++/CLI

 
Questionwhere to include new class in c# , windows forms, visual studio Pin
Member 1412466126-Jan-19 6:50
Member 1412466126-Jan-19 6:50 
AnswerRe: where to include new class in c# , windows forms, visual studio Pin
Richard MacCutchan8-Feb-19 4:03
mveRichard MacCutchan8-Feb-19 4:03 
SuggestionRe: where to include new class in c# , windows forms, visual studio Pin
Richard Deeming8-Feb-19 7:15
mveRichard Deeming8-Feb-19 7:15 
GeneralRe: where to include new class in c# , windows forms, visual studio Pin
Richard MacCutchan8-Feb-19 23:40
mveRichard MacCutchan8-Feb-19 23:40 
QuestionHow to format DATETIME Pin
Member 1412466121-Jan-19 1:56
Member 1412466121-Jan-19 1:56 
AnswerRe: How to format DATETIME Pin
Richard MacCutchan21-Jan-19 2:57
mveRichard MacCutchan21-Jan-19 2:57 
GeneralRe: How to format DATETIME Pin
Member 1412466121-Jan-19 3:42
Member 1412466121-Jan-19 3:42 
GeneralRe: How to format DATETIME Pin
Richard MacCutchan21-Jan-19 3:44
mveRichard MacCutchan21-Jan-19 3:44 
C++
dateTimePicker2->Value = DateTime::Now.AddDays(1);
MessageBox::Show(dateTimePicker2.ToString());   // Needs pointer access characters "->", not "."

GeneralRe: How to format DATETIME Pin
Member 1412466121-Jan-19 4:30
Member 1412466121-Jan-19 4:30 
GeneralRe: How to format DATETIME Pin
Richard MacCutchan21-Jan-19 4:48
mveRichard MacCutchan21-Jan-19 4:48 
GeneralRe: How to format DATETIME Pin
Member 1412466121-Jan-19 4:57
Member 1412466121-Jan-19 4:57 
GeneralRe: How to format DATETIME Pin
Richard MacCutchan21-Jan-19 5:52
mveRichard MacCutchan21-Jan-19 5:52 
GeneralRe: How to format DATETIME Pin
Member 1412466121-Jan-19 7:08
Member 1412466121-Jan-19 7:08 
GeneralRe: How to format DATETIME Pin
Richard MacCutchan21-Jan-19 7:24
mveRichard MacCutchan21-Jan-19 7:24 
Questionserial port, threads, events Pin
jeff rhodes 1240020410-Jan-19 21:30
jeff rhodes 1240020410-Jan-19 21:30 
AnswerRe: serial port, threads, events Pin
Victor Nijegorodov11-Jan-19 4:28
Victor Nijegorodov11-Jan-19 4:28 
GeneralRe: serial port, threads, events Pin
jeff rhodes 1240020411-Jan-19 17:51
jeff rhodes 1240020411-Jan-19 17:51 
GeneralPlease Upvote: C++/CLI: std::move causes std::unique_ptr parameter to be destructed before function call Pin
John Schroedl3-Jan-19 3:13
professionalJohn Schroedl3-Jan-19 3:13 
GeneralRe: Please Upvote: C++/CLI: std::move causes std::unique_ptr parameter to be destructed before function call Pin
Richard MacCutchan3-Jan-19 3:23
mveRichard MacCutchan3-Jan-19 3:23 
GeneralRe: Please Upvote: C++/CLI: std::move causes std::unique_ptr parameter to be destructed before function call Pin
John Schroedl3-Jan-19 3:28
professionalJohn Schroedl3-Jan-19 3:28 
QuestionHow to catch exception caused by third party dll in c++? Pin
Sampath5797-Dec-18 1:22
Sampath5797-Dec-18 1:22 
AnswerRe: How to catch exception caused by third party dll in c++? Pin
Richard MacCutchan7-Dec-18 3:39
mveRichard MacCutchan7-Dec-18 3:39 
GeneralRe: How to catch exception caused by third party dll in c++? Pin
Sampath5797-Dec-18 3:58
Sampath5797-Dec-18 3:58 
GeneralRe: How to catch exception caused by third party dll in c++? Pin
Richard MacCutchan7-Dec-18 4:25
mveRichard MacCutchan7-Dec-18 4:25 
GeneralRe: How to catch exception caused by third party dll in c++? Pin
sameer.p.deshmukh9-Jan-19 2:02
sameer.p.deshmukh9-Jan-19 2:02 

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.