Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to transform JPG-File to PDF-File? Pin
Christian Graus31-Oct-06 2:09
protectorChristian Graus31-Oct-06 2:09 
GeneralRe: How to transform JPG-File to PDF-File? Pin
Russell Jones31-Oct-06 2:56
Russell Jones31-Oct-06 2:56 
Questioncan we have an arraylist as a member in C# Pin
kalaveer31-Oct-06 1:26
kalaveer31-Oct-06 1:26 
AnswerRe: can we have an arraylist as a member in C# Pin
Christian Graus31-Oct-06 1:28
protectorChristian Graus31-Oct-06 1:28 
GeneralRe: can we have an arraylist as a member in C# Pin
kalaveer31-Oct-06 1:47
kalaveer31-Oct-06 1:47 
GeneralRe: can we have an arraylist as a member in C# Pin
Guffa31-Oct-06 6:44
Guffa31-Oct-06 6:44 
AnswerRe: can we have an arraylist as a member in C# Pin
Elina Blank31-Oct-06 1:47
sitebuilderElina Blank31-Oct-06 1:47 
GeneralRe: can we have an arraylist as a member in C# Pin
kalaveer31-Oct-06 2:08
kalaveer31-Oct-06 2:08 
if i use only simple structure variable its working fine but i require structure array of 20 elements that time i got problem

so can you please tell me how to write the statement to create a structure variable with 10 elements and to call its constructor that creates my arraylist variable.

i tried like the below possible ways but none of it worked.

catalog_info [] catalogs = new catalog_info[20](10);
catalog_info [] catalogs = new catalog_info[20]();

and my structure is
struct catalog_info
{
public string format;
public string Name;
public string connction_name;
public ArrayList resourses;
public catalog_info (int i)
{
resourses=new ArrayList (i);
format = "";
Name = "";
connction_name = "";
}
}
GeneralRe: can we have an arraylist as a member in C# Pin
Christian Graus31-Oct-06 2:16
protectorChristian Graus31-Oct-06 2:16 
GeneralRe: can we have an arraylist as a member in C# Pin
Elina Blank31-Oct-06 2:22
sitebuilderElina Blank31-Oct-06 2:22 
Questionlistview displaymember prpperty problem (Pls Help) Pin
vipinpaliwal198031-Oct-06 1:02
vipinpaliwal198031-Oct-06 1:02 
AnswerRe: listview displaymember prpperty problem (Pls Help) Pin
Christian Graus31-Oct-06 1:23
protectorChristian Graus31-Oct-06 1:23 
GeneralRe: listview displaymember prpperty problem (Pls Help) Pin
vipinpaliwal198031-Oct-06 1:28
vipinpaliwal198031-Oct-06 1:28 
AnswerRe: listview displaymember prpperty problem (Pls Help) [modified] Pin
rah_sin31-Oct-06 1:29
professionalrah_sin31-Oct-06 1:29 
QuestionValidating event Pin
midhat30-Oct-06 23:58
midhat30-Oct-06 23:58 
AnswerRe: Validating event Pin
Smon the Vidd31-Oct-06 2:11
Smon the Vidd31-Oct-06 2:11 
GeneralRe: Validating event Pin
midhat31-Oct-06 2:34
midhat31-Oct-06 2:34 
QuestionSystem events Pin
softgrid30-Oct-06 23:28
softgrid30-Oct-06 23:28 
AnswerRe: System events Pin
luckykhalid31-Oct-06 1:35
luckykhalid31-Oct-06 1:35 
QuestionMultiple Operations on Bulk Dataset Pin
meeram39530-Oct-06 22:56
meeram39530-Oct-06 22:56 
AnswerRe: Multiple Operations on Bulk Dataset Pin
rah_sin30-Oct-06 23:54
professionalrah_sin30-Oct-06 23:54 
Questiona question about Report Service Pin
myicewater30-Oct-06 22:08
myicewater30-Oct-06 22:08 
AnswerRe: a question about Report Service Pin
luckykhalid31-Oct-06 2:03
luckykhalid31-Oct-06 2:03 
QuestionI am myicewater make a example Pin
myicewater31-Oct-06 14:53
myicewater31-Oct-06 14:53 
QuestionHOW TO TRANSFER DATA BY MODEM? Pin
killam30-Oct-06 20:25
killam30-Oct-06 20:25 

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.