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

C#

 
AnswerRe: How to read No of Lines and Characters in a Tiff image Pin
Christian Graus16-Feb-09 17:48
protectorChristian Graus16-Feb-09 17:48 
GeneralRe: How to read No of Lines and Characters in a Tiff image Pin
devacaleb16-Feb-09 18:00
devacaleb16-Feb-09 18:00 
QuestionComboboxes and classes... Pin
Illegal Operation16-Feb-09 17:07
Illegal Operation16-Feb-09 17:07 
AnswerRe: Comboboxes and classes... Pin
Christian Graus16-Feb-09 17:50
protectorChristian Graus16-Feb-09 17:50 
GeneralRe: Comboboxes and classes... Pin
Illegal Operation16-Feb-09 22:24
Illegal Operation16-Feb-09 22:24 
Questionc# doubt in ArrayList Pin
d chase begins16-Feb-09 16:39
d chase begins16-Feb-09 16:39 
AnswerRe: c# doubt in ArrayList Pin
PIEBALDconsult16-Feb-09 16:47
mvePIEBALDconsult16-Feb-09 16:47 
AnswerRe: c# doubt in ArrayList Pin
Xmen Real 16-Feb-09 19:21
professional Xmen Real 16-Feb-09 19:21 
List cannot be 2D, Array can

ArrayList[] ai = new ArrayList[2];
ai[0] = new ArrayList();
ai[1] = new ArrayList();


or

ArrayList ai = new ArrayList();
ArrayList childai = new ArrayList();
childai.Add("MyName");
ai.Add(childai);
string name = ((ArrayList)ai[0])[0].ToString();


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

QuestionDealing with Point to Point Protocol and XonXoff Characters Pin
ajorge200816-Feb-09 12:34
ajorge200816-Feb-09 12:34 
AnswerRe: Dealing with Point to Point Protocol and XonXoff Characters Pin
Luc Pattyn16-Feb-09 13:46
sitebuilderLuc Pattyn16-Feb-09 13:46 
QuestionChanging Open/Save file dialog of winXP and Vista Pin
Gilvinit16-Feb-09 9:29
Gilvinit16-Feb-09 9:29 
AnswerStop Cross Posting Pin
EliottA16-Feb-09 9:40
EliottA16-Feb-09 9:40 
GeneralThanks for you remark but... Pin
Gilvinit16-Feb-09 10:22
Gilvinit16-Feb-09 10:22 
GeneralRe: Thanks for you remark but... Pin
Christian Graus16-Feb-09 11:26
protectorChristian Graus16-Feb-09 11:26 
AnswerRe: Changing Open/Save file dialog of winXP and Vista Pin
Expert Coming16-Feb-09 9:41
Expert Coming16-Feb-09 9:41 
GeneralRe: Changing Open/Save file dialog of winXP and Vista Pin
Gilvinit16-Feb-09 10:25
Gilvinit16-Feb-09 10:25 
GeneralRe: Changing Open/Save file dialog of winXP and Vista Pin
Christian Graus16-Feb-09 11:27
protectorChristian Graus16-Feb-09 11:27 
RantRe: Changing Open/Save file dialog of winXP and Vista Pin
Eddy Vluggen16-Feb-09 21:21
professionalEddy Vluggen16-Feb-09 21:21 
QuestionAdd five zéros on the left of int Pin
abbd16-Feb-09 8:35
abbd16-Feb-09 8:35 
AnswerRe: Add five zéros on the left of int Pin
Kristian Sixhøj16-Feb-09 8:38
Kristian Sixhøj16-Feb-09 8:38 
GeneralRe: Add five zéros on the left of int Pin
abbd16-Feb-09 8:51
abbd16-Feb-09 8:51 
AnswerRe: Add five zéros on the left of int Pin
carbon_golem16-Feb-09 9:06
carbon_golem16-Feb-09 9:06 
AnswerRe: Add five zéros on the left of int PinPopular
Guffa16-Feb-09 9:09
Guffa16-Feb-09 9:09 
GeneralRe: Add five zéros on the left of int Pin
Rutvik Dave16-Feb-09 11:20
professionalRutvik Dave16-Feb-09 11:20 
AnswerRe: Add five zéros on the left of int Pin
Eddy Vluggen16-Feb-09 9:11
professionalEddy Vluggen16-Feb-09 9:11 

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.