Hi, http://msdn.microsoft.com/en-us/sync/bb821992.aspx for Sync Framework http://www.windowsazure.com/en-us/develop/net/fundamentals/intro-to-windows-azure Hope this will help you Regards Darwin S.
DARWIN PAUL RAJ S
Hi, http://msdn.microsoft.com/en-us/sync/bb821992.aspx for Sync Framework http://www.windowsazure.com/en-us/develop/net/fundamentals/intro-to-windows-azure Hope this will help you Regards Darwin S.
DARWIN PAUL RAJ S
Yes, I have used GetFileVersionInfoSize(),GetFileVersionInfo(),and verqueryvalue to find the versions of an exe or dll. It works in Emulator,but not in device.In device it find out the other exe,not it's own(current executing application) version. DARWIN PAUL RAJ
Hi all, Still I didn't get any solutions for the problem. can anyone help to find out the solution for this. DARWIN PAUL RAJ
Hi all, I am in embedded vc++. How to draw a line with line caps like Circle end, Arrow end, Diamond end and so on. I am trying to do in an GDI application.Can anyone help me to do. Warmly Darwin S. DARWIN PAUL RAJ
Hi all, How can I get the information (Directories, Files, Drive used Memory Spaces and Unused Memory Spaces) from the other devices which is connected to the USB Ports(Thumb Drive, Flash Card) and even Harddisc, cddrive and Floppy Drive and so on. Waiting for Result.......... Cheers S.Darwin Paul Raj DARWIN PAUL RAJ
Hai all, Is there anyway?????????????? DARWIN PAUL RAJ
Hi all, Is there anyway to delete all the dialog except the current one. This code PostThreadMessage(AfxGetThread()->m_nThreadID, WM_QUIT, 0, 0); delete all the dialog including the current one. DARWIN PAUL RAJ
:(Hello guru's I am created one dialog box. From that dialog I am trying to access the next Dialog. LikeWise nearly seven dialog boxes. I acheive this by writing the code in the button.There are two main buttons in each Dialog. Next Button and Previous Button. Whenever I press the next I call the dialogone objDialogOne; objDialogOne.DoModal(); If I Press the Previous button, I use the same code. LikeWise Keep on going for the seven dialog box. At some sort of time the application hangs, I don't know why? Will it I have to destroy objects or Dialog. If so, I am having lot of controls like Combo box and Edit box and getting values from the user when the user press the button. If I Destroy the dialog box and delete the dialog will it affects the data that dialog holds. Thanks and regards The World is Too Much with us
Thank you, I got the result CBitmap bmp; HBITMAP bmp1; bmp1 =SHLoadDIBitmap(_T("D:\\codeproject\\a.bmp")); bmp.Attach(bmp1); BITMAP bminfo; bmp.GetBitmap(&bminfo); CDC dcMem; HBITMAP hbmpOld; dcMem.CreateCompatibleDC(pDC); hbmpOld =(HBITMAP)dcMem.SelectObject(&bmp); pDC->StretchBlt(0,0,rc.Width(),rc.Height(),&dcMem, 0,0, bminfo.bmWidth, bminfo.bmHeight, SRCCOPY); dcMem.SelectObject(hbmpOld); Still one more problem, When I stretched this bitmap into the entire screen, the controls(Button) which I placed above the bitmap not moved with bitmap, I want that todo, Give your hand on this issue regards DARWIN PAUL RAJ
Hai, HBITMAP bmp1; bmp1=SHLoadDIBitmap(_T("D:\\Code Guru\\a.bmp")); While I am debugging bmp1= not used, sometimes garbage value: how shall I find the width and height of the bmp1. BITMAP bminfo; bmp1.GetBitmap(&bminfo); When I use the above, It shows an error. left of '.GetBitmap' must have class/struct/union type Is there any other function instead of GetBitmap. pDC->StretchBlt(0,0,rc.Width(),rc.Height(), &dcMem, 0, 0, bminfo.bmWidth, bminfo.bmHeight, SRCCOPY); Note: compatible for WinCE DARWIN PAUL RAJ
Thank you, Where I have to specify my file path and LR_LOADFROMFILE is not supported by WinCE,It shows that undeclared identifier, When I refered MSDN and put Zero instead of LR_LOADFROMFILE. with regards DARWIN PAUL RAJ
Hai Everybody, How to Load a Bitmap on a Dialog from a specified Path and it should be stretched to the entire screen that is already filled with dialog. For instance: 1.Dialog should fill the screen. No Problem working nice. 2.Bitmap should fill the screen from a specified path. Problem......... d:\\codeProject\\a.bmp It's for both win2000 & winCE. Thanks in advance Darwin DARWIN PAUL RAJ
Hai all, I want to display the number on the Push button. The button already loaded with bitmap. It starts with 0, whenever mouse click occurs on the client area, the counter starts counting and the next number we are going to used(clicked) on the client area should be display on the button. so far.... I tried by using DrawItem I don't know the proper way to handle the drawitem. Note: 1.Number to Display on the Button, that already loaded with Bitmap. 2. I tried to use Drawitem. With regards :( DARWIN PAUL RAJ
Hai all, I am created Dialog Bar with buttons in Win CE, I loaded Bitmap on the button,It is placed on the left side of the client area, whenever the movement of the mouse occurs on the particualar coordinates the dialog bar displays with its buttons. It displays so nicely, but the mouse move event donot recognize the buttons on the dialog bar. It recongizes only the client area not the dialog bar. DARWIN PAUL RAJ
Hai all, When I am using Dialog Bar with buttons in win CE, the dialog bar appears but I am not able to browse the button. Mouse move event is also not occur. if anybody tell me the solution or weblinks. thank you all DARWIN PAUL RAJ