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

C / C++ / MFC

 
QuestionBuilding a static library and linking the same in application Pin
subramanyeswari14-Feb-06 2:53
subramanyeswari14-Feb-06 2:53 
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 
Hi
I am using Visual Studio 2005. I have developed my project in VC++ which is a dialog based MFC application.

Here on the Button Click event of one dialog i need to get the value inserted in one edit box. for that I have declared variable also and i use GetWindowTextA() functions for that and it throw assertions. Showsing NULL value in hWnd...

I don't know why this happens........any idea? The same code works fine in Visual Studio 6.0


My Code looks like this :
=========================
void CPswdWnd::OnBnClickedButton1()
{
// TODO: Add your control notification handler code here
char sCurPswd[512]="";
m_Pswd.GetWindowTextA(sCurPswd,strlen(sCurPswd)); //Here it give assertion

}

My Variables are declared by righ clicking the Editbox and then "Add Variables" and then i have made the variable as "Control".

Any idea?
Thankx in advance


Mahesh
AnswerRe: GetWindowTextA() function not working in Visual Studio 2005? Pin
Rage14-Feb-06 1:37
professionalRage14-Feb-06 1:37 
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 

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.