Click here to Skip to main content
15,893,401 members
Home / Discussions / C#
   

C#

 
AnswerMessage Closed Pin
5-Dec-09 1:29
stancrm5-Dec-09 1:29 
GeneralRe: how to archive multiple inheritance in .net Pin
PIEBALDconsult5-Dec-09 4:43
mvePIEBALDconsult5-Dec-09 4:43 
AnswerRe: how to archive multiple inheritance in .net Pin
Abhinav S5-Dec-09 3:50
Abhinav S5-Dec-09 3:50 
AnswerRe: how to archive multiple inheritance in .net Pin
PIEBALDconsult5-Dec-09 4:20
mvePIEBALDconsult5-Dec-09 4:20 
Questioncapture window text in c# Pin
krinaljariwala5-Dec-09 0:38
krinaljariwala5-Dec-09 0:38 
AnswerRe: capture window text in c# Pin
Saksida Bojan5-Dec-09 0:53
Saksida Bojan5-Dec-09 0:53 
GeneralRe: capture window text in c# Pin
krinaljariwala5-Dec-09 1:02
krinaljariwala5-Dec-09 1:02 
GeneralRe: capture window text in c# [modified] Pin
Saksida Bojan5-Dec-09 1:21
Saksida Bojan5-Dec-09 1:21 
krinaljariwala wrote:
I just need to verify that is it possible to capture any length of text

Yes, it is:

krinaljariwala wrote:
And one more thing only editable applications are captured or non editable are also?

All data is capture able, as long process holds it in memory. Now in question is: Is it encrypted, Where is it and does memory location changes every time the process is started. If there isn't other way, you would need to look into how to decompile, study ASM and maybe even Inject your own ASM code into another process. Some process will have anti-debug protection. Note that this can go against law. It all depends on what kind of data you are attempting to get. Part of this process is called Reverse Engineering. If it is your App, then I suggest you build some come interface to communicate, if not then there are 2 options: Contact developers of that application or try and build it. If you start memory hacks. It's memory location would only work with specific process with same version.

If you want to capture users output, maybe simple API to get key pressed on keybeard. Like KeyLoggers do.

Also I noticed WinAPI has GetText. Maybe is that what you are looking

modified on Saturday, December 5, 2009 7:43 AM

Questionword search puzzle Pin
choti74-Dec-09 22:58
choti74-Dec-09 22:58 
AnswerRe: word search puzzle [modified] Pin
DaveyM695-Dec-09 0:17
professionalDaveyM695-Dec-09 0:17 
QuestionSending packet to a specified IP address & predefined the contents of it... Pin
3bood.ghzawi4-Dec-09 22:07
3bood.ghzawi4-Dec-09 22:07 
AnswerMessage Closed Pin
4-Dec-09 22:46
stancrm4-Dec-09 22:46 
GeneralRe: Sending packet to a specified IP address & predefined the contents of it... Pin
3bood.ghzawi5-Dec-09 2:51
3bood.ghzawi5-Dec-09 2:51 
QuestionA Question About Class Properties Pin
Roger Wright4-Dec-09 17:15
professionalRoger Wright4-Dec-09 17:15 
AnswerRe: A Question About Class Properties Pin
PIEBALDconsult4-Dec-09 17:44
mvePIEBALDconsult4-Dec-09 17:44 
GeneralRe: A Question About Class Properties Pin
Roger Wright4-Dec-09 18:02
professionalRoger Wright4-Dec-09 18:02 
GeneralRe: A Question About Class Properties Pin
DaveyM694-Dec-09 21:06
professionalDaveyM694-Dec-09 21:06 
GeneralRe: A Question About Class Properties Pin
Roger Wright5-Dec-09 2:59
professionalRoger Wright5-Dec-09 2:59 
GeneralRe: A Question About Class Properties Pin
PIEBALDconsult5-Dec-09 4:17
mvePIEBALDconsult5-Dec-09 4:17 
AnswerRe: A Question About Class Properties Pin
Richard Blythe4-Dec-09 18:08
Richard Blythe4-Dec-09 18:08 
GeneralRe: A Question About Class Properties Pin
Roger Wright4-Dec-09 18:24
professionalRoger Wright4-Dec-09 18:24 
GeneralRe: A Question About Class Properties Pin
Richard Blythe4-Dec-09 18:39
Richard Blythe4-Dec-09 18:39 
GeneralRe: A Question About Class Properties Pin
Roger Wright4-Dec-09 18:58
professionalRoger Wright4-Dec-09 18:58 
AnswerRe: A Question About Class Properties Pin
Luc Pattyn5-Dec-09 3:06
sitebuilderLuc Pattyn5-Dec-09 3:06 
QuestionReading x64 registry keys from a x86 computer remotely Pin
Jacob Dixon4-Dec-09 14:53
Jacob Dixon4-Dec-09 14:53 

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.