Search:
Type: Posts; User: Gunaamirthavelu
Search :
Search took 0.02 seconds.
January 22nd, 2007, 05:51 AM
hi
CWinApp::InitInstance(); comment this line debug ur program... its may be reason...
January 22nd, 2007, 05:28 AM
hi
can u post ur sample code...? ten only we can help u...
September 7th, 2006, 04:08 AM
#define _UNICODE // Enables Unicode character handling for log
#define UNICODE // files using Unicode instead of ANSI encoding.
#include <windows.h>
#include <stdio.h>
#include <tchar.h>...
September 1st, 2006, 04:59 AM
i try this code but it onlt take first char only.
September 1st, 2006, 04:57 AM
sorry cilu i didn't get u.
September 1st, 2006, 03:51 AM
Hi folks
I want to convert TCHAR[][] to char* and TCHAR[][][] to char*. help me.
July 14th, 2006, 05:29 AM
hi folks
i want to display 32 bit image in the document view architecture. is it possible? if yes help me.
Thanks and Regards
July 14th, 2006, 03:47 AM
No. my requirement is similar to montage; overlap the image with trnaparent after that i can veiw the 3d image and drawing the circle and rectangle. using GDI+ is ok. but that code worked in...
July 12th, 2006, 08:34 AM
hi i am guna. i want to display the 2 images with transparensy. i can see the bottom layer image trough top layer image.similar to transparent image. plz reply as soon as possible.
July 12th, 2006, 08:32 AM
i want to display the alpha channel image in the document view architecture can u give the sample code for geting handle of HDC hdcDest, it will work only View OnDraw() not hte other function....
March 29th, 2006, 10:35 PM
is it sure ? ur bmp image size is 200mb?
March 24th, 2006, 05:54 AM
what?i can't understand :cry: :wave: :wave:
March 24th, 2006, 05:35 AM
use this links
http://www.codeguru.com/Cpp/W-P/system/keyboard/article.php/c5699/
http://www.codeproject.com/tools/usagefinder.asp
March 24th, 2006, 03:26 AM
use this code
// function decleration
bool Init();
bool AttachToSocket(int sSocket);
int GetSocket();
bool Accept();
bool Connect();
March 24th, 2006, 03:19 AM
use this link
http://www.codeguru.com/forum/showthread.php?t=380133&highlight=windows.h
March 20th, 2006, 01:01 AM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/vcrefcompilererrorc2332.asp
March 18th, 2006, 05:36 AM
that means u want to accessthe variablein bothside. is it correct?
March 15th, 2006, 01:12 AM
sort_asc(f_names[a], l_names[a], MAXNUM);
the above code f_names[a] is null nothing is there. debug the program. check ur for loop in ur main function.
March 15th, 2006, 12:01 AM
use this code after ur include header files.
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
March 14th, 2006, 03:51 AM
what exactly u want ? can u explain?
March 14th, 2006, 03:48 AM
change ur for loop like this
for(int i=0;i<=5;i++)
{
}
March 14th, 2006, 03:42 AM
use this code. it may be work
MSG msg = {NULL};
March 14th, 2006, 03:29 AM
i can't underswtand ur problem can u explain?
March 14th, 2006, 03:05 AM
using CFileDialog or not?
March 14th, 2006, 02:55 AM
use this code to disable the close button and remove the close menu in the dialog box(click on the left top of the dialog box).
BOOL bEnable = TRUE;
UINT menuf = bEnable ? (MF_BYCOMMAND)...
Click Here to Expand Forum to Full Width