Visual Studio .NET , MFC 71 and Truncate
From: Vince (biproc2004_at_yahoo.fr)
Date: 10/30/04
- Next message: Ajay Kalra: "Re: Removing menu bar"
- Previous message: Jerry Coffin: "Re: Random string"
- Next in thread: Vince: "Re: Visual Studio .NET , MFC 71 and Truncate"
- Reply: Vince: "Re: Visual Studio .NET , MFC 71 and Truncate"
- Reply: Doug Harrison [MVP]: "Re: Visual Studio .NET , MFC 71 and Truncate"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 30 Oct 2004 21:28:20 +0200
Hello,
I have an application written in C++ under VS.NET and it uses some special
mfc 7.1 methods like the
Truncate (for CString).
How would you replace it in VS 6 :
MyTruncate(CString &str, int nLen){
str.SetAt(nLen,0)
}
or something similar.
Please help
- Next message: Ajay Kalra: "Re: Removing menu bar"
- Previous message: Jerry Coffin: "Re: Random string"
- Next in thread: Vince: "Re: Visual Studio .NET , MFC 71 and Truncate"
- Reply: Vince: "Re: Visual Studio .NET , MFC 71 and Truncate"
- Reply: Doug Harrison [MVP]: "Re: Visual Studio .NET , MFC 71 and Truncate"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|