No announcements
Found 245497 threads
-
0 Votes
Help for SD/MMC controller driver development for WinCE 6.0
Is there any help available to start developing SD/MMC controller driver development on WinCE 6.0 ?Answered | 1 Replies | 2737 Views | Created by Ragesh T R - Tuesday, February 16, 2010 6:01 AM | Last reply by warrentang - Thursday, February 18, 2010 5:10 AM -
0 Votes
where can I get the KdStubLite sample driver?
I am really new to the smart device development. I've downloaded the WINCE 3 DVD ISOs and got installed. But I didn't find the KdStubLite sample driver in the WINCE600 ...Answered | 1 Replies | 3862 Views | Created by Ni Ruiyu - Thursday, May 31, 2012 3:16 AM | Last reply by Prabu[MCTS] - Thursday, May 31, 2012 5:50 AM -
0 Votes
Driver Development - What is needed?
/SP2. Target Number 2 - is a WinCE - Version 5.0, PXA270 based device. Vista support is *NOT* required. I have no Microsoft development ...Answered | 1 Replies | 3903 Views | Created by unix2vb2 - Tuesday, December 30, 2008 1:30 AM | Last reply by Caddre - Tuesday, December 30, 2008 4:36 AM -
0 Votes
Can change the bitmap in a bitmap control
Check SS_BITMAP property, please.Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform ...Answered | 4 Replies | 433 Views | Created by GregaryB - Saturday, February 13, 2016 6:56 PM | Last reply by VisualEleven - Monday, February 15, 2016 9:34 AM -
0 Votes
How to enable to horizonal scroll bar for listbox?
Please refer: CListBox::SetHorizontalExtent() in MSDN.Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the ...Answered | 4 Replies | 4325 Views | Created by chcw - Monday, February 22, 2016 5:36 AM | Last reply by Hart Wang - Tuesday, February 23, 2016 6:25 AM -
1 Votes
how to paint the graph area in VC++
Please try: CRgn::CreatePolygonRgn() / CDC::FillRgn();Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the ...Answered | 15 Replies | 1147 Views | Created by Kafle - Tuesday, August 5, 2014 8:59 AM | Last reply by davewilk - Tuesday, August 12, 2014 10:13 AM -
1 Votes
How to view Kernel mode services
EnumServicesStatusEx(.., SERVICE_KERNEL_DRIVER, ...); Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the ...Answered | 3 Replies | 684 Views | Created by Sam9584 - Monday, July 2, 2018 4:59 AM | Last reply by Sam9584 - Monday, July 2, 2018 5:32 AM -
1 Votes
Read from file
Are you read the contents of network files? You can CInternetSession::OpenURL();Visual C++ enthusiast, like network programming and driver development. At present ...Answered | 5 Replies | 3535 Views | Created by SzymonD - Tuesday, April 26, 2011 12:56 PM | Last reply by lucy-liu - Tuesday, May 3, 2011 9:27 AM -
0 Votes
RadioButton
Add BN_CLICKED message handler Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile ...Answered | 2 Replies | 3795 Views | Created by SzymonD - Tuesday, April 26, 2011 12:49 PM | Last reply by Jijo Raj - Tuesday, April 26, 2011 4:01 PM -
3 Votes
SetItemData in TreeView
TreeView_SetItem Macro Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform ...Answered | 4 Replies | 4347 Views | Created by lucastonon - Tuesday, May 24, 2011 10:47 PM | Last reply by lucastonon - Wednesday, May 25, 2011 11:52 PM -
0 Votes
Limiting maximum size of a window.
Maybe you can try this: WM_GETMINMAXINFO NotificationVisual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows ...Answered | 3 Replies | 623 Views | Created by PAUL DAYNES - Friday, September 12, 2014 1:14 AM | Last reply by PAUL DAYNES - Friday, September 12, 2014 3:29 AM -
1 Votes
how to use DeviceIoControl , when use OID_DOT11_XX parameter
++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.Answered | 2 Replies | 5828 Views | Created by mayo_wall - Monday, May 9, 2011 8:48 AM | Last reply by - Tuesday, May 10, 2011 10:24 PM -
0 Votes
syntax error: identifier grade
= 60 ---> if (grade >= 60)Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the ...Answered | 2 Replies | 437 Views | Created by abtring - Monday, November 2, 2015 7:17 AM | Last reply by abtring - Monday, November 2, 2015 7:53 AM -
0 Votes
How can I associate a file extension with my program?
You could also modify the register setting to implement.Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the ...Answered | 3 Replies | 3705 Views | Created by Flavio Fonseca - Thursday, July 21, 2011 7:40 PM | Last reply by VisualEleven - Friday, July 22, 2011 12:45 AM -
3 Votes
MFC Dialog Window
In Dialog class OnInitDailog function add this code: ModifyStyleEx(WS_EX_APPWINDOW, WS_EX_TOOLWINDOW); Visual C++ enthusiast, like network programming and driver ...Answered | 4 Replies | 6189 Views | Created by maverick786us - Tuesday, January 11, 2011 11:37 AM | Last reply by VisualEleven - Thursday, January 13, 2011 6:02 AM -
0 Votes
0xC0000005: Access violation writing location 0x00000000.
Yes, pointer before using it, first allocate memory space.Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the ...Answered | 4 Replies | 8452 Views | Created by CKTofu - Tuesday, January 31, 2012 1:10 AM | Last reply by Pintu Shukla - Tuesday, January 31, 2012 2:00 AM -
0 Votes
What does this C Code statement mean?
Equivalent to: temp = temp * 2;Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform ...Answered | 4 Replies | 3236 Views | Created by DocZaf - Sunday, February 5, 2012 9:11 PM | Last reply by DocZaf - Thursday, February 9, 2012 6:49 PM -
0 Votes
How to disable a single row from a CListCtrl?
You need driver new class from CListCtrl, overwrite virtual function DrawItem() and handle =NM_CLICK notify.Visual C++ enthusiast, like network programming and driver ...Answered | 4 Replies | 1043 Views | Created by ewastech - Monday, August 18, 2014 8:16 AM | Last reply by VisualEleven - Wednesday, August 20, 2014 5:45 AM -
2 Votes
Win10+VS2015 Can't Debug WDF Driver(WmdfHelloWorld)
and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.Answered | 4 Replies | 1341 Views | Created by VisualEleven - Thursday, June 2, 2016 11:12 AM | Last reply by magiccpp - Thursday, March 30, 2017 11:42 AM -
0 Votes
Reducing flicker when resizing dialog (VS2015 using new dynamic moving-sizing features)
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded ...Answered | 8 Replies | 1188 Views | Created by Chuckie72 - Tuesday, October 13, 2015 12:28 PM | Last reply by Chuckie72 - Friday, October 16, 2015 5:47 PM - Items 1 to 20 of 245497 Next ›
No announcements