| Thread | Last Post | Replies |
|
| compiler profiling | 30 Apr 2008 06:59 GMT | 6 |
I am working on Windows CE 5.0 for ARM platform. I am trying to compare the performance of MS compiler with ARM's rvct compiler. To do this,
|
| Is it not possible to create a window which is originally minimize | 29 Apr 2008 23:24 GMT | 2 |
Is it not possible to, CreateWindowEx, create a window which is originally minimized in Windows CE 5.0? Look here: http://msdn2.microsoft.com/en-us/library/ms908193.aspx The following dwStyle flags are not supported:
|
| Static text control attributes | 29 Apr 2008 15:00 GMT | 2 |
Hi, I am using evc++ 4.0 and would like to find out how to change the text colour and size in the MFC static text control. I can change the text OK but don't know how to change the size. Any help appreciated. Croc
|
| how to create a new window after pressing a buttom in dialog?? | 28 Apr 2008 16:17 GMT | 1 |
I am trying to create a new window (without border, title bar..etc) for using brush to make the whole screen become red. So, anyone knows how to create a new window after pressing a buttom in a diglog??
|
| Application crash | 28 Apr 2008 12:17 GMT | 1 |
Today I write one method as follows: CString CPOIData::getName() { CString result = _T("");
|
| how to transform unsign short to CString | 25 Apr 2008 20:55 GMT | 2 |
recently I meet a question, in our application, the is a variable which is unsign short type, and we want to transform it to CString in VS2005, I have no idea how to solve it, so can you give me a hand?
|
| Is it posible to send SMSes via the RAS-Phone API? | 25 Apr 2008 16:11 GMT | 1 |
Is it posible to send SMSes via the RAS-Phone API? Platform: Windows CE 5.0 http://msdn2.microsoft.com/en-us/library/ms897066.aspx
|
| GetRunningObjectTable equivalent | 23 Apr 2008 10:31 GMT | 2 |
Hi, I'm converting some code from Win32 desktop to Windows Mobile. GetRunningObjectTable isn't supported by WinCE, i need an equivalent way of doing this ie using equivalent to IRunningObjectTable
|
| which managed code is better | 23 Apr 2008 00:57 GMT | 13 |
I am torn between Visual C++ and Visual Csharp. Really, i see that .net C# are better supported than .net C++. But i was told by experience developer not to deviate from .net C++. My usage is on displaying GUI and communciate with other peripherals using
|
| List of project: Managed C++ application? | 22 Apr 2008 16:48 GMT | 12 |
I am reading a book It mention Choose, new project. From the list of project, select Managed C++ application There is no sure template, is it a CLR or a new template.
|
| EDB | 21 Apr 2008 16:59 GMT | 1 |
where can I find samples about use of EDB database? Thank you in advance Paolo
|
| Binding MFC dll onto .Net VC code because .net class never support | 21 Apr 2008 13:16 GMT | 9 |
does .net Framework 3.5 use consistent API across different development platforms, SQLserver, desktop, server or mobile device? Is the win32 API on device similar to Windows desktop? I feel that some of the classes i need cannot be found in .net, is binding
|
| question | 19 Apr 2008 16:35 GMT | 2 |
Q1) Fatal error RC1015, cannot open include file. i have uncommented //#include "weres.rc" But error still persisted.
|
| How to send bits of data through RS232 | 16 Apr 2008 06:29 GMT | 10 |
I am now writing application using evc++ 4.0. I would like to enquire if there is any video or help that you have documented or sites that you know that can help? I have managed to create a GUI on my MDT (Mobile Data Terminal)
|
| Help with CE.Net and Bluetooth/socket communication | 15 Apr 2008 18:43 GMT | 2 |
I am not able to get bluetoowth working with a socket conneciton between two CE.Net device. I have followed instructions from micsosoft help, but the server will not accept a connection from the client. I have pasted the basics of my code below.
|