Activity Stream
48,167 MEMBERS
61031 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    The King of Kings
    Website's:
    rukidding.org thetechnews.org

    Smile Mind Freak - Screen Capture Tool v1.2




    Select The Window From the ListBox Of Which You Want to take a ScreenShot Off

    And Then Click Generate

    A Preview Box Will Open With the window You Selected Image

    If U Like The Image Hit Save

    And Save The Image in Your Desired Format


    • Bitmap
    • Jpg
    • Gif

    Future Version :-
    1>Upload to 3 image hosts.

    • Lulzimg
    • Imgcafe
    • ImgSpot

    and improvements in few things

    Download:-
    Code: 
    http://rapidshare.com/files/418214492/Mind_Freak_Screen_Capture_Tool.rar
    Mind Freak Reviewed by Mind Freak on . Mind Freak - Screen Capture Tool v1.2 http://screensnapr.com/u/f0hj8z.png Select The Window From the ListBox Of Which You Want to take a ScreenShot Off And Then Click Generate :) A Preview Box Will Open With the window You Selected Image If U Like The Image Hit Save Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Just Another Coder
    ImgSpot to be added... I am loving this tool.... well done MF!!

  4.     
    #3
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    Does this use http.Submit? Or ftp?

    Defendos BETA3 Released! Thread - Official Website

  5.     
    #4
    The King of Kings
    Website's:
    rukidding.org thetechnews.org
    Local Atm i didnt add the imagehosts to upload too

    i will add later on

    as i am having a bit of a problem with it

  6.     
    #5
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    Use http submit, i have an example for you i wiill pm it. Never use ftp because that can be hacked easily.

    Defendos BETA3 Released! Thread - Official Website

  7.     
    #6
    The King of Kings
    Website's:
    rukidding.org thetechnews.org
    Yea give me some example so that i can use the thing

  8.     
    #7
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    C# Code:
    PHP Code: 
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using System.Net;

    namespace 
    WindowsFormsApplication6
    {
        public 
    partial class Form1 Form
        
    {
            public 
    Form1()
            {
                
    InitializeComponent();
            }

            private 
    void button1_Click(object senderEventArgs e)
            {
                
    //
                
    string a;
                
    textSource.Text;
                
    System.Net.WebClient Client = new System.Net.WebClient();

                
    Client.Headers.Add("Content-Type""binary/octet-stream");

                
    byte[] result Client.UploadFile("http://xcoderz.net/test/upload.php""POST", @a);

                
    string s System.Text.Encoding.UTF8.GetString(result0result.Length);
                
            }

            private 
    void button2_Click(object senderEventArgs e)
            {
                
    OpenFileDialog fdlg = new OpenFileDialog();
                
    fdlg.Title "Open file...";
                
    fdlg.InitialDirectory = @"c:\";
                fdlg.Filter = "
    All files (*.*)|*.*|All files (*.*)|*.*";
                fdlg.FilterIndex = 2;
                fdlg.RestoreDirectory = true;
                if (fdlg.ShowDialog() == DialogResult.OK)
                {
                    textSource.Text = fdlg.FileName;
                }
            }
        }

    PHP Uploaded file processor:
    PHP Code: 
    <?php

    $uploaddir 
    'upload/';

    if (
    is_uploaded_file($_FILES['file']['tmp_name'])) {

    $uploadfile $uploaddir basename($_FILES['file']['name']);

    echo 
    "File "$_FILES['file']['name'] ." uploaded successfully. ";

    if (
    move_uploaded_file($_FILES['file']['tmp_name'], $uploadfile)) {

    echo 
    "OKAY!";

    }

    else

    print_r($_FILES);

    }

    else {

    echo 
    "ERROR!";

    print_r($_FILES);

    }

    ?>
    Here you go

    Defendos BETA3 Released! Thread - Official Website

  9.     
    #8
    Member
    Website's:
    LulzIMG.com chtbx.com RapidPremium.Net ReleaseLeech.com RLSLeech.com NinjaRobotPirateZombieNazi.com
    If you run into any problems with uploading to LulzIMG, let me know

  10.     
    #9
    The King of Kings
    Website's:
    rukidding.org thetechnews.org
    I am known to webbrowser in vb.net me trying to add diff stuff

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Screen Capture
    By Mixloads31 in forum Webmaster Discussion
    Replies: 8
    Last Post: 7th Oct 2010, 05:15 PM
  2. Mind Freak - Screen Capture Tool v1.3
    By Mind Freak in forum Web Development Area
    Replies: 14
    Last Post: 14th Sep 2010, 06:33 AM
  3. Introducing NixSnapr | Linux Screen Capture tool
    By desiboy in forum General Discussion
    Replies: 16
    Last Post: 13th Sep 2010, 05:06 AM
  4. Screen Capture - Mind Freak
    By Mind Freak in forum Web Development Area
    Replies: 10
    Last Post: 10th Sep 2010, 03:48 PM
  5. screen capture software
    By p4i in forum Technical Help Desk Support
    Replies: 6
    Last Post: 9th Mar 2010, 12:31 PM

Tags for this Thread

BE SOCIAL