Click here to Skip to main content
15,886,851 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Building a static library and linking the same in application Pin
Chris Losinger14-Feb-06 3:54
professionalChris Losinger14-Feb-06 3:54 
QuestionCan I embed java applet in the VC++ App Pin
RamL14-Feb-06 1:43
RamL14-Feb-06 1:43 
AnswerRe: Can I embed java applet in the VC++ App Pin
RamL14-Feb-06 1:48
RamL14-Feb-06 1:48 
Questionhow to add html page in SDI Pin
sourabh27231814-Feb-06 1:34
sourabh27231814-Feb-06 1:34 
AnswerRe: how to add html page in SDI Pin
Rage14-Feb-06 1:39
professionalRage14-Feb-06 1:39 
QuestionVisual Studio .NET question Pin
IlanTal14-Feb-06 1:26
IlanTal14-Feb-06 1:26 
QuestionGetWindowTextA() function not working in Visual Studio 2005? Pin
Amarelia14-Feb-06 1:20
Amarelia14-Feb-06 1:20 
AnswerRe: GetWindowTextA() function not working in Visual Studio 2005? Pin
Rage14-Feb-06 1:37
professionalRage14-Feb-06 1:37 
void CPswdWnd::OnBnClickedButton1()
{
// TODO: Add your control notification handler code here
char sCurPswd[512]=""; 
m_Pswd.GetWindowText(sCurPswd,strlen(sCurPswd)); //Here it give assertion

}


Without "A" at the end. The compiler decides then which one fits best.

~RaGE();
AnswerRe: GetWindowTextA() function not working in Visual Studio 2005? Pin
James R. Twine14-Feb-06 4:32
James R. Twine14-Feb-06 4:32 
AnswerRe: GetWindowTextA() function not working in Visual Studio 2005? Pin
James R. Twine14-Feb-06 4:28
James R. Twine14-Feb-06 4:28 
AnswerRe: GetWindowTextA() function not working in Visual Studio 2005? Pin
David Crow14-Feb-06 4:31
David Crow14-Feb-06 4:31 
GeneralRe: GetWindowTextA() function not working in Visual Studio 2005? Pin
ThatsAlok14-Feb-06 22:07
ThatsAlok14-Feb-06 22:07 
GeneralRe: GetWindowTextA() function not working in Visual Studio 2005? Pin
David Crow15-Feb-06 3:27
David Crow15-Feb-06 3:27 
QuestionIntegrating Crystal Reports Pin
Niro198314-Feb-06 0:36
Niro198314-Feb-06 0:36 
QuestionHow to disable 'restart service' button for a service? Pin
melwyn14-Feb-06 0:22
melwyn14-Feb-06 0:22 
QuestionWinword.exe and WaitForSingleObject Pin
vikramlinux14-Feb-06 0:12
vikramlinux14-Feb-06 0:12 
AnswerRe: Winword.exe and WaitForSingleObject Pin
_anil_14-Feb-06 0:52
_anil_14-Feb-06 0:52 
GeneralRe: Winword.exe and WaitForSingleObject Pin
vikramlinux14-Feb-06 1:16
vikramlinux14-Feb-06 1:16 
AnswerRe: Winword.exe and WaitForSingleObject Pin
kakan14-Feb-06 0:57
professionalkakan14-Feb-06 0:57 
GeneralRe: Winword.exe and WaitForSingleObject Pin
_anil_14-Feb-06 1:41
_anil_14-Feb-06 1:41 
GeneralRe: Winword.exe and WaitForSingleObject Pin
kakan14-Feb-06 2:03
professionalkakan14-Feb-06 2:03 
AnswerRe: Winword.exe and WaitForSingleObject Pin
kakan14-Feb-06 2:36
professionalkakan14-Feb-06 2:36 
QuestionRe: Winword.exe and WaitForSingleObject Pin
David Crow14-Feb-06 4:34
David Crow14-Feb-06 4:34 
AnswerRe: Winword.exe and WaitForSingleObject Pin
vikramlinux15-Feb-06 18:12
vikramlinux15-Feb-06 18:12 
GeneralRe: Winword.exe and WaitForSingleObject Pin
David Crow16-Feb-06 2:48
David Crow16-Feb-06 2:48 

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.