Click here to Skip to main content
15,895,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Capturing from Webcam without preview to the user Pin
Pete O'Hanlon7-Sep-15 0:12
mvePete O'Hanlon7-Sep-15 0:12 
GeneralRe: Capturing from Webcam without preview to the user Pin
Sultan Uz Zaman7-Sep-15 4:43
Sultan Uz Zaman7-Sep-15 4:43 
GeneralRe: Capturing from Webcam without preview to the user Pin
Sultan Uz Zaman6-Sep-15 23:38
Sultan Uz Zaman6-Sep-15 23:38 
QuestionRe: Capturing from Webcam without preview to the user Pin
Paul Conrad7-Sep-15 7:19
professionalPaul Conrad7-Sep-15 7:19 
Questionsystem.drawing.image.fromstream ......... Pin
Member 119583516-Sep-15 9:08
Member 119583516-Sep-15 9:08 
AnswerRe: system.drawing.image.fromstream ......... Pin
Pete O'Hanlon6-Sep-15 10:32
mvePete O'Hanlon6-Sep-15 10:32 
GeneralRe: system.drawing.image.fromstream ......... Pin
Member 119583516-Sep-15 18:20
Member 119583516-Sep-15 18:20 
AnswerRe: system.drawing.image.fromstream ......... Pin
OriginalGriff6-Sep-15 21:02
mveOriginalGriff6-Sep-15 21:02 
QuestionSendKeys.Send Acting strangely Pin
goldsoft6-Sep-15 8:54
goldsoft6-Sep-15 8:54 
QuestionMessage Closed Pin
5-Sep-15 19:12
Sultan Uz Zaman5-Sep-15 19:12 
QuestionRe: Using WFP application for webcam. I do not want to show the image control on window. Using a function from pages to capture the image on certain occassion and save it. Pin
Paul Conrad6-Sep-15 7:38
professionalPaul Conrad6-Sep-15 7:38 
AnswerRe: Using WFP application for webcam. I do not want to show the image control on window. Using a function from pages to capture the image on certain occassion and save it. Pin
Sultan Uz Zaman6-Sep-15 16:11
Sultan Uz Zaman6-Sep-15 16:11 
GeneralRe: Using WFP application for webcam. I do not want to show the image control on window. Using a function from pages to capture the image on certain occassion and save it. Pin
Pete O'Hanlon6-Sep-15 23:21
mvePete O'Hanlon6-Sep-15 23:21 
GeneralRe: Using WFP application for webcam. I do not want to show the image control on window. Using a function from pages to capture the image on certain occassion and save it. Pin
Paul Conrad7-Sep-15 6:19
professionalPaul Conrad7-Sep-15 6:19 
QuestionHow can i get complex matrix svd(singlar value decompostion) lib? Pin
smallkubi5-Sep-15 17:45
smallkubi5-Sep-15 17:45 
QuestionSubreport in SSRS is getting error when calling throuch C# windows application Pin
hishamkmr4-Sep-15 22:19
hishamkmr4-Sep-15 22:19 
QuestionUse cutter for cut an image(.svg) with a definition layout image by winform (C#) Pin
phinq19104-Sep-15 16:32
professionalphinq19104-Sep-15 16:32 
AnswerRe: Use cutter for cut an image(.svg) with a definition layout image by winform (C#) Pin
OriginalGriff4-Sep-15 21:48
mveOriginalGriff4-Sep-15 21:48 
GeneralRe: Use cutter for cut an image(.svg) with a definition layout image by winform (C#) Pin
phinq19105-Sep-15 7:41
professionalphinq19105-Sep-15 7:41 
GeneralRe: Use cutter for cut an image(.svg) with a definition layout image by winform (C#) Pin
Dave Kreskowiak5-Sep-15 10:52
mveDave Kreskowiak5-Sep-15 10:52 
Questioncant send key stroke only to Word Through my program that use KeyboardHook Pin
goldsoft4-Sep-15 4:30
goldsoft4-Sep-15 4:30 
AnswerRe: cant send key stroke only to Word Through my program that use KeyboardHook Pin
Eddy Vluggen4-Sep-15 4:45
professionalEddy Vluggen4-Sep-15 4:45 
GeneralRe: cant send key stroke only to Word Through my program that use KeyboardHook Pin
goldsoft5-Sep-15 0:10
goldsoft5-Sep-15 0:10 
AnswerRe: cant send key stroke only to Word Through my program that use KeyboardHook Pin
Dave Kreskowiak4-Sep-15 5:21
mveDave Kreskowiak4-Sep-15 5:21 
1) Why are you even using a keyboard hook? I fail to see how capturing keystrokes system-wide has anything to do with pushing keystrokes to Word.

2) When you call your Start method, what is the value of NAME? If that value doesn't match EXACTLY the name of the window you're trying to find, it's not going to work. Your ignoring any error that is set if the return value from FindWindow is null (zero in your case). To get that error you have to call the Win32 function GetLastError and examine the returned value.

Read the documentation on FindWindow and GetWindowText for the pitfalls of using these functions.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: cant send key stroke only to Word Through my program that use KeyboardHook Pin
goldsoft4-Sep-15 6:16
goldsoft4-Sep-15 6:16 

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.