C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Hirendra Sisodiya(4)
Manish Sharma(2)
Bechir Bejaoui(2)
Wdenton (2)
Onkar Sharma(2)
Pradip Pandey(1)
Shankar M(1)
Gohil Jayendrasinh(1)
Manoj Singh Panwar(1)
Diptiranjan Sutar(1)
Monica Rathbun(1)
Naveenkumar Paramasivam(1)
mahmoud mahmoud(1)
Sagar Pardeshi(1)
Alkesh Bijarniya(1)
Raj Bhatt(1)
Naresh Beniwal(1)
Abdul Basith(1)
Ankit Prajapati(1)
Manoj Kalla(1)
Sandeep Singh Shekhawat(1)
Jignesh Trivedi(1)
Sandeep Kumar(1)
Atul Rawat(1)
Ish Bandhu(1)
Chhavi Goel(1)
Manish Dwivedi(1)
Aman Singhal(1)
Satya Prakash(1)
Sapna (1)
Amit Maheshwari(1)
Purushottam Rathore(1)
Micke Blomqvist(1)
Destin Joy(1)
A V Mahesh(1)
Diptimaya Patra(1)
Amit Choudhary(1)
lubos (1)
Joel Matthies(1)
Resources
No resource found
Orientation, Anchoring, Resizing And Repositioning Of Views In Android Application
Aug 22, 2016.
Learn Android programming basics, including handling screen orientations, anchoring views with RelativeLayout, resizing, and repositioning views for different orientations. Customize UI based on screen orientation using separate layout files. Understand how activity behavior changes with screen orientation.
Dynamically Resizing Controls On Windows Forms - Using Anchor Property
Apr 06, 2013.
In this article let’s discuss how to dynamically resizing the controls on the Form taking leverage of Anchor Properties in Windows Application.
Prevent User From Resizing the Taskbar in Windows 8
Oct 04, 2012.
In this article I have described the way to use Group Policies to prevent a user from resizing the Taskbar in Windows 8.
Column Resizing in GridView
Mar 01, 2012.
CoolGridView is a web control that extends or enhances the ASP.NET GridView control.
Adding, Saving and Resizing Text and Image in Expression Blend
Dec 19, 2011.
In this article you will learn how to add a text file from the strorage device and resize it and also save it back to the storage device. Apart from this you can also learn how to resize the image manually.
How To Make Image Editor Tool In C# - Resizing Image
Mar 22, 2011.
In this article, we will learn about resizing an image using an Image Editor Tool In C#.
WPF and user Interactivity Part IV: Attached property for moving and resizing shapes
Apr 28, 2010.
In this article, I will refactor the previous code by representing it as an attached property.
WPF and UserInteractivity part III: Moving an resizing shapes
Apr 27, 2010.
In this article, we will still dealing with shapes but from a different angle.
Image Resizing : Part II
Jan 12, 2004.
In my first article Image Resizing and FTP, I showed how I resize my digital camera pictures and FTP them to the web. I received a couple of requests to share the code for the image gallery on my web site that I use to view them so here it is.
Image Resizing and FTP
Dec 24, 2003.
I wanted a program to resize image and just FTP them to my site. After talking with friends, I realized they also had the same problems. So I built this simple .Net application.
Resizing Arrays in C# with Examples
May 28, 2024.
In C#, the `Array.Resize<T>` method changes the size of a one-dimensional array, either expanding or shrinking it. This method allocates a new array, copies elements, and replaces the old array.
Resizing Tempdb In SQL Server
Sep 09, 2020.
In this article, you will learn how to resize Tempdb in SQL Server.
Resizing The Virtual Machine In Azure Cloud
Feb 18, 2020.
In this article, i am going to explain about how to resize our created virtual machine in Azure cloud.
Resizing an Array Using Array.Resize()
Jul 06, 2010.
In this article we will see how to resize an array using Array.Resize().
Create Dynamic and Flexible Height Gallery
Jul 22, 2024.
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. When the item count increases gallery height also increases without having a scroll bar.
How to re-render the View When the Browser is Resized in ReactJS
May 24, 2024.
To re-render a ReactJS view upon browser resize, utilize the use effect hook to add a resize event listener. Upon resizing, update state variables triggering a re-render of the component, ensuring responsive behavior for dynamic layout adjustments.
How to Resize Image in C# Console Application
Jul 03, 2023.
How to Resize Image in C# Console Application
How To Resize An Array In C#
Feb 07, 2023.
This article will teach you how to resize an array in C#.
How To Resize Azure SQL Database
Jul 05, 2022.
In this article, you will learn how to Resize the Azure SQL Database.
Zoom Text Content With CSS And JavaScript
Mar 27, 2021.
This article discusses various methods to implement a zoom-in/zoom-out feature for text content inside a div container. It explores three approaches: using the CSS zoom property, transform: scale(), and adjusting relative font sizes. Each method is compared based on browser compatibility.
How To Shrink The Hard Disk Partition In Windows 10
Dec 30, 2019.
In this article, I have described how to shrink the hard disk partition or volume in Windows 10.
How to Resize an Image Using Paint in Windows 10
Oct 09, 2019.
Learn how to resize images using Paint in Windows 10 with this step-by-step guide. Microsoft Paint, a core component of Windows since its inception, offers a straightforward and efficient resizing tool.
Resize Image In C#
Jul 17, 2016.
In this article, you will learn how to resize image in C#.
Image Resize In ASP.NET MVC Using Image Resizer
May 18, 2016.
This article introduces about image resizing ASP.NET MVC application.
Understanding Window Service In AngularJS
Dec 24, 2015.
In this article you will get to know about Window Service in AngularJS.
Overview Of Array And Collection
Sep 21, 2015.
Arrays and Collections are fundamental data structures used in programming to store and manipulate multiple elements. An array is a fixed-size, ordered collection of elements of the same data type. It allows efficient access to elements using index positions. Arrays are ideal for storing a fixed number of items and offer quick retrieval of elements.
Compress And Resize Image Using Web API
Sep 14, 2015.
In this article we will learn how to compress and resize image in Web API.
Resize an Image in C#
Jul 29, 2013.
In this article, I will tell you how resize an image in desired size in C#.
Re-size and Compress Image in Android Studio
Jul 02, 2013.
In this article you will learn how to resize and compress an image in Android
Resize Iframe Dynamically in C#
Feb 28, 2013.
In this article I’ll explain how we can resize an iframe programmatically.
Resize a Partition For Free in Windows 8
Jan 05, 2013.
In this article we are going to explain how to resize a partition for free in Windows 8.
Image Editing Tool in VB.Net: Part 2
Nov 09, 2012.
In this article we will learn about resizing of the image in VB.NET.
Resize Table in Word 2013
Oct 20, 2012.
This article describes how to resize a table in Word 2013.
How to Resize the Image Using Paint in Windows 8
Sep 21, 2012.
In this article I have described how to resize an image in Windows 8 with the help of Paint.
Changing Size of The Text Using JQuery
Mar 21, 2012.
This article will show you how to allow visitors to increase or decrease the text size (font size) on your website using jQuery and CSS step by step
Resize the Width of Images using jQuery
Nov 11, 2011.
In this article, we are going to see how we will Re-size or equal the width of images using jQuery in ASP.NET.
Resizable Control using jQuery
Apr 14, 2011.
In this article I am going to discuss how to resize a control using jquery.
How to make image editor tool in c#: Rotations of image
Mar 24, 2011.
In this article we will discuss how to rotate, flip and save an image.
How to make image editor tool in C#: Brightness of image
Mar 24, 2011.
In this article we will learn to set the brightness of an image.
Image manipulation and thumbs creation with C#
Feb 28, 2011.
This article provides a well commented application created for a simple purpose; showing how easy resizing images is with the power of C#. The article includes a brief explanation of the application and the full source code, free to download, use, change and play with. Enjoy!
Image Resize Control for Sharepoint
Aug 17, 2010.
In this article, I am showing an image resize control that can be used in sharepoint.
Resize Image at Runtime
Jun 23, 2010.
In this article you will leatn how to Resize Image at Runtime.
DataGrid Column Resize in Silverlight 3
Dec 01, 2009.
In this article, we will see how we can resize the DataGrid Column after row delete operation from the DataGrid.
Generating Good Quality Thumbnail Images in ASP.NET
Nov 25, 2009.
Thumbnails are small images that are used to preview a large image. One of the applications that uses thumbnails is a photo gallery, The code snippet in this article demonstrates how to generate high quality thumbnails in ASP.NET.
Empty ListView in C#
Oct 12, 2004.
Have you wondered how you could show text in ListView control if it's empty, just like Microsoft does it in Outlook Express and in some other applications? This article shows you how you can show text in ListView control in a simpler way.
Saving and Restoring Location, Size, and Window State of a Form
Mar 01, 2002.
This article presents a simple C# class that may be added to a form to automatically do this. When I designed this class I wanted to be able to add it to a form using the least amount of code and also be able to add it to a form from the toolbox.