Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: andyburrow
  • Content: Threads
  • Order by date
  1. andyburrow

    Dim lpszName As New VBFixedStringAttribute(100)

    Does anyone know how else I can put this? The error message received is: 'Value' is not a member of 'Microsoft.VisualBasic.VBFixedStringAttribute'. This refers to the 'lpszName.Value' calls... check out the Sub below.. lines 12 and 14. Sub MapWebcamToWindow(ByRef lWidth As Integer, ByRef...
  2. andyburrow

    Convert.ToInt32(lpszName)

    Hey Guys, I need some help on the 'Dim lpszName As Char (100)' line and the 'MyNumber = Convert.ToInt32(lpszName)' line. It comes up saying MyNumber not defined; fine, so I Dim MyNumber, say as an Integer or a Char, and then it says 'Value is not a member of...'; on the CapGetDriver line. Can...
  3. andyburrow

    Type 'VB6.FixedStringLenth' is not defined

    Any ideas on how I can define this? The program seems to compile, except for this bug. grrr. Has anyone ever had this as well? 'Dim lpszName As New VB6.FixedStringLength(100)' That's the line of code..
  4. andyburrow

    VB6.FixedLengthString(100)

    Hi All, I've pretty much finished a Webcam App that i've coded, but there's a build error that I need to solve. It says 'Type VB6.FixedLengthString' not defined. Apparently, this is something to do with a Library that needs to be referenced?? Thanks for any help Andy
  5. andyburrow

    Is VB.NET the one?

    Hi All, I'm looking to embed a webcam on a website so I can view it live from work. Would this involve a bit of VB.NET and possibly ASP.NET? Any help would be much appreciated. Thanks Andy

Part and Inventory Search

Back
Top