Click here to Skip to main content
15,889,992 members
Home / Discussions / C#
   

C#

 
AnswerRe: Character Format Pin
sanforjackass23-Jan-10 22:01
sanforjackass23-Jan-10 22:01 
GeneralRe: Character Format Pin
ASPnoob23-Jan-10 22:14
ASPnoob23-Jan-10 22:14 
AnswerRe: Character Format Pin
The Zetta23-Jan-10 22:19
The Zetta23-Jan-10 22:19 
GeneralRe: Character Format Pin
ASPnoob23-Jan-10 22:24
ASPnoob23-Jan-10 22:24 
QuestionGet window using process Thread. Pin
sucil23-Jan-10 17:12
sucil23-Jan-10 17:12 
AnswerRe: Get window using process Thread. Pin
Alex Manolescu23-Jan-10 22:09
Alex Manolescu23-Jan-10 22:09 
AnswerRe: Get window using process Thread. Pin
Natza Mitzi23-Jan-10 22:58
Natza Mitzi23-Jan-10 22:58 
AnswerRe: Get window using process Thread. Pin
0x3c023-Jan-10 23:24
0x3c023-Jan-10 23:24 
I assume that you want to get the window handle from a thread id. To do that, I would:

  1. Pass the thread id to GetProcessIdOfThread() to obtain a process id
  2. Because a process can open multiple windows, you need to return a collection. Iterate every window, getting their process ids. If it matches the id from 1., then add the window handle to the collection



Questioncopy a file to a folder Pin
tanweer23-Jan-10 15:46
tanweer23-Jan-10 15:46 
AnswerRe: copy a file to a folder Pin
tonyonlinux23-Jan-10 16:33
tonyonlinux23-Jan-10 16:33 
QuestionRe: copy a file to a folder Pin
Abhinav S23-Jan-10 21:22
Abhinav S23-Jan-10 21:22 
Questionusing \ in c# Pin
tanweer23-Jan-10 15:43
tanweer23-Jan-10 15:43 
AnswerRe: using \ in c# Pin
Dan Mos23-Jan-10 16:21
Dan Mos23-Jan-10 16:21 
AnswerRe: using \ in c# Pin
April Fans24-Jan-10 19:43
April Fans24-Jan-10 19:43 
Questionis it possible to dynamically name a variable? Pin
tonyonlinux23-Jan-10 12:30
tonyonlinux23-Jan-10 12:30 
AnswerRe: is it possible to dynamically name a variable? Pin
Dan Mos23-Jan-10 12:59
Dan Mos23-Jan-10 12:59 
AnswerRe: is it possible to dynamically name a variable? Pin
harold aptroot23-Jan-10 13:22
harold aptroot23-Jan-10 13:22 
GeneralRe: is it possible to dynamically name a variable? Pin
tonyonlinux23-Jan-10 13:53
tonyonlinux23-Jan-10 13:53 
GeneralRe: is it possible to dynamically name a variable? Pin
harold aptroot23-Jan-10 13:59
harold aptroot23-Jan-10 13:59 
GeneralRe: is it possible to dynamically name a variable? Pin
tonyonlinux23-Jan-10 14:09
tonyonlinux23-Jan-10 14:09 
GeneralRe: is it possible to dynamically name a variable? Pin
harold aptroot24-Jan-10 1:16
harold aptroot24-Jan-10 1:16 
QuestionSocket listening Pin
3bood.ghzawi23-Jan-10 9:32
3bood.ghzawi23-Jan-10 9:32 
AnswerRe: Socket listening Pin
sanforjackass23-Jan-10 11:52
sanforjackass23-Jan-10 11:52 
Questioni want to take a snapshot image from a video file. then tell me how can i get a snapshot image from a video file programatically? Pin
rabia javeed23-Jan-10 7:07
rabia javeed23-Jan-10 7:07 
AnswerRe: i want to take a snapshot image from a video file. then tell me how can i get a snapshot image from a video file programatically? [modified] Pin
sanforjackass23-Jan-10 12:05
sanforjackass23-Jan-10 12:05 

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.