Search:

Type: Posts; User: Eduardo123456789

Search: Search took 0.01 seconds.

  1. Screen Capture implementation using Magnification api

    Hello friends,

    i'm trying translate this project to VB.NET of a way more clear and easy possible. But in this moment have appears some troubles and doubts that are:


    1 - In this line have a...
  2. Needing create a Modal Dialog like UAC with a background screenshot

    Based in this example i'm wanting create a Modal Dialog Form inside new desktop created by CreateDesktop api. Until now i'm able to show Modal Dialog Form inside new desktop, but i want get...
  3. Re: Screenshot of area defined on the server side is never equal in the client side

    @passel, this is a Delphi code, in VB.NET ( in client side ) is something like this:



    Private Function TakeScreenShot() As Bitmap

    Dim screenSize As Size = New...
  4. Screenshot of area defined on the server side is never equal in the client side

    Good afternoon everyone,

    I have a server code - Client, and in server side i'm able to mark determinate area using a TPaintBox and send with success to client side, the problem is that final (...
  5. Replies
    0
    Views
    3,931

    Javascript deobfuscation

    I have a javascript code and this .js is crypted with a a very strange algorithm :-(.

    Then I want any help for try decrypt this script, he contains some functions that I'm needing for implement in...
  6. dll injector 32 bits and x64 dll file don't work in notepad.exe x64

    I have a DLL injector compiled with Visual Basic 6 and I'm trying to inject my DLL (x64) on x64 notepad.exe, but nothing works.

    I had searched on web about this and saw this:



    If this is...
  7. Re: How enable/disable Aero composition in Windows 7 programatically?

    But I'm running Windows 7, and have a similar function in VB.NET that works fine. I not understand it :(
  8. How enable/disable Aero composition in Windows 7 programatically?

    Hello,

    I have this code below, but don't work. Some suggestion?



    Private Const DWM_EC_DISABLECOMPOSITION As Long = 0
    Private Const DWM_EC_ENABLECOMPOSITION As Long = 1

    Private Declare...
  9. VS 2012 How align position of two rectangles in a Server - Client project?

    I have a trouble relative to two rectangles (in Server and Client respectively). The red rectangle is drawn on Server side, and rectangle with a hole is created in Client side. But the rectangle with...
  10. VS 2012 Re: transfer values and Button_Click event to a second Form

    I already solved this trouble. Thank you very much by all answers.
  11. VS 2012 transfer values and Button_Click event to a second Form

    I have two Windows Forms, where I want transfer the values of coordinates of rectangle that is drawn on Form1 to Form2 and also I want click on Button that is present on Form2. I already tried of...
  12. VS 2012 Re: Client Server : How make a hole on Form in Client side?

    Here is a project of example
  13. VS 2012 Re: Client Server : How make a hole on Form in Client side?

    Imports System.Runtime.InteropServices

    Public Class Form2

    Dim pb As New PictureBox

    <DllImport("user32.dll", SetLastError:=True)> _
    Private Shared Function IsWindowVisible(ByVal...
  14. VS 2012 Re: Client Server : How make a hole on Form in Client side?

    @Shaggy Hiker, I rise F2 (Form2) before of send string "<Hole>" to Client. I really don't showed it, sorry.
  15. VS 2012 Client Server : How make a hole on Form in Client side?

    Based in this example, now I want make a hole on Form in Client side using a PictureBox in Server side (where I receives updated screenshots from Client) and a simple Form in Client side.

    I...
  16. Replies
    0
    Views
    537

    VS 2015 TCPClient-Connection-Error-10049

    I know this post is old already, but I'm currently going through the same problem, I followed this tip to try to resolve, but without success so far. I was wondering if anyone had any success with...
  17. Re: VB.Net TCPClient Connection Error

    I know this post is old already, but I'm currently going through the same problem, I followed this tip to try to resolve, but without success so far. I was wondering if anyone had any success with...
  18. VS 2015 Insert autorun value in regedit key only for determinated country

    Hi,

    I'm having trouble for insert a "autorun" key in Windows regedit, only for my software work in computers of a determinated country. I'm making a comparation between two strings, that are...
  19. Re: Two forms on topmost, but one of them on top of the other.

    Could you give me a example please?

    thx.
  20. [RESOLVED] second Form only stays behind of first (“Form Locker”)

    See follow please:

    I sent a command from server application to rises the "Locker Form" maximized (that not stays on top) with a printscreen of actual screen as your content. Next, I sent a other...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width