Search Result

Collapse
4 results in 0.0044 seconds.
Keywords
Members
Tags
component
  •  

  • Cocoa, Objective-c QT "Virtual webcam" component

    Not sure I am in the right place but here goes. I am trying to write a Mac app that will take the webcam video, add some overlays, effects, etc and output the video to a virtual webcam that I can use with Skype or whatever. Exactly what Manycam can do, but I need my own functionality with an app that manages it. Can anyone point me in the right direction to get started?
    See more | Go to post

  • Problem in creating numeric textbox (.Net 4.0 - Winforms).

    Hi,
    I'm trying to create my own numeric textbox that will handle decimal as well as whole number values. The concept is, unlike the regular textbox, this one will accept a value of 'Double' data type and show it with proper formatting e.g. Leading Digits, Digit Grouping etc. When the textbox value is called, it returns the actual 'Double' data type value. The entire thing is done through the 'Text' property; wherein the regular 'Text' property...
    See more | Go to post

  • AlarV
    started a topic Java GUI Static component, NullPointerException
    in Java

    Java GUI Static component, NullPointerException

    Hey everyone, I created a GUI project, where I'm using a JTree. When it's created everything is ok, but in my run() method when I call it i get a nullPointerExce ption. Here is the code.
    Code:
    treePanel = new javax.swing.JPanel();
    DefaultMutableTreeNode top =
            new DefaultMutableTreeNode("blah");
            mytree = new javax.swing.JTree(top);
    javax.swing.GroupLayout treePanelLayout = new javax.swing.GroupLayout(treePanel);
    ...
    See more | Go to post
    Last edited by AlarV; Jan 7 '11, 10:11 AM. Reason: additional code

  • DannyvdKraan
    started a topic Calling .NET COM in VB6 problem
    in .NET

    Calling .NET COM in VB6 problem

    I have created a .NET COM component in Visual Studio 2008 with the COM Class. I' ve build it. Then made an app in VB6, referenced the tlb file (can't reference the dll file) and succesfully used the .NET object in VB6. No problems so far.

    But when I use Package & Deployment Wizard to package the VB6 app it only packages the tlb file in the CAB file. When I run setup it copies the tlb file to C:\Windows\Syst em32 and registers the...
    See more | Go to post
Working...