Pages

Wednesday, March 14, 2012

Black Box Resolved in Sixth SENSE

Recently pranav has released a beta version of his project sixthsense.when u run this application u can see some part of the picture is hiding with a black box , all u need  to do is  right click on the pictureBox1 control and select the option "send it to back"  in visual studio  (OR)   adjust the  width of the control "pictureBox1" because it is overlapping  with the pictureBoxDisplay" control 

Now the code is available at github ...........u can download it from there.
he has placed the code that doesn't get this black box

3 comments:

  1. Thanks for this i will re download the install, i have been trying to resolve this so i can make some video tutes on the set up and running of the demos.

    are you able to change this setting with MS visual studio 2010 express or do you need full blown suite?

    zerowaitstate

    ReplyDelete
    Replies
    1. it works fine with express edition.......no problem

      Delete
    2. make sure u have the C# . internet has to be connected bcoz the application uses the internet to execute some apps.......
      on start up it executes the code which connects to internet,if u dont have the internet the application raises exception and quits.........

      Delete