Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6810321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:11:32+00:00 2026-05-26T20:11:32+00:00

I am new to Windows 7 programming and am trying to get a sense

  • 0

I am new to Windows 7 programming and am trying to get a sense of what technologies or frameworks I should be using (I suppose within .NET) that will let me create graphical elements on the screen without any of the standard Windows UI chrome (resize handles, minimize/maximize, title bar etc.).

As a “hello world”, I’d like to be able to create a 200×200 pixel box, red, with a slight transparency, that has the text “hello world” in it and maybe moves across the screen. That would be a great start into the kind of thing I’m interested in.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:11:33+00:00Added an answer on May 26, 2026 at 8:11 pm

    In WPF you can set the WindowStyle to “None” and the ResizeMode to “NoResize” to remove the OS chrome from the window. To make the window translucent you need to set AllowsTransparency to “True” and set Opacity to a percent value of your choosing.

    Here’s a window with no chrome and an 80% opacity:

    <Window x:Class="TestWpfApplication.Test"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        WindowStyle="None"
        ResizeMode="NoResize"
        AllowsTransparency="True"
        Opacity="0.8"
        Title="Test Window" Height="300" Width="300">
    

    You can even create a brush and set that to the Window’s OpacityMask property to make the window non-square.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to windows programming and I'm trying to get notified of all changes
I'm new to Visual C++, .NET, and the Windows world of programming (coming from
I am new to C++ programming under Windows. I am trying to execute a
I'm new to U/I programming, and I'm trying to get started with OpenGL. When
I'm new to C89, and trying to do some socket programming: void get(char *url)
I'm programming in C#. I'm trying to make a class, that when called will
I'm new to Windows programming and after reading the Petzold book I wonder: is
I am very new at all this c# Windows Phone programming, so this is
I'm a new Windows programmer and I'm not sure where I should store user
I have made a new windows service which works fine using barebone code (just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.