Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Which Castring Strategy Is Better? Pin
PIEBALDconsult2-May-09 4:28
mvePIEBALDconsult2-May-09 4:28 
QuestionUnable to attach to process winservices C# Pin
mark_me1-May-09 6:57
mark_me1-May-09 6:57 
QuestionRe: Unable to attach to process winservices C# Pin
ladyarcher18-Jan-10 1:02
ladyarcher18-Jan-10 1:02 
Questionsftp programming in ftp Pin
T_Teef1-May-09 6:53
T_Teef1-May-09 6:53 
QuestionC# winservice, exe to source Pin
mark_me1-May-09 6:45
mark_me1-May-09 6:45 
AnswerRe: C# winservice, exe to source Pin
Jimmanuel1-May-09 7:52
Jimmanuel1-May-09 7:52 
QuestionRe: C# winservice, exe to source Pin
mark_me1-May-09 8:47
mark_me1-May-09 8:47 
AnswerRe: C# winservice, exe to source Pin
Jimmanuel1-May-09 9:12
Jimmanuel1-May-09 9:12 
mark_me wrote:
communicate with the exe without the source

mark_me wrote:
attach a process to a service until i have the source

Huh?

To communicate with the service once it's running you'll need some other program that was built to communicate with it. If you want to know how to communicate with it then you'll have to ask the original developer or you could look in the source and see what it's built to do.

You build and deploy services just like any other program. You edit the source code and rebuild it which produces a new executable file. It has absolutely nothing to do with "attaching processes" or "communicating with exes".

When you decompile an executable that gives you the ALL of source for that executable; there's no way for it to leave things out. The decompiled version is probably different from the original source but there's really no way that you would know that unless you have the original source to compare it to which would alleviate most of your problems.


Badger | [badger,badger,badger,badger...]

GeneralRe: C# winservice, exe to source Pin
mark_me1-May-09 11:35
mark_me1-May-09 11:35 
QuestionRe: C# winservice, exe to source Pin
mark_me1-May-09 9:04
mark_me1-May-09 9:04 
QuestionConformation Page in ASP.NET C# Pin
Shane Cavin1-May-09 6:19
Shane Cavin1-May-09 6:19 
AnswerRe: Conformation Page in ASP.NET C# Pin
Tom Lawrance1-May-09 6:29
professionalTom Lawrance1-May-09 6:29 
QuestionConnecting to a camera Pin
'Drew1-May-09 6:12
'Drew1-May-09 6:12 
AnswerRe: Connecting to a camera Pin
Dave Kreskowiak1-May-09 7:13
mveDave Kreskowiak1-May-09 7:13 
QuestionFileinfo of image from imagelist Pin
Aljaz1111-May-09 5:53
Aljaz1111-May-09 5:53 
AnswerRe: Fileinfo of image from imagelist Pin
Ennis Ray Lynch, Jr.1-May-09 6:12
Ennis Ray Lynch, Jr.1-May-09 6:12 
AnswerRe: Fileinfo of image from imagelist Pin
Tom Lawrance1-May-09 6:15
professionalTom Lawrance1-May-09 6:15 
GeneralRe: Fileinfo of image from imagelist Pin
Aljaz1111-May-09 6:38
Aljaz1111-May-09 6:38 
GeneralRe: Fileinfo of image from imagelist Pin
Tom Lawrance4-May-09 5:04
professionalTom Lawrance4-May-09 5:04 
Questionextracting object boundary in image Pin
safaa841-May-09 4:19
safaa841-May-09 4:19 
AnswerRe: extracting object boundary in image Pin
Dave Kreskowiak1-May-09 5:21
mveDave Kreskowiak1-May-09 5:21 
AnswerRe: extracting object boundary in image Pin
Member 10339071-May-09 10:12
Member 10339071-May-09 10:12 
QuestionnVidia PhysX & C# ? Pin
Mohammad Dayyan1-May-09 3:18
Mohammad Dayyan1-May-09 3:18 
AnswerRe: nVidia PhysX & C# ? Pin
Nagy Vilmos1-May-09 4:00
professionalNagy Vilmos1-May-09 4:00 
GeneralRe: nVidia PhysX & C# ? Pin
Mohammad Dayyan1-May-09 4:07
Mohammad Dayyan1-May-09 4:07 

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.