Click here to Skip to main content
15,922,145 members
Home / Discussions / C#
   

C#

 
Generalres://ieframe.dll/navcancl.htm#http://localhost:2441/ErrorPage.aspx?ErrorId= Pin
Alagiri.periyasamy@merrillcorp.com8-Aug-12 21:13
Alagiri.periyasamy@merrillcorp.com8-Aug-12 21:13 
GeneralRe: res://ieframe.dll/navcancl.htm#http://localhost:2441/ErrorPage.aspx?ErrorId= Pin
Pete O'Hanlon8-Aug-12 23:09
mvePete O'Hanlon8-Aug-12 23:09 
GeneralRe: res://ieframe.dll/navcancl.htm#http://localhost:2441/ErrorPage.aspx?ErrorId= Pin
Alagiri.periyasamy@merrillcorp.com8-Aug-12 23:23
Alagiri.periyasamy@merrillcorp.com8-Aug-12 23:23 
GeneralRe: res://ieframe.dll/navcancl.htm#http://localhost:2441/ErrorPage.aspx?ErrorId= Pin
Pete O'Hanlon8-Aug-12 23:31
mvePete O'Hanlon8-Aug-12 23:31 
GeneralConvert Word Doc to Byte Pin
ASPnoob8-Aug-12 19:46
ASPnoob8-Aug-12 19:46 
GeneralRe: Convert Word Doc to Byte Pin
Pete O'Hanlon8-Aug-12 20:16
mvePete O'Hanlon8-Aug-12 20:16 
GeneralRe: Convert Word Doc to Byte Pin
ASPnoob8-Aug-12 21:18
ASPnoob8-Aug-12 21:18 
GeneralRe: Convert Word Doc to Byte Pin
Pete O'Hanlon8-Aug-12 22:40
mvePete O'Hanlon8-Aug-12 22:40 
GeneralRe: Convert Word Doc to Byte Pin
ASPnoob9-Aug-12 0:45
ASPnoob9-Aug-12 0:45 
GeneralRe: Convert Word Doc to Byte Pin
Pete O'Hanlon9-Aug-12 0:52
mvePete O'Hanlon9-Aug-12 0:52 
GeneralRe: Convert Word Doc to Byte Pin
lmoelleb9-Aug-12 5:27
lmoelleb9-Aug-12 5:27 
GeneralRe: Convert Word Doc to Byte Pin
Pete O'Hanlon9-Aug-12 5:36
mvePete O'Hanlon9-Aug-12 5:36 
Questionimage recognition through google image search Pin
Mohsin Mushtaq8-Aug-12 4:03
Mohsin Mushtaq8-Aug-12 4:03 
AnswerRe: image recognition through google image search Pin
Shameel8-Aug-12 4:19
professionalShameel8-Aug-12 4:19 
GeneralRe: image recognition through google image search Pin
Mohsin Mushtaq8-Aug-12 4:30
Mohsin Mushtaq8-Aug-12 4:30 
GeneralRe: image recognition through google image search Pin
lewax008-Aug-12 5:11
lewax008-Aug-12 5:11 
GeneralRe: image recognition through google image search Pin
Mohsin Mushtaq9-Aug-12 9:15
Mohsin Mushtaq9-Aug-12 9:15 
QuestionHow to enable gestures in windows 8 touch ultrabook Pin
ashishguptajhansi8-Aug-12 2:28
ashishguptajhansi8-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 ultrabook Pin
Richard MacCutchan8-Aug-12 4:05
mveRichard MacCutchan8-Aug-12 4:05 
AnswerRe: How to enable gestures in windows 8 touch ultrabook Pin
BillWoodruff9-Aug-12 8:09
professionalBillWoodruff9-Aug-12 8:09 
QuestionNeed to improve oops concepts Pin
Alagiri.periyasamy@merrillcorp.com8-Aug-12 1:10
Alagiri.periyasamy@merrillcorp.com8-Aug-12 1:10 
AnswerRe: Need to improve oops concepts Pin
Pete O'Hanlon8-Aug-12 1:22
mvePete O'Hanlon8-Aug-12 1:22 
AnswerRe: Need to improve oops concepts Pin
Alan Balkany8-Aug-12 4:31
Alan Balkany8-Aug-12 4:31 
AnswerRe: Need to improve oops concepts Pin
wizardzz8-Aug-12 5:29
wizardzz8-Aug-12 5:29 
QuestionList all the open ports Pin
sarang_k7-Aug-12 20:41
sarang_k7-Aug-12 20:41 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.