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

  • Home
  • SEARCH
  • 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 1055481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:34:06+00:00 2026-05-16T17:34:06+00:00

I need a way to capture the screen within a web application in any

  • 0

I need a way to capture the screen within a web application in any way possible. Is there such a way without installing other tools like SnagIt? Can I use Win32 DllImports within an ActiveX component and do it that way?

Thanks in advance!

  • 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-16T17:34:06+00:00Added an answer on May 16, 2026 at 5:34 pm

    Here is some code that will take a screen shoot of your silverlight app. and then you can send it or what ever 🙂

    Just create a silverlight project (with normal mainpage etc. and replace with this.

    works in both 3.0 and 4.0 (havent tried 2.0 and lower)

    Hope i helps
    Regards
    ReLoad

    .CS

    using System; using
    System.Collections.Generic; using
    System.Linq; using System.Net; using
    System.Windows; using
    System.Windows.Controls; using
    System.Windows.Documents; using
    System.Windows.Input; using
    System.Windows.Media; using
    System.Windows.Media.Animation; using
    System.Windows.Shapes; using
    System.Windows.Data; using
    System.Windows.Media.Imaging;

    namespace SilverlightApplication1 {
    public partial class MainPage : UserControl
    {
    public MainPage()
    {
    InitializeComponent();
    }

        private void UIelementShoot(object sender,
    

    RoutedEventArgs e)
    {
    theImageToSend.Source = new WriteableBitmap(elementToCapture,
    null);
    }

        private void ScreenShoot(object sender,
    

    RoutedEventArgs e)
    {
    theImageToSend.Source = new WriteableBitmap(LayoutRoot, null);
    }

        private void Button_Click(object sender,
    

    RoutedEventArgs e)
    {

        }
    } }
    

    XAML:

    <UserControl
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:SilverlightApplication1" x:Class="SilverlightApplication1.MainPage"
        mc:Ignorable="d"
        d:DesignHeight="300" d:DesignWidth="400">
    
        <Grid x:Name="LayoutRoot" Background="White" Width="400" Height="300" >
            <Image x:Name="theImageToSend" Margin="191,56,44,103" d:LayoutOverrides="HorizontalAlignment"/>
            <TextBox x:Name="elementToCapture" Margin="37,56,0,130" TextWrapping="Wrap" Text="TextBox" Width="124" HorizontalAlignment="Left" d:LayoutOverrides="Width"/>
            <Button Content="Make ScreenShoot" HorizontalAlignment="Right" Margin="0,0,44,26" VerticalAlignment="Bottom" Width="139" Click="ScreenShoot"/>
            <Button Content="Make TextBox Shoot" HorizontalAlignment="Left" Margin="61,0,0,26" VerticalAlignment="Bottom" Width="139" Click="UIelementShoot"/>
    
    
        </Grid>
    </UserControl>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using UISwipeGestureRecognizer successfully to capture and action when gestures on the screen are
I'm writing an application in which I need to simulate a textarea. The only
I have the following to capture the checkbox check event of form with id=form1:
NSString *ref = [item stringByMatching:myregex1 capture:2]; NSString *value = [item stringByMatching:myregex1 capture:3]; I simply
I have a ScrolLView that wraps a ViewFlipper. The content in the ViewFlipper is
I am about to start implementing error handling into my framework and looking for
I'm new to working with video. I would like to put some tiny video
I want to listen to touch events for a viewFlipper. I've been able to
I'd like to force a coredump from a program (or see its memory at

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.