Transparent Windows Forms in Windows Embedded Compact 7

I am looking for a solution to make the background of a Windows Forms in a Windows Embedded Compact 7 device transparent. These approaches have failed:
- override void OnPaintBackground with empty code block
- using the open source project AlphaMobileControls

Sorry, I thought that article had more detail.  Now I look at it again it's rather less useful than I thought.
bitblt is copying pixels.
https://msdn.microsoft.com/en-us/library/aa452879.aspx
The way this would have to work ( afaik ) is you copy some proportion of the bits out the rectangle behind your window.
If you want low opacity rather than completely transparent you would merge them with whatever colour you want the background to look a bit like.
You'd be painting a picture onto the background in the onpaint.
If your user moves the "transparent" window then you need to copy the background from the new location.
If it were me I'd push back on the requirement.
Hope that helps.
Recent Technet articles:
Property List Editing;  
Dynamic XAML

Similar Messages

  • Windows Embedded Compact 7 - M09 2014 Update Rollup with System.Exception

    Dear all,
    I applied all Updates on my BSP up to Windows Embedded Compact 7 - M09 2014 Update Rollup included.
    After a Clean Sysgen I got a System.Exception in my C# application when I try to access Font Property, this Exception is't raised before applying latest update.
     at Microsoft.AGL.Common.MISC.HandleAr(PAL_ERROR ar)
       at System.Windows.Forms.Control.get_Font()
    The problem could be related to this fix inserted in the Update 39?
    Component: Dot NET CF
    140930_KB3002285 - If the "Font" is specifically set on the Main form of an .NET windows application, 
    an exception is observed when the window/application is closed on a Windows Embedded Compact 7-based device.
    Anyone have expreienced the same issue?
    There is the possibility that in Update 40 this problem will be fixed?
    Thanks
    Stefano Bianconi

    The Update 44 (February 2015) contains an other fix for a Font Property related Problem (http://support.microsoft.com/en-us/kb/3039843).
    This may fix the problem you're seeing.
    In case this does not fix the problem: If you provide me with proper repro steps (a small sample application will do) so I can try to get this problem fixed.
    MVP Windows Embedded

  • VNC tool compatibility with WinCE and Windows Embedded Compact 2013 operating systems

    What are all the VNC tools that are compatible with WinCE and Windows Embedded Compact 2013 operating systems or are there any RDP solutions available?
    I am looking for a common VNC tool which is compatible on both the operating systems?

    This forum is for POSREady. Please try one of the Windows CE forums:
    http://social.msdn.microsoft.com/Forums/en-US/category/windowsembeddedcompact
    Sean Liming - Book Author: Starter Guide SIM (WEI), Pro Guide to WE8S & WES 7, Pro Guide to POS for .NET - www.annabooks.com / www.seanliming.com

  • Developing Windows Embedded Compact Application (installation issues)

    I want to develop an application for a device running Windows Embedded Compact 7
    I have downloaded the Application Builder for Windows Embedded Compact 2013 (VSEmbedded_AppBuilder.exe) from here and installed it on my machine
    I am following the instructions from
    this page which says that there should be a "Windows Embedded Compact" node within the New Project dialog box. There isn't
    Additionally, if I launch VSEmbedded_AppBuilder.exe I get a window that only gives you the option to Repair or Uninstall and displays no information other information other than the fact that it is the Application Builder for Windows Embedded Compact 2013
    that you are trying to run
    I have tried repairing and uninstalling and it doesn't help. I have also tried restarting my pc between installing and opening visual studio. Doesn't help either
    What am I missing here?
    I'm running Visual Studio 2012 Professional on a Windows 7 machine. All I want to do is build an application for my Windows Embedded Compact 7 device
    Thanks

    You say that your device is running Compact 7
    You downloaded a Visual Studio plug in for Compact 2013
    You provided links to Compact 2013 documentation and tools
    Since your device is running Compact 7, it would make sense to target your app to run on Compact 7 - if you target Compact 2013, your app
    will not run.
    You will need to install Visual Studio 2005 or 2008 - which one depends on what you plan to do.
    Take a look at
    http://embedded101.com/Blogs/SamuelPhung/entryid/211/Compact-7-Getting-Started-Part-4-Develop-Managed-Code-Application
    Take a look at
    http://embedded101.com/Blogs/SamuelPhung/entryid/216/Compact-7-Getting-Started-Part-5-Develop-Native-Code-Application
    Take a look at http://embedded101.com/Compact7
    Take a look at
    https://msdn.microsoft.com/en-us/library/jj838858(v=winembedded.70).aspx 
    Take a look at CTacke's answer in
    http://stackoverflow.com/questions/24241978/developing-net-compact-framework-apps-in-post-2008-visual-studio
    Bruce Eitman (eMVP) Senior Engineer Bruce.Eitman AT Eurotech DOT com My BLOG http://geekswithblogs.net/bruceeitman Eurotech Inc. www.Eurotech.com

  • Windows Embedded Compact 7.0 SATA driver

    Hello -
    The ARM SATA driver on Windows Embedded Compact 7.0 is broken when copying data size larger than 8GB.  Can you take a look on this?  
    Thanks,
    Wendy

    Can you post the procedure with which you are writing the data to SATA.
    --- Misbah
    Senior Design Engineer T.E.S Electroni Solutions (Bangalore-India) www.tes-dst.com [email protected]

  • Does Window Embedded Compact-7 based device support VOIP features

    We have to develop an application for our client.
    In which we have to implement SIP Client for  VOIP features on Device called X-OnePlus (Window Embedded Compact-7 based). For details, please follow this link
    http://www.digitax.com/products/xone-plus-mobile-data-terminal.html
    We tried to write script with C# but didn't get much success and we also tried to integrate various SIP based Softphones but they are not compatible with WinCE-7.
    Following are the details of SoftPhone followed by us:
    Sjphone: SJphone CE .cab (http://www.sjlabs.com/sjp.html)
    Could you please suggest us on followings:
    1.      Does Window Embedded Compact-7 based device support VOIP features?
    Thanks,
      

    This forum is for POSReady. Please try one of the Windows CE forums:
    http://social.msdn.microsoft.com/Forums/en-US/category/windowsembeddedcompact
    -Sean
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • WINDOWS EMBEDDED COMPACT 7

    Hi ,
    I am having Windows Embedded Compact 7 setup on XP SP3 pc. I need to install a SDIO wifi driver on my Windows CE device. I have tried to install it via cab file and got installed successfully. 
    The SDIO Wifi driver got loaded but it stopped runnning. It seems the SDIO commands not reaching the WIFI card.
    I have also checked the driver by including it into the OS image through Platform registry and bib files. It worked fine.
    Is there anything i need to do for the CAB file generation for WEC7 ?
    Best Regards,
    Dinesh

    This forum is for POSReady. Please try one of the Windows CE forums:
    http://social.msdn.microsoft.com/Forums/en-US/category/windowsembeddedcompact
    -Sean
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • Windows Embedded Compact 2013 Wave 1 Cumulative Update on MSDN

    A new Compact 2013 release is available on MSDN that will bring your build environment up to date as per February 2015.
    See my Blog:
    http://embedded101.com/Blogs/David-Jones/entryid/584/Windows-Embedded-Compact-2013-Wave-1-Cumulative-Update-on-MSDN
    David Jones
    Embedded MVP, Australia
    If this helps you, please give me a vote. Thanks.

    Grrr I just that : GetWindowLong/SetWindowLong on GWL_WNDPROC crashes
    in Compact 2013
    It has been accepted by Microsoft as a bug. We hope to get it fixed. Otherwise you cannot hook on WndProc at all for ARMv7 on Compact 2013.
    Windows Embedded Compact 2013 only disappointment over disappointment. I would have been better to stay with Linux. 
    I need a file explorer, where the file explorer that we had in Windows CE 5 ?

  • Cannot install Windows Embedded Compact, bad authorization code

    Registered for Windows Embedded Compact 2013, received authorization code, downloaded installer, started installer, rejects authorization code that copied and pasted [did not type by hand]. Repeated entire process, received identical authorization code,
    again rejected. What's the trick to installing Windows Embedded Compact 2013? Thanks.

    Tried exact same process for Windows Embedded Compact 7 and had no difficulties. Apparently Microsoft has a problem with product keys for Windows Embedded Compact 2013. Case closed.

  • What is the future of windows embedded compact ?

    as the architecture has changed totally on windows embedded phone 8, and there is windows 10 on ARM. so what is the future of this platform?

    I don't believe Microsoft can let you know exactly. But it may be a good idea to move towards WPF for new applications developed as WPF has much greater capability, is more in line with above Windows 7 OS apps and even though more difficult to learn than
    Windows.Forms is a move forward in developing UI's with much greater flexibility than Windows.Forms. Also nothing is being upgraded with regard to future development for Windows.Forms while apparently not the case with WPF (see bottom link).
    Support for Windows Forms will end whenever Microsoft removes the capability from .Net Framework I suppose. As far as I know
    Windows 10 supports Windows Forms applications because whatever .Net Framework comes installed on it supports Windows Forms applications.
    Windows 7 support
    Microsoft Support Lifecycle Policy FAQ
    Microsoft Product Lifecycle Search - .Net Framework 4.5
    .Net Framework 4.6 which downloads as 4.5.3 for some weird reason supports Windows Forms.
    Windows Forms Community Support
    .NET Framework Blog - The Roadmap for WPF
    La vida loca

  • Is it possible to run labview app on windows embedded compact 7?

    Hi,
           I have a low cost single board computer from ICOP, running embedded compact 7 from windows. The board has all the features such as ethernet, usb, serial, vga etc. Is it possible to install labview runtime and run the labview developed apps on this platform?? If so please provide me the links to any related resources.
    Thanks in advance
    More details on the board here...
    http://www.icoptech.com/SPARK
    Regards,
    Vipul

    Thanks so much Gene. I really appreciate your time and suggestions.
    Btw, should have been clearer  as one couldn't imagine I meant that 5.5 (i.e. ancient one). The adobe website also has this info: Windows 8.1 compatibility for Adobe Photoshop version 5 which just says version 5.5 under compatibility. So it does seem possible indeed to run this but perhaps for someone more techie. Had a look at the thread re: 6.0 and tried to run it as admin. Tried copying the contents on the desktop and change the compatibility under properties (even ran compatibility trouble shooter under properties) - but in vain. Must be doing something wrong. Prolly easier to return the CD (:/)
    If anyone could drop an idea in relation to how/where to buy a genuine and legal copy of a CS5/CS6 I woudl greatly appreciate. I bought the 5.5 off eBay and probably will search for the right version this time on there again. But it's a bit of a question mark for me in regards to how do I make sure that I buy a genuine licenced version which I can register with the Adobe.

  • Windows Embedded Compact 7 update FAIL

    Hello guys,
    Today I was offered to install the most recent update for my Embedded Compact 7.
    Great, taking into an account it says 'fixed an issue with filesystem corruption when creating a folder' - that one I suffered from.
    Ok, I started installer and everything was fine until it asked me to that I need to specify location for W2\OS\sharedsource\SharedSource_w2.msi and download option is obviously not available.
    Right.....I checked all 5 iso files available for MSDN subscriber download.
    Funny thing is that SharedSource_w2.msi cannot be found anywhere in iso and is not available for download by WEDU.
    Dear Microsoft, could please explain your customer how do I suppose to install this update?

    I think it is a bit different.
    Wave1 update WAS shipped as iso file and you can download it from MSDN subscription and install.
    Wave2 update (this one AFAIK) is not in the list of iso images so you can't download it.
    Basically if you can't download it from MSDN and can't get it from WEDU, how to you suppose to get it?
    WEDU is not offering to to downgrade to Wave1 level so the only option you can try is to start clean WEC7 install and hope it will allow you to update to Wave2.
    Here I need to remind that I have live EC7 installation with my designs and I don't want to spend days and days experimenting with setup puzzle. What I really need is the answer of how to solve it.
    IMO this is QA issue - you need to run update procedure exactly as an ordinary customer do to make sure it works as it supposed to work.

  • Error connecting a visual application of 2008 to a database in sql server with mk3100 device with Windows Embedded Compact 7

    en System.Data.SqlClient.SqlConnection.OnError(SqlException exception, TdsParserState state) en System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, TdsParserState state) en System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
    en System.Data.SqlClient.TdsParser.Connect(String host, SqlInternalConnection connHandler, Int32 timeout) en System.Data.SqlClient.SqlInternalConnection.OpenAndLogin() en System.Data.SqlClient.SqlInternalConnection..ctor(SqlConnection connection, Hashtable
    connectionOptions) en System.Data.SqlClient.SqlConnection.Open() en mk300.Form1.Form1_Load(Object sender, EventArgs e) en System.Windows.Forms.Form.OnLoad(EventArgs e) en System.Windows.Forms.Form._SetVisibleNotify(Boolean fVis) en System.Windows.Forms.Control.set_Visible(Boolean
    value) en System.Windows.Forms.Application.Run(Form fm) en mk300.Form1.Main()
    this is the error.
    the application in the emulator works.
    tanks.....

    Hi Santiago,
    Thanks for your post.
    This forum is to discuss problems of Windows Mobile Development . Your question is not related to the topic of this forum.So I suggest that you can post your issue to
    here for professional response.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • GetEnvironmentVariable()/getenv() APIs on Windows Embedded Compact 7

    Hi,
       How to get environment variables in WEC7 within a C program.   I cannot find getenv (CRT) & GetEnvironmentVariable API's on WEC7 SDK.
    Thanks,
    -Arshad

    This forum is for POSReady. Please try one of the Windows CE forums:
    http://social.msdn.microsoft.com/Forums/en-US/category/windowsembeddedcompac
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • Sharing the root file system with file server in windows embedded compact 7

    Seems it is not practical. I actually see the share, and the top level files and folders. But I have no access right for the files.
    And usb disk's mount point are not listed too. Is there any solution?

    I don't recall this problem. How was the share created? Programmatically by your code? What access list did you set? Did you create NTLM users and are you connected from the remote client as one of those users?
    I believe that you may have to create a separate share for alternate device mount points under the root (disks, etc.) but I think the basic operation you want should be possible.
    Paul T.

Maybe you are looking for

  • Missing something obvious

    I am using nigpib version 6 with RedHat Linux 6.2. I am having problems talking to my instruments. Two devices a Keithley Multimeter 2001 and an IO TECH dac488hr refuse to communicate. Their remote lights go on but I get an EBUS error when doing ibwr

  • Dreamweaver CC features such as Template Parameters

    I have Dreamweaver CS6 and have not ventured onto the cloud yet. While looking up a question regarding syntax for Dreamweaver Template Parmeters, I noticed most of the documentation starts with the clause "The user interface has been simplified in Dr

  • Asset tracking software

    Hi, I'm looking for some asset tracking software to monitor and manage around 1,000 Windows machines (various OS) and 500 thin clients.  Being able to report on hardware/software config and metering the devices to prevent unauthorised/unlicensed soft

  • Textfield with "autmatic" filter (apex 1.6)

    Hi all, I am following Carsten Czarski's example about autmatic filter on textfields. (German Version:http://www.oracle.com/global/de/community/tipps/ajax_filterelement/index.html English version http://htmldb.oracle.com/pls/otn/f?p=DATEI_DOWNLOAD:HO

  • Bi publisher report issues with selecting multiple parameters.

    Hi there I have a Bi publisher report when I query it for a single parameter it works fine and gives me the result. But when I select multiple parameters Lets say I have selected 3 parameters and try to view the results it does nt give me a proper re