Search results for query: *

  1. M

    help with coding

    how do i do get this codeSnippet language="C#"> [DllImport("user32.dll")] public static extern IntPtr GetDesktopWindow(); </codeSnippet into visual basic language. I do not have C# on this pc and need to find a way to do this in vb.net somehow. thanks
  2. M

    help with coding

    hi i was wondering if there is an equivilent of "GetCursorPos" "GetDesktopWindow" "GetPixel" and "SetCursorPos" for vb.net.i just cant figure it out...maybe i am thinking too hard? if there is would somebody kindly tell me the code ty. christine
  3. M

    VB.net color or shape recognition?

    is it possible to create visual basic.net exe to be able to recognize a particulr color or shape. I want to be able to take a picture of shapes and or colors in internet explorer window and be able to distinguish between them(either shapes or colors or both) and then display those colors or...
  4. M

    help with project

    i am working on a project and i am a beginner. I am trying to find out how to create a module that contains the msvbvm60.dll fileor that can atleast check to make sure that the user of the exe had the dll file and the module can call the .dll file as needed thanks christine
Back
Top