Click here to Skip to main content
15,917,631 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read a No of Characters in a Image Pin
Nagy Vilmos17-Feb-09 1:53
professionalNagy Vilmos17-Feb-09 1:53 
AnswerRe: Read a No of Characters in a Image Pin
benjymous17-Feb-09 1:31
benjymous17-Feb-09 1:31 
AnswerRe: Read a No of Characters in a Image Pin
Calin Tatar17-Feb-09 1:34
Calin Tatar17-Feb-09 1:34 
Questionweb custom control in c#.net Pin
rameshidiot17-Feb-09 1:01
rameshidiot17-Feb-09 1:01 
AnswerRe: web custom control in c#.net Pin
SeMartens17-Feb-09 1:20
SeMartens17-Feb-09 1:20 
QuestionHow to generate Designer form again Pin
ASysSolvers17-Feb-09 0:50
ASysSolvers17-Feb-09 0:50 
QuestionHow to Create Web Control Library Pin
devacaleb17-Feb-09 0:32
devacaleb17-Feb-09 0:32 
RantRe: How to Create Web Control Library PinPopular
Nagy Vilmos17-Feb-09 0:52
professionalNagy Vilmos17-Feb-09 0:52 
GeneralRe: How to Create Web Control Library Pin
devacaleb17-Feb-09 1:15
devacaleb17-Feb-09 1:15 
GeneralRe: How to Create Web Control Library Pin
EliottA17-Feb-09 2:23
EliottA17-Feb-09 2:23 
Question[Message Deleted] Pin
DJ24517-Feb-09 0:22
DJ24517-Feb-09 0:22 
AnswerRe: Inserting file header Pin
SeMartens17-Feb-09 1:25
SeMartens17-Feb-09 1:25 
General[Message Deleted] Pin
DJ24517-Feb-09 2:06
DJ24517-Feb-09 2:06 
GeneralRe: Inserting file header Pin
SeMartens17-Feb-09 2:25
SeMartens17-Feb-09 2:25 
Questionhow to alert before closing the form Pin
froxy17-Feb-09 0:18
froxy17-Feb-09 0:18 
AnswerRe: how to alert before closing the form Pin
Calin Tatar17-Feb-09 3:00
Calin Tatar17-Feb-09 3:00 
AnswerRe: how to alert before closing the form Pin
Xmen Real 17-Feb-09 3:04
professional Xmen Real 17-Feb-09 3:04 
Questionhow to alert before closing the form Pin
Member 435317117-Feb-09 0:17
Member 435317117-Feb-09 0:17 
AnswerRe: how to alert before closing the form Pin
Calin Tatar17-Feb-09 0:26
Calin Tatar17-Feb-09 0:26 
QuestionProcess Conversion Problem Pin
Xmen Real 16-Feb-09 23:11
professional Xmen Real 16-Feb-09 23:11 
I have inherit Process class and added some very useful methods as I wrote earlier but now problem changed...
public static XProcess GetProcessByName(string name)
{
    Process[] tp = Process.GetProcessesByName(name);
    if (tp.Length == 0)
        return null;
    else
        return (XProcess)tp[0]; //Error : Unable to cast object of type 'System.Diagnostics.Process' to type 'XSystem.Diagnostics.XProcess'.
}


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: Process Conversion Problem Pin
SeMartens16-Feb-09 23:23
SeMartens16-Feb-09 23:23 
AnswerRe: Process Conversion Problem Pin
CPallini16-Feb-09 23:44
mveCPallini16-Feb-09 23:44 
GeneralRe: Process Conversion Problem Pin
Xmen Real 17-Feb-09 2:53
professional Xmen Real 17-Feb-09 2:53 
QuestionToolStrip query Pin
kbalias16-Feb-09 23:04
kbalias16-Feb-09 23:04 
QuestionTransfer file in SFTP server using .NET Pin
Member 322226416-Feb-09 22:46
Member 322226416-Feb-09 22:46 

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.