Search:

Type: Posts; User: Bumbling Intern

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,300

    Re: Regular Expression: List Hierarchy

    I don't know why myself. I am making this program to integrate with existing software whose internal file structure is setup as such. The actual file on your computer would be...
  2. Replies
    4
    Views
    1,300

    Regular Expression: List Hierarchy

    Hi,

    I am working on an opening search screen for a program that grabs information on a file for the user.
    Subfolders are defined by periods so some possible files include
    ...
  3. Re: Easy Screen Capture Class - Capture Screen, Desktop Region, Form, or Controls

    Hi,

    After some fiddling around, the problem was fixed by putting all the screen capture class code BEFORE the Capture_the_Webcam code.

    Much better now, great code it was very helpful. Thank you...
  4. Re: Easy Screen Capture Class - Capture Screen, Desktop Region, Form, or Controls

    I am currently having trouble with trying to implement the code.


    Imports System
    Imports System.Diagnostics
    Imports System.Drawing
    Imports System.Runtime.InteropServices
    Imports...
  5. Re: [2008] Multiple Namespaces causing conflict with calling a function

    Hey thanks for the reply. After reviewing the code you were right about two namespaces being unneeded. I still run into a problem if I get rid of the second "Protected Overrides Sub...
  6. [2008] Multiple Namespaces causing conflict with calling a function

    Hi, I have run into a problem. For a project I am working on there are two namespaces. Currently, I have this code


    Namespace Capture_The_Webcam

    '/ Provides functions to capture the...
  7. Re: [RESOLVED] How to reproduce image using GetBitmapBits vs SetBitmapBits

    I chose to use GetBitMapBits because my only other option seems to be SampleGrabber. From what I have read SampleGrapher is more complex and MediaDet::GetBitMapBits will work just as well for what I...
  8. Re: [RESOLVED] How to reproduce image using GetBitmapBits vs SetBitmapBits

    Hi,

    I'm trying to do a similar project. I am working in VB.Net 2008 express. I am trying to update a image capture / databasing program that uses VFW and make it compatible with a new USB...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width