Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: problem whit Combo-Box Pin
Eddy Vluggen16-Feb-09 7:40
professionalEddy Vluggen16-Feb-09 7:40 
GeneralRe: problem whit Combo-Box Pin
Xmen Real 16-Feb-09 7:56
professional Xmen Real 16-Feb-09 7:56 
GeneralRe: problem whit Combo-Box Pin
Eddy Vluggen16-Feb-09 8:12
professionalEddy Vluggen16-Feb-09 8:12 
GeneralRe: problem whit Combo-Box Pin
E_Gold16-Feb-09 8:24
E_Gold16-Feb-09 8:24 
GeneralRe: problem whit Combo-Box Pin
Eddy Vluggen16-Feb-09 9:08
professionalEddy Vluggen16-Feb-09 9:08 
GeneralRe: problem whit Combo-Box Pin
E_Gold16-Feb-09 10:25
E_Gold16-Feb-09 10:25 
GeneralRe: problem whit Combo-Box Pin
Eddy Vluggen16-Feb-09 10:56
professionalEddy Vluggen16-Feb-09 10:56 
QuestionInherit Process Pin
Xmen Real 16-Feb-09 7:31
professional Xmen Real 16-Feb-09 7:31 
I'm inheriting Process class and add some of my own methods but there is a problem that is preventing me to do so...

public class XProcess : Process
{
    public bool GetProc(string name)
    {
        Process[] tp = Process.GetProcessesByName(name);
        if (tp.Length == 1)
            this = tp[0]; <<< Error : Cannot assign to '<this>' because it is read-only
        else
            return false;
        return true;
    }
}</this>


TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

AnswerRe: Inherit Process Pin
Eddy Vluggen16-Feb-09 7:43
professionalEddy Vluggen16-Feb-09 7:43 
GeneralRe: Inherit Process Pin
Xmen Real 16-Feb-09 7:49
professional Xmen Real 16-Feb-09 7:49 
GeneralRe: Inherit Process Pin
Eddy Vluggen16-Feb-09 8:10
professionalEddy Vluggen16-Feb-09 8:10 
AnswerRe: Inherit Process Pin
Luc Pattyn16-Feb-09 8:42
sitebuilderLuc Pattyn16-Feb-09 8:42 
GeneralRe: Inherit Process Pin
Xmen Real 16-Feb-09 13:47
professional Xmen Real 16-Feb-09 13:47 
AnswerRe: Inherit Process Pin
Luc Pattyn16-Feb-09 13:55
sitebuilderLuc Pattyn16-Feb-09 13:55 
GeneralRe: Inherit Process [modified] Pin
Xmen Real 16-Feb-09 18:55
professional Xmen Real 16-Feb-09 18:55 
AnswerRe: Inherit Process Pin
Luc Pattyn16-Feb-09 19:08
sitebuilderLuc Pattyn16-Feb-09 19:08 
GeneralRe: Inherit Process Pin
Xmen Real 16-Feb-09 19:10
professional Xmen Real 16-Feb-09 19:10 
AnswerInvalidCastException Pin
Luc Pattyn17-Feb-09 2:57
sitebuilderLuc Pattyn17-Feb-09 2:57 
GeneralRe: InvalidCastException Pin
Xmen Real 17-Feb-09 3:03
professional Xmen Real 17-Feb-09 3:03 
QuestionA problem with wmp.dll Pin
Sokka9316-Feb-09 5:47
Sokka9316-Feb-09 5:47 
QuestionC# read of xls file works on Vista home premium but not XP Pro, Vista Business or 2003 server. [modified] Pin
mid_life_crisis16-Feb-09 5:38
mid_life_crisis16-Feb-09 5:38 
AnswerRe: C# read of xls file works on Vista home preium but not XP Pro, Vista Business or 2003 server. Pin
MickCurley16-Feb-09 8:04
MickCurley16-Feb-09 8:04 
GeneralRe: C# read of xls file works on Vista home preium but not XP Pro, Vista Business or 2003 server. Pin
mid_life_crisis16-Feb-09 10:37
mid_life_crisis16-Feb-09 10:37 
GeneralRe: C# read of xls file works on Vista home preium but not XP Pro, Vista Business or 2003 server. Pin
mid_life_crisis16-Feb-09 10:48
mid_life_crisis16-Feb-09 10:48 
GeneralRe: C# read of xls file works on Vista home preium but not XP Pro, Vista Business or 2003 server. Pin
MickCurley16-Feb-09 12:48
MickCurley16-Feb-09 12:48 

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.