TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Screen
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Onkar Sharma (5)
Mahesh Chand (4)
Kartik Kumar (4)
Sagar Pardeshi (3)
Vijayaragavan S (3)
Aakash Maurya (3)
Amir Ali (3)
Chhavi Goel (3)
Sandeep Mishra (2)
Prasad (2)
Prabhakar Maurya (2)
Sanjay Kumar (2)
Satyaprakash Samantaray (2)
Anoop Kumar Sharma (2)
Sanjay Kumar Pathak (2)
Shweta Lodha (2)
Deepak Kumar (2)
Prajnya (2)
Sibeesh Venu (2)
Prashant Sharma (2)
Shubham Sharma (2)
Saad Mahmood (2)
Shubham Kumar (1)
Anuradha Rani (1)
Dhruvin Shah (1)
Anubhav Chaudhary (1)
Parth Dave (1)
Ramakrishna Pathuri (1)
Mohamed Shifan (1)
Ulricht Von Schnell (1)
Shiv Gupta (1)
Kunal Chowdhury (1)
Satendra Singh Bhati (1)
Mushtaq M A (1)
Jejji Arora (1)
Rajashekar Syereddy (1)
Najath Risni (1)
Scott Lysle (1)
Ravikant Sahu (1)
Ishan Gupta (1)
Maneesha Kashyap (1)
Ishika Tiwari (1)
Mayuresh Joshi (1)
Aman (1)
Joshy George (1)
Manikandan M (1)
Anjali Joshi (1)
Vithal Wadje (1)
Amit Sharan (1)
Nitin (1)
Chandani Prajapati (1)
Oussama Al Rifai (1)
Nirav Vikani (1)
Nirav Daraniya (1)
Abhijeet Singh (1)
Manoj Mittal (1)
Sazid Mauhammad (1)
Ashish Tiwari (1)
Pradip Pandey (1)
Abubackkar Shithik (1)
Suthahar Jegatheesan (1)
Gaurav Gupta (1)
Harpreet Singh (1)
Sonu Kumar (1)
Rohit Tomar (1)
Aman Singhal (1)
Related resources for Screen
No resource found
Disable Splash Screen For Reducing Startup Time/Boot Time of Windows 10
10/3/2024 11:48:10 AM.
Disabling the Splash Screen in Windows 10 can significantly reduce boot time by eliminating the 3-5 seconds spent displaying the Windows logo. To do this, access the System Configuration dialog by typ
How to Create Scrollable Screen?
7/25/2024 4:31:00 AM.
Learn how to create and manage scrollable screens in your project, enhancing user experience with full-screen scrolling. This guide covers adding and configuring scrollable screens, managing control a
Create Comment System Like Facebook YouTube Viva Engage Yammer
7/23/2024 6:50:52 AM.
The article explains how to implement a commenting feature using a scrollable screen. It covers creating a scrollable screen, adding and aligning controls, handling dynamic gallery heights, and managi
Create Dynamic and Flexible Height Gallery
7/22/2024 7:47:17 AM.
We often come across where scrolling of controls is not needed or avoided. In such case we can make controls height flexible or overflowing. In below article we will see how to overflow gallery height
Create Scrollable Screen in PowerApps
7/22/2024 7:34:58 AM.
Creating a scrollable screen is essential for enhancing user experience by allowing access to content that exceeds the viewport. This guide covers various methods to implement scrolling, including ver
Create Repeating Section In PowerApps New Form - Step By Step - Part One
6/12/2024 9:40:57 AM.
This article guides you through creating a Repeating Section in PowerApps forms for New and Edit forms. Learn to store data in SharePoint lists, manage form navigation, and enhance user experience wit
Change Grid Size Dynamically Based on Screen Resolution
5/9/2024 4:46:32 AM.
Learn how to create responsive web layouts by dynamically adjusting grid sizes based on screen resolution. Explore techniques using CSS media queries to adapt grid layouts for various viewport sizes.
Automating Resume Screening with Power Automate and ChatGPT
4/9/2024 11:03:25 AM.
In this article, we will discover how businesses can revolutionize their hiring process through the automation of resume screening using Power Automate and ChatGPT.
Automate Candidate Screening with ChatGPT AI in Process Automation
3/27/2024 4:30:29 AM.
Microsoft introduces the ChatGPT model, revolutionizing customer interactions and internal communication. Businesses adopt ChatGPT for automated tasks, enhancing productivity and personalized experien
Media Queries For Mobile, Laptop, Desktop And iPad For Making Responsive Website Design
3/19/2024 6:11:59 AM.
Media queries enable responsive web design by adapting layouts based on device characteristics like screen size. Tailoring designs for mobile, laptop, desktop, and iPad ensures optimal user experience
How to Test Responsive Web Design Web Sites
3/15/2024 11:08:02 AM.
Test responsive web design sites by checking cross-browser compatibility, screen sizes, and device rendering. Utilize emulators and responsive design tools for comprehensive testing to ensure optimal
Managing Storage Spaces with File Server Resource Manager (FSRM)
3/13/2024 11:28:50 AM.
FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
From Script to Screen in Seconds: OpenAI's Sora Reimagines Video Creation
3/11/2024 11:58:48 AM.
OpenAI has unveiled a new tool called Sora that promises to shake up video creation. Imagine describing a scene and having it come to life as a video! This AI-powered tech could revolutionize everyth
Dynamics 365 - Duplicate Detection with PowerApps
3/11/2024 8:57:18 AM.
This document outlines the process of detecting duplicate contacts in Dynamics 365 when generating a new contact. It explains how to set up a Blank Canvas App, establish a connection with a Dynamics 3
Dynamic Theme Change Across Canvas App Screens
3/7/2024 8:33:35 AM.
This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and outpu
How to Create a Simple Screen Sharing Application in C#
3/1/2024 9:36:09 AM.
In this article, we will learn to develop a basic screen-sharing app in C#. Explore real-time collaboration, network communication, and user interface design. Create seamless remote access for sharing
Print Output of First n Natural Numbers in UI Screen in Unity 3
2/28/2024 6:55:37 AM.
To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
How to Change the Windows 8 Lock Screen Programmatically
2/26/2024 9:36:33 AM.
Just follow the simple procedure in this article to write an application by which you can easily change your Windows 8 Lock Screen programmatically.
Disable Start Screen Animation in Windows 8
2/26/2024 9:33:48 AM.
In this article, Learn how to enhance your Windows 8 experience by disabling the start screen animation. Streamline your system's performance and customize your user interface to suit your prefere
Get Power Option on Start Screen in Windows 8
2/26/2024 9:25:31 AM.
In this article, we are explaining how to Access power options directly from your Windows 8 Start Screen for enhanced convenience and efficiency. Easily manage your device's power settings with a
Creating a Personalized Waiting Window in .NET 6, 7, 8 WPF
2/26/2024 8:19:02 AM.
A custom loader in a WPF (Windows Presentation Foundation) .Net 6,7,8 application serves the purpose of indicating to the user that the application is performing a task or operation that may take some
Windows 8 vs Windows 8.1
2/25/2024 8:14:22 AM.
Windows 8 and Windows 8.1 represent successive iterations of Microsoft's operating system. Windows 8 introduced a touch-centric interface with the Start Screen, while 8.1 addressed user feedback b
How to Take Screenshots in Windows 10
2/23/2024 6:52:59 AM.
In this tutorial, I discuss how to Discover various methods to effortlessly capture screenshots in Windows 10. From utilizing keyboard shortcuts like Print Screen to leveraging built-in tools like Sni
How To Pin Command Prompt (Administrator) In Windows 10
2/23/2024 6:51:28 AM.
Learn how to pin the Command Prompt (Cmd) as an administrator (Admin) to the start screen, desktop, and taskbar in Windows 10. Pinning allows for quick access to frequently used applications and setti
How To Record Screen On Windows 10
2/22/2024 11:32:50 AM.
In this tutorial, I describe how to Record your Windows 10 screen effortlessly using built-in tools or third-party software. Capture tutorials, gameplay, presentations, or demonstrations with ease. En
Change Screen Refresh Rate In Windows 10
2/22/2024 11:31:32 AM.
In this article, I have described how to change the screen refresh rate in Windows 10. The Screen refresh rate in Windows 10 is the number of times during a second that a device reconstructs its buff
How To Enable Screen Saver In Windows 10
2/22/2024 6:36:58 AM.
To enable the screen saver in Windows 10, access "Settings," navigate to "Personalization," then "Lock screen," and select "Screen saver settings." Choose a scr
Auto Detect Responsive Screen Sizes Using Angular and Bootstrap
2/22/2024 4:57:24 AM.
This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator fo
.Net MAUI - Capturing Screenshots
2/18/2024 4:57:53 AM.
This article guides you through capturing screenshots in cross-platform .NET MAUI applications. It covers project setup, and implementation steps, and provides a full code example for enhanced underst
Android Responsive Login Screen Design using Constraint Layout
2/16/2024 3:24:08 AM.
In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
Dynamically Alter Theme Across All Screens Within the Canvas App
2/13/2024 6:14:56 AM.
Learn how to seamlessly adjust the theme across all screens within your Canvas app dynamically. Explore methods for real-time theme modification, ensuring consistent and adaptive UI theming for a cohe
How to Implement a Video Splash Screen in Xamarin Android
1/18/2024 6:14:41 AM.
This guide provides a step-by-step approach to implementing a captivating video splash screen in Xamarin Android. It covers preparing the video, adding it to resources, updating the layout file, setti
How to Create File Screening Management in FSRM
12/6/2023 6:19:39 AM.
This article guides you through the process of setting up file screening management in File Server Resource Management (FSRM). File screening management allows control over the types of files stored o
Working with Splash Screen in .NET MAUI
11/26/2023 7:24:28 AM.
In this article, we will learn How to create and customize the splash screen in .NET MAUI.
Capturing Screen Resolution Information
10/11/2023 9:12:36 AM.
This article describes a simple approach to capturing and displaying screen related information.
Lock Screen in Jetpack Compose
8/25/2023 6:03:22 AM.
This article will describe how we can create a lock screen in Android with Jetpack Compose.
How to Build a Login Screen in SwiftUI?
8/24/2023 4:16:26 AM.
Learn how to create a login screen in SwiftUI. Know how you can leverage Apple's feature-rich UI framework in your iOS app development.
Screen Resolution in Desktop flow using Microsoft Power Automate
5/26/2023 10:48:31 AM.
Reading this article, you can learn how to get or set the screen resolution using the Get screen resolution action and Set screen resolution action in a workstation group of actions with Desktop flow
Control Screen Saver Action in Desktop Flow using Microsoft Power Automate
5/25/2023 8:42:17 AM.
Reading this article, you can learn how to control the screen saver using the Control screen saver action in a workstation group of actions with Desktop flow using Microsoft Power Automate.
Take Screenshot Action in Desktop Flow Using Microsoft Power Automate
5/24/2023 11:52:17 AM.
Reading this article, you can learn how to takes a screenshot of the foreground window or the specified screen, using the Takes a screenshot action in a workstation group of actions with Desktop flow
Power Apps Confirmation Pop up screen using Container controls
4/26/2023 5:54:48 AM.
In this article, we will see how to add a confirmation pop-up screen for changing the status of an item in gallery control using container controls. This can be done using rectangle control also, but
SharePoint Item Display and Edit Screens Without Any Customization
4/24/2023 11:49:38 AM.
In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have
Understand Properties And Events Of Screens In PowerApps
12/29/2022 6:13:21 AM.
In this article, you will learn about properties and events associated with PowerApps screen.
Manage Screens In PowerApps
12/28/2022 8:44:20 AM.
This article will focus on managing the screens in PowerApps and performing basic operations related to the screens.
Understanding Screens And Screen Templates In PowerApps
12/28/2022 6:52:53 AM.
This article focus on screens and screen templates available into the PowerApps.
Screen Capture Using Python
6/13/2022 1:41:07 PM.
This articles explains about capturing a screen using Python.
Animated Screen In Windows Forms
5/18/2022 2:11:53 PM.
In this article, you will learn how to add an animated screen using Windows Forms.
Custom Progress Bar In Splash Screen Using C#
5/16/2022 4:27:08 PM.
In this article, you will learn about custom progress bar in splash screen using c#.
Developing A Splash Screen Using Java
4/25/2022 12:40:04 PM.
You must have noticed that whenever you launch any application, be it on any platform, there is a displaying of a Logo Image related to the firm/organization which owns the application. This lasts usu
Developing A Simple Screensaver Console Application In C
4/22/2022 5:22:09 AM.
A Screensaver is a simple console application. Earlier when keypad phones used to rule the market, there happened to be a feature that was called screensaver which during idle mode used to get activat
Work From Home Hack - Keep Your Screen Active Forever Using Python
4/4/2022 12:14:40 PM.
Understand how to keep your screen active forever.
How To Call A Function With Parameters From Multiple Screens In PowerApps
2/28/2022 1:27:51 PM.
In this article, we will learn how we can call a function with parameters in the canvas app powerapps. Similar to javascript function calling we can also call a reusable formula in PowerApps with the
How to Capture a Screen Using C#
2/23/2022 9:23:06 AM.
Here we will implement a Windows Forms application to capture a screen using C#.
How To Change Screen Resolution In C#
2/4/2022 11:11:19 AM.
All programmers are facing common problem is how to change screen Resolution dynamically. In .Net 2005 it's very easy to change the screen resolution. Here I will explain you how can we get the S
Implement The Splash Screen In Xamarin.Android
7/9/2021 10:40:07 AM.
In this article, I have explained the splash screen activity in Xamarin.Android.
Fetch Data From JSON File And Display It On The Screen - Swift
6/23/2021 12:33:07 PM.
In this article, you will learn how to fetch data from JSON files and display it on the screen.
PowerApps Bulk Update Collection With Patch And Floating Concept Used For Screen Customization
6/14/2021 5:20:25 AM.
In this article, I will explain on edit, update or delete multiple tasks of the Task gallery along with this I will explain the floating concept in Power Apps which will help for better architecture i
Capture Screenshots Using ASP.Net C# Without JavaScript
4/15/2021 5:03:10 AM.
This article is for beginners and those who want to learn how to capture the screen using ASP.Net and C# without using any scripting language.
Project Management Application (Create Project) Using PowerApps And SharePoint Online
3/15/2021 3:40:28 PM.
In this article, you will learn about Project Management Application using PowerApps and SharePoint Online. Along with that, the series will be a Tutorial for PowerApps learning for Beginners. I hope
Creating A Custom Camera View (Create Half Screen Camera In Xamarin.Forms) - Xamarin
1/20/2021 4:02:35 PM.
In this article, you will learn how to create a Custom Camera View (Create Half Screen Camera in Xamarin.Forms) - Xamarin.
Create a Slider Show Screen Space On Button Click Using C# Script In Untiy
11/2/2020 7:31:58 AM.
In this article, you will learn how to create the slider show screen space on button click using c# script in untiy.
Steps To Fix Firebase Hosting 🔥 Shows Welcome Screen Instead of index.html Page Of Angular Web 🌏Application
8/3/2020 10:10:19 AM.
Deploy Angular project production in Firebase hosting and fix issue after hosting.
How To Create A Popup Screen In PowerApps
7/30/2020 2:15:34 PM.
In this article, we will see step by step implementation to create a popup screen in powerapps.
Xamarin.Forms (Android): Workaround For Splash Screen With Logo, Custom Background and Animation
6/29/2020 12:14:29 AM.
This article shows how to build an Android App with splash screen with a logo, animation and custom background using Xamarin.Forms and Visual Studio.
Programmatically Change The Element Or Page Into Full Screen Mode
5/23/2020 11:04:08 AM.
In this article we are going to see how we can change any element or any page into full screen mode programmatically.
Creating a Printing Application using Windows Forms and C#
5/21/2020 12:38:03 AM.
This article talks about how to create a simple printing application in C# using GDI+.
Microsoft Surface Duo Setup and Xamarin Forms-Based Android Application Example
5/12/2020 2:46:17 PM.
I have explained how to setup Microsoft surface duo emulator and shown a demo of an Xamarin forms-based Android application in this article. You will be able to run the Microsoft Surface Duo emulator
Generate Screenshot Using HTML and JavaScript
5/1/2020 3:31:38 AM.
In this article you will learn how to generate a screenshot using HTML and JavaScript.
Raspberry Pi 1 - Startup Raspberry Pi With OS Installation And Configuration With Laptop
4/28/2020 3:46:59 AM.
This article is for those people who don’t want to use external LED/LCD screen for Raspberry Pi project development.
Activity Behavior Changes When the Screen Orientation Changes in Android
4/2/2020 1:04:10 AM.
This article explains the restart of an Activity device due to orientation changes in Android.
How to Set SplashScreen in Android
4/1/2020 11:01:45 AM.
In this article you will learn how to set a SplashScreen in Android.
Screen Orientation in Android Using Android Studio
4/1/2020 3:50:53 AM.
This article explains screen orientation in Android. Android Studio is used to create the sample.
Creating Splash Screen For Android App in Xamarin
3/31/2020 11:32:47 AM.
In this article, we will learn how to create a Splash Screen for an Android Application in Xamarin / Mono for Android.
Steps to Build a PowerApp Screen, Connector And Navigation
3/30/2020 11:09:53 AM.
Learn how to build & design a power apps canvas-based application (i.e. home screen, navigation and list view control).
Change Brightness of a Screen Using SeekBar in Android Studio
3/30/2020 1:58:23 AM.
In this Article you will learn how we change the brightness of a screen using SeekBar in Android Studio
Multiple Screen Support in Android using Android Studio
3/30/2020 12:53:53 AM.
This article explains how Android applications support multiple screens having various sizes and densities.
Re-size and Compress Image in Android Studio
3/26/2020 12:44:06 AM.
In this article you will learn how to resize and compress an image in Android
Splash Screen in Android Studio
3/25/2020 1:23:12 AM.
In this article you will learn how to create a simple splash screen.
How To Change Background Screen In Android
3/22/2020 12:53:37 AM.
I explain in this article how to set a wallpaper from an ImageView in Android.
Creating Watermark While Taking Screenshot Of A Screen In Android Application
3/13/2020 8:57:21 AM.
In this article you will learn about how to create watermark while taking screenshot of a screen in Android application.
Activity Behavior When Screen Orientation Changes In Android Application
3/2/2020 11:51:37 PM.
In this article, you will learn about the activity behavior of views, when screen orientation changes to either portrait or landscape.
How To Create Splash Screen Using Kotlin In Android Studio
2/16/2020 10:59:19 PM.
In this article, I will show you how to create a splash screen using Kotlin In Android Studio.
Azure Content Mask for Presentations and Screen Recordings
2/6/2020 1:21:21 AM.
In this article, you will learn how to add the Azure content mask for presentations and screen recordings.
Enabling Spotlight Images On Windows 10 Lockscreen
1/17/2020 1:50:31 PM.
In this article, you will learn more about how to enable Windows Spotlight images on the lockscreen of Windows 10.
Enable and Add New Input Method in On Screen Keyboard of Windows 8
1/17/2020 12:53:44 PM.
In this article I will show you how to open and select the new layout of On Screen Keyboard in Windows 8.
How To Change Windows 10 Lock Screen Timings
1/16/2020 11:03:54 AM.
In this article, you will learn how to change windows 10 Lock screen timings.
How To Turn ON Or OFF SmartScreen Filter In Microsoft Edge In Windows 10
1/15/2020 10:44:15 AM.
In this article, you’ll learn how to turn the SmartScreen Filter ON or OFF in Microsoft Edge, in Windows 10.
How To Change Screen Resolution On Windows 10
1/14/2020 4:58:17 PM.
In this article, you will learn how to change the screen resolution, color calibration, clear Type text, display adapter, Font Size, and other display settings in Windows 10.
Create Loading Screen Using CSS
1/14/2020 1:59:41 PM.
In this article we will see how to create a loading screen using CSS.
How To Disable Cortana On Lock Screen In Windows 10
1/13/2020 5:12:57 AM.
In this article, you will learn how to disable Cortana on lock screen in Windows 10.
How To Enable Cortana On Lock Screen In Windows 10
1/13/2020 5:05:38 AM.
In this article, you will learn how to enable Cortana on lock screen in Windows 10.
How To Change Login Screen Background In Windows 10
1/13/2020 5:03:06 AM.
In this article, you will find the steps to change the background of your login screen in Windows 10.
How To Hide (Disable) Your Personal Information On The Windows 10 Login Screen
1/13/2020 3:07:16 AM.
In this article, you will learn, how to hide (disable) your personal information on the Windows 10 login screen.
Picture Password On Login Screen In Windows 10
1/7/2020 11:59:37 PM.
In this article you will learn how to use picture password on user login screen in Windows 10.
Turn On/Off Notifications in Lock Screen in Windows 10
1/6/2020 5:59:40 AM.
In this article, we will tell you how to turn on/off notifications in the Lock Screen in Windows 10.
Windows 10 - Developing UI For Multiple Screens Using Adaptive Triggers and Visual States
1/6/2020 4:31:14 AM.
This article explains how to develop a UI for multiple screens using Adaptive Triggers and Visual States in Windows 10.
Windows 10 Universal Apps (UAD) - Adaptive Triggers Creating UI For Multiple Screens
1/6/2020 4:18:01 AM.
This article explains Windows 10 Universal Apps (UAD).
Fix Windows 10 Black Screen
1/6/2020 1:10:10 AM.
How to fix Windows 10 black screen.
Battery Status and Screen Brightness on Windows 10
1/6/2020 12:43:20 AM.
How to change the battery status and screen brightness on Windows 10
Bring Back the Windows 8 Start Screen Tile Animation
12/30/2019 2:32:58 AM.
In this article we explain how to bring back the Windows 8 Start Screen tile animation.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download