What is the position of SQLCE 3.5 when running on Windows Mobile 6.0 in relation to FIPS compliance.
I have read lots of differing reports on this and need a definitive answer, one which comes from a reliable source (please provide links)
I have read this
"The encryption modes in SQL Server Compact 3.5 are FIPS complaint if FIPS mode i...
Hi All,
We need to get web page HTML source document loaded on the PIE web browser in windows mobile. source code that we tried is listed below:
IDispatch* pHtmlDocDispatch;
IOleCommandTarget* pOleCommandTarget;
WEBVIEWLib::IPIEHTMLDocument2* pHTMLDocument2;
WEBVIEWLib::IPIEHTMLWindow2* pHTMLWindow;
IPIEHTMLElementCo...
I have a lot of telemarketers calling me around the clock and I would like to return the favor..
Is there a way I can set up so that if number1 calls it will be redirected to number2, and if number2 calls it will be directed to number1.
I will be happy to know I have caused some confusion.. unfortunately I will not be able to listen i...
Hey
When i use PNG images in my AdvancedList they are shown in very bad quality in the designer and when i deloy the project in the emulator the transparency disappears completely.
Is Resco not cabable of showing png images or what is the problem here?
...
I am trying to debug a win32 windows-mobile app that I am largely unfamiliar with.
I am forcing a periodic InvalidateRect(hWnd,NULL,FALSE) and each time I do the WM_PAINT method is being called, but the GetUpdateRect() returns 0,0,0,0, and obviously nothing that is drawn is visible. GetWindowRect() and GetClientRect() show the window i...
I have an image of a signature I am trying to save as 1 bpp bitmap to save file space. The full .NET Framework has the enum PixelFormat.Format1bppIndexed, but the .NET Compact Framework does not supported it.
Has any one discovered a way to accomplish this in Windows Mobile?
...
Hello,
I started Windows Mobile 6.x development but I am facing a problem when I want to unit-test my classes.
In fact when I run the tests everything goes like it should: VS launches the emulator and then runs the tests. But when I try to debug them, it launches emulator, runs the tests but my breakpoint are never hit. It seems that d...
Hi,
is there way (unmanaged maybe?) how to do the ownerdraw functionality on ListBox/ListView/TreeView controls in Compact Framework? Or is there some another controls (free? paid?) with similar functionaly (kinetic scroll for example)?
Thanks
...
Hi,
While building a c++ project for windows mobile 6.0 , i am getting an error fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'THUMB'
i don't no the reason why this error is coming.. i do Google a bit.. since i hv not much idea about instruction set, its tough for me to find..
it will be helpful if ...
PythonCE is a Python port for Windows CE and Windows Mobile. I'm currently working on a project that uses Bluetooth (actually PyBluez) to communicate with a remote device. My project works on Windows, Linux and Mac. The only problem I have porting it to Windows CE or Windows Mobile devices is that I don't know of any Bluetooth library th...
I've got a CAB file with the Windows Mobile application and the MSI package which installs that CAB on Windows Mobile Device (using a custom installer).
Now i'm trying to add ability to enter license key for that Windows Mobile app using desktop installation package.
I've added "Customer Information" dialog to MSI so i can enter the ke...
I have a form that has a number of controls on it (enough that the scroll bar is visible). How can I programmatically control the scroll window?
I can fake it now by calling the .Select() method on the last control in the Form, but I'd really like to be able to scroll all the way to the bottom of the window.
...
I want to programmatically measure the phone signal strength in a mobile phone. I don't actually care about the mobile phone or the programming environment: It can be based on android or windows mobile or even J2ME and can be from any manufacturer (please no iPhone). However, it needs to be a real, commercial mobile phone and not a speci...
Hello,
I've started learning VBScript because of PowerShell, but I want to know if I can run VBScripts(*.vbs) in a Windows Mobile device. Thanks.
...
Hi there,
I would like to develop on a mobile device, probably with Windows Mobile platform, which device would you guys recommend for me to use? But one requirement on the device is that I need that device to be able to capture signature (human writing on the device).
Many Thanks
...
Hi
I am working on files n folder using C#....May I know is there any way to get the UID for file-folders....Till now i was using the full path of the file....But my problem in is renaming of files n folder...which will change the UID for file folder..
Plz is ther any way to do the same
thanks in advance
...
Hi
Up to now I been using the pda emulator in visual studios 2008 (I am using windows mobile 6.1 professional sdk).
So I just dragged and dropped most of my GUI components into the form. In one instance I made a panel then in this panel I dynamically generated labels in it with certain location positions.
I then put it on my Hp PAQ 11...
Hi All,
After searching lot on the internet we have found following code to get only body part of the web page loaded onto web browser control
IPIEHTMLDocument2 *pHTMLDocument;
IPIEHTMLElement* pBodyElement;
CComPtr<IDispatch> spDispDoc;
HRESULT res = m_spWebBrowser2->get_Document(&spDispDoc);
if(SUCCEEDED(res))
{
spDispD...
I wrote a simple "baby smash" style program for my Samsung i760 with C# and the .Net Compact framework version 3.5 recently. I kept it very simple and it works for the most part. When I let my daughter "test" it out the first thing she did was to press the envelope key on the physical keyboard which brings up the messaging screen. I spen...
Is there a preferred method of packaging Windows Mobile apps? Visual Studio creates an .exe file from the source, but the MSDN website mentions a CAB wizard. Can either work if it is just a standalone .exe? What all can activesync use to install on a mobile device?
...