Click here to Skip to main content
15,904,416 members

Comments by aksiit001 (Top 5 by date)

aksiit001 6-Sep-12 7:52am View    
Thnks for ur attention.Others Please respond.
aksiit001 6-Sep-12 7:40am View    
No,It is just another MFC window,thats it.We do not have any code for that to add/modify.
aksiit001 17-Apr-12 9:06am View    
Hi Uday!
Thanks for your prompt reply,but i need to consume the service hosted at
http://www.w3schools.com/webservices/tempconvert.asmx.

Can you help me out regarding the same webservice.
thanks a lot
aksiit001 22-Mar-12 8:42am View    
thanks for the reply,but i am trying to display the image through gdi.please see the code below,but it is throwing exception.please help me out-

Image image(_T("D:\\Images\\1.jpg"),false);
Graphics *m_graphics;
m_graphics->DrawImage(&image, 60, 10);




HICON hIcon = LoadIcon(NULL, IDI_APPLICATION);
Bitmap bitmap(hIcon);
m_graphics->DrawImage(&bitmap, 10, 10);
aksiit001 22-Mar-12 8:33am View    
Can you please share the link?