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

Managed C++/CLI

 
QuestionHow to remove a non-ascii character from CString Pin
Erich Ruth1-Jan-20 10:19
Erich Ruth1-Jan-20 10:19 
AnswerRe: How to remove a non-ascii character from CString Pin
phil.o1-Jan-20 14:27
professionalphil.o1-Jan-20 14:27 
GeneralRe: How to remove a non-ascii character from CString Pin
Erich Ruth1-Jan-20 15:42
Erich Ruth1-Jan-20 15:42 
GeneralRe: How to remove a non-ascii character from CString Pin
phil.o1-Jan-20 15:56
professionalphil.o1-Jan-20 15:56 
AnswerRe: How to remove a non-ascii character from CString Pin
Eddy Vluggen1-Jan-20 14:30
professionalEddy Vluggen1-Jan-20 14:30 
GeneralRe: How to remove a non-ascii character from CString Pin
phil.o1-Jan-20 15:56
professionalphil.o1-Jan-20 15:56 
GeneralRe: How to remove a non-ascii character from CString Pin
Eddy Vluggen1-Jan-20 16:55
professionalEddy Vluggen1-Jan-20 16:55 
QuestionC++ control textBox of Form1 and Form2 Pin
HeeMongKorea29-Dec-19 21:07
professionalHeeMongKorea29-Dec-19 21:07 
Hi.
I send a "TEXT" from Form1 to Form2.
Sometimes it's good, sometimes it's not good.
When you send "TEXT" from Form1 to Form2, TEXT disappears from Form2.show.
---------------------------------------------
Form1.h

  private Burron1()

{

   Form2::Form fm;

    fm.viewText();
} 

Form2.h
namespace Form {
     public class Form
    {
      Form2()
        {
         void viewText();
        }
    }
}

void viewText()
{
   textBox1->Text="TEXT";
}
-------------------------------------------------------------
Only when Text's Form, no problem. I cann't see other ,  only did mySql. This disappeared the "TEXT". textBox->Text is a Empty. I sent "TEXT" can't look for any.

I want to know how to make the appearing thing.
Say me , please.
Thank you.

AnswerRe: C++ control textBox of Form1 and Form2 Pin
Richard MacCutchan29-Dec-19 23:05
mveRichard MacCutchan29-Dec-19 23:05 
GeneralRe: C++ control textBox of Form1 and Form2 Pin
HeeMongKorea16-Jan-20 1:29
professionalHeeMongKorea16-Jan-20 1:29 
Questionwidows api setwindowpos with SWP_HIDEWINDOW not always works Pin
viewlucc28-Nov-19 15:04
viewlucc28-Nov-19 15:04 
QuestionCan Someone please convert this from C++ to C? Topic : "Placement of Signal Boosters Using Tree Data Structures." Pin
ManojMaheshPatil15-Nov-19 23:35
ManojMaheshPatil15-Nov-19 23:35 
AnswerRe: Can Someone please convert this from C++ to C? Topic : "Placement of Signal Boosters Using Tree Data Structures." Pin
Dave Kreskowiak16-Nov-19 5:59
mveDave Kreskowiak16-Nov-19 5:59 
QuestionGenerate the equivalent of a DLL: a .netmodule Pin
Wim Hoeks16-Sep-19 10:28
Wim Hoeks16-Sep-19 10:28 
Questionprogramming an SDI drawing application with MFC in VC++ Pin
Member 1449477212-Sep-19 6:01
Member 1449477212-Sep-19 6:01 
AnswerRe: programming an SDI drawing application with MFC in VC++ Pin
Richard MacCutchan12-Sep-19 6:07
mveRichard MacCutchan12-Sep-19 6:07 
GeneralRe: programming an SDI drawing application with MFC in VC++ Pin
Member 1449477212-Sep-19 6:21
Member 1449477212-Sep-19 6:21 
GeneralRe: programming an SDI drawing application with MFC in VC++ Pin
Member 1449477212-Sep-19 7:48
Member 1449477212-Sep-19 7:48 
GeneralRe: programming an SDI drawing application with MFC in VC++ Pin
Richard MacCutchan12-Sep-19 7:51
mveRichard MacCutchan12-Sep-19 7:51 
Questionadd prerequisites and vcredistributable package to mfc setup application in vs2010 Pin
TH_Raksdsks9-Sep-19 20:30
TH_Raksdsks9-Sep-19 20:30 
AnswerRe: add prerequisites and vcredistributable package to mfc setup application in vs2010 Pin
OriginalGriff9-Sep-19 20:36
mvaOriginalGriff9-Sep-19 20:36 
GeneralRe: add prerequisites and vcredistributable package to mfc setup application in vs2010 Pin
TH_Raksdsks9-Sep-19 21:33
TH_Raksdsks9-Sep-19 21:33 
GeneralRe: add prerequisites and vcredistributable package to mfc setup application in vs2010 Pin
OriginalGriff9-Sep-19 22:28
mvaOriginalGriff9-Sep-19 22:28 
GeneralRe: add prerequisites and vcredistributable package to mfc setup application in vs2010 Pin
TH_Raksdsks10-Sep-19 3:14
TH_Raksdsks10-Sep-19 3:14 
GeneralRe: add prerequisites and vcredistributable package to mfc setup application in vs2010 Pin
OriginalGriff10-Sep-19 3:24
mvaOriginalGriff10-Sep-19 3:24 

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.