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

C#

 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 6:43
Ranger4924-Mar-07 6:43 
GeneralRe: Bug? Pin
Christian Graus24-Mar-07 6:53
protectorChristian Graus24-Mar-07 6:53 
JokeRe: Bug? Pin
joon vh.24-Mar-07 7:01
joon vh.24-Mar-07 7:01 
AnswerRe: Bug? Pin
joon vh.24-Mar-07 6:59
joon vh.24-Mar-07 6:59 
QuestionArrayList of Structures Pin
Saikek24-Mar-07 4:08
Saikek24-Mar-07 4:08 
AnswerRe: ArrayList of Structures Pin
Stefan Troschuetz24-Mar-07 4:20
Stefan Troschuetz24-Mar-07 4:20 
AnswerRe: ArrayList of Structures Pin
Christian Graus24-Mar-07 4:52
protectorChristian Graus24-Mar-07 4:52 
GeneralRe: ArrayList of Structures Pin
Saikek24-Mar-07 6:15
Saikek24-Mar-07 6:15 
I am using .net framework 2.0, visual studio 2005.

I want to make serialization of ArrayList structures books
struct strBooks
{
public string Author;
public string Name;
public int Year;
public int Pages;
public string ID_for_catalog;
}
I thought about what you had said. Would it be better to use array instead of ArrayList.
Like >> strbooks[] Book = new strbooks();

One nation - underground

QuestionI need to change the font size of text using listbox in richtextbox Pin
Ahmed R El Bohoty24-Mar-07 3:24
Ahmed R El Bohoty24-Mar-07 3:24 
AnswerRe: I need to change the font size of text using listbox in richtextbox Pin
Christian Graus24-Mar-07 4:45
protectorChristian Graus24-Mar-07 4:45 
AnswerRe: I need to change the font size of text using listbox in richtextbox Pin
darkelv24-Mar-07 5:00
darkelv24-Mar-07 5:00 
Questiontransparent Pin
Saikek24-Mar-07 3:18
Saikek24-Mar-07 3:18 
AnswerRe: transparent Pin
Stefan Troschuetz24-Mar-07 3:41
Stefan Troschuetz24-Mar-07 3:41 
GeneralRe: transparent Pin
Saikek24-Mar-07 4:07
Saikek24-Mar-07 4:07 
AnswerRe: transparent Pin
joon vh.24-Mar-07 6:37
joon vh.24-Mar-07 6:37 
AnswerRe: transparent Pin
malharone25-Mar-07 6:46
malharone25-Mar-07 6:46 
QuestionData set issue Pin
Tauseef A24-Mar-07 3:12
Tauseef A24-Mar-07 3:12 
AnswerRe: Data set issue Pin
kubben24-Mar-07 4:17
kubben24-Mar-07 4:17 
QuestionSetting up a C# Programming Club/Study Class Pin
DanFraser224-Mar-07 3:11
DanFraser224-Mar-07 3:11 
AnswerRe: Setting up a C# Programming Club/Study Class Pin
Christian Graus24-Mar-07 4:36
protectorChristian Graus24-Mar-07 4:36 
GeneralRe: Setting up a C# Programming Club/Study Class Pin
DanFraser224-Mar-07 6:02
DanFraser224-Mar-07 6:02 
Questionhow to handle the System.Web.Mail Exceptions effectively.? Pin
sundar15624-Mar-07 3:06
sundar15624-Mar-07 3:06 
AnswerRe: how to handle the System.Web.Mail Exceptions effectively.? Pin
kubben24-Mar-07 4:22
kubben24-Mar-07 4:22 
GeneralRe: how to handle the System.Web.Mail Exceptions effectively.? Pin
sundar15624-Mar-07 5:14
sundar15624-Mar-07 5:14 
Questionformat of text Not appear as i save in file Pin
Ahmed R El Bohoty24-Mar-07 2:17
Ahmed R El Bohoty24-Mar-07 2:17 

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.