Click here to Skip to main content
       

C#

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Convert Word Doc to ByteprotectorPete O'Hanlon9 Aug '12 - 5:36 
A very good point, especially as a lot of people don't know that Read returns the count of bytes that it has read.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

Questionimage recognition through google image searchmemberMohsin Mushtaq8 Aug '12 - 4:03 
Greetings i have been looking for something that can help me put images on google image search, just after taking a picture through webcam, like google goggle, i have tried SBI sharp but it gives var result and its hard to get the image, can anyone guide me what is this called or how can i get this thing working
 
Thanks !
AnswerRe: image recognition through google image searchmemberShameel8 Aug '12 - 4:19 
If you're talking about similar image search, go to images.google.com and click the camera icon in the searchbox.
GeneralRe: image recognition through google image searchmemberMohsin Mushtaq8 Aug '12 - 4:30 
i would like to take picture from camera and upload it to google image search and get result of similar images !
GeneralRe: image recognition through google image searchmemberlewax008 Aug '12 - 5:11 
That's exactly what it does.
 
You can also try TinEye[^]
GeneralRe: image recognition through google image searchmemberMohsin Mushtaq9 Aug '12 - 9:15 
you dont get my point i want to take a picture from my webcam and search it online instantly ! is there any open source prog. for this or what things can help me i need some guide .
 
Thanks
QuestionHow to enable gestures in windows 8 touch ultrabookmemberashishguptajhansi8 Aug '12 - 2:28 
Hello
I created more than 20 games on windows phone7 .I want to convert that all games for windows 8 ultrabook but touches are not working properly in ultrabook that means gesture..anyone know how to handle or enable gesture in windows 8 ultrabook
 
my code is for touches:
In constuctor()
 
{
 
EnabledGestures = GestureType.Tap;
 
}
 

 
public override void HandleInput(InputState input)
{
 
foreach (GestureSample gesture in input.Gestures)
{
if (gesture.GestureType == GestureType.Tap)
{
 
}
}
 
}
 
whenever i am touching windows 8 ultrabook.Its always showing gesture count is 0.
and its not coming inside.
 
foreach (GestureSample gesture in input.Gestures)
{
}
so how we enable gesture in windows 8 ultrabook.
 

 

 
whenever i am touching windows 8 ultrabook.gesture count comes 0.
its not coming inside.
 
foreach (GestureSample gesture in input.Gestures)
{
}
so how we enable gesture in windows 8 ultrabook.
 
please reply me ASAP.
waiting for ur reply
Thank U
Best Regards,
Ashish Gupta

AnswerRe: How to enable gestures in windows 8 touch ultrabookmvpRichard MacCutchan8 Aug '12 - 4:05 
See this MSDN page[^].
One of these days I'm going to think of a really clever signature.

AnswerRe: How to enable gestures in windows 8 touch ultrabookmemberBillWoodruff9 Aug '12 - 8:09 
Perhaps keep your eye on what this company, LeapMotion, is developing: high-precision gestural control without touching the screen:[^].
 
best, Bill
"Everything we call real is made of things that cannot be regarded as real." Niels Bohr

QuestionNeed to improve oops conceptsmemberAlagiri.periyasamy@merrillcorp.com8 Aug '12 - 1:10 
Hi,
 
I need to improve oops advancd concepts and learn advanced in c# dot net.
any one can help to me .

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 24 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid