Click here to Skip to main content
16,021,041 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can we give professional (XP) look to application. Pin
Stefan Troschuetz19-Nov-06 5:37
Stefan Troschuetz19-Nov-06 5:37 
GeneralRe: how can we give professional (XP) look to application. Pin
h@s@n19-Nov-06 6:01
h@s@n19-Nov-06 6:01 
AnswerRe: how can we give professional (XP) look to application. Pin
mav.northwind19-Nov-06 5:45
mav.northwind19-Nov-06 5:45 
GeneralRe: how can we give professional (XP) look to application. Pin
mohamedyahyaelzayat19-Nov-06 6:06
mohamedyahyaelzayat19-Nov-06 6:06 
GeneralRe: how can we give professional (XP) look to application. Pin
h@s@n19-Nov-06 6:22
h@s@n19-Nov-06 6:22 
GeneralRe: how can we give professional (XP) look to application. Pin
mav.northwind19-Nov-06 6:27
mav.northwind19-Nov-06 6:27 
GeneralRe: how can we give professional (XP) look to application. Pin
h@s@n19-Nov-06 6:45
h@s@n19-Nov-06 6:45 
QuestionXml Data Storage Pin
ciriciri19-Nov-06 4:00
ciriciri19-Nov-06 4:00 
Hi Guys, I'm developing an application that sends ICMP echo requests (ping) via the .net Ping Class. I've some informations related to the network such as IP addresses,Urls,SiteNames and so stored in a xml file. I need to use theese informations in my ping method. The ping method will ping the sites and change the background color property of some shapes I've created.
In the first version of the application I created an Arraylist of all the Shape Controls an some arrays to store IP Adresses and SiteNames.The arrays was created at runtime just when the application was started.
So the method had just to iterate throw those arrays.

The question is: Do you think is better to read the values from the xml file each time I call the ping method (say once per second) or should I retrieve the values from the file and store them in a Array or Arraylist or whatever? Which of the two is the better performing way? I guess if I create Arrays I'll use much more memory but if have to read through the xml structure each time this would be processor consuming. Is that right?
AnswerRe: Xml Data Storage Pin
Ravi Bhavnani19-Nov-06 6:40
professionalRavi Bhavnani19-Nov-06 6:40 
QuestionError while opening windows form in Solution Pin
kumar.bs18-Nov-06 22:29
kumar.bs18-Nov-06 22:29 
Questiongetting text from another application Pin
MrWhite34018-Nov-06 22:06
MrWhite34018-Nov-06 22:06 
AnswerRe: getting text from another application Pin
Ed.Poore19-Nov-06 8:44
Ed.Poore19-Nov-06 8:44 
GeneralRe: getting text from another application Pin
MrWhite34020-Nov-06 0:42
MrWhite34020-Nov-06 0:42 
GeneralRe: getting text from another application Pin
Ed.Poore20-Nov-06 1:00
Ed.Poore20-Nov-06 1:00 
GeneralRe: getting text from another application Pin
MrWhite34020-Nov-06 2:09
MrWhite34020-Nov-06 2:09 
GeneralRe: getting text from another application Pin
Ed.Poore20-Nov-06 2:50
Ed.Poore20-Nov-06 2:50 
GeneralRe: getting text from another application Pin
MrWhite34020-Nov-06 2:52
MrWhite34020-Nov-06 2:52 
GeneralRe: getting text from another application Pin
Ed.Poore20-Nov-06 2:59
Ed.Poore20-Nov-06 2:59 
GeneralRe: getting text from another application Pin
MrWhite34020-Nov-06 5:05
MrWhite34020-Nov-06 5:05 
GeneralRe: getting text from another application Pin
Ed.Poore20-Nov-06 5:28
Ed.Poore20-Nov-06 5:28 
QuestionHow to sort a ListView control by a column (with Groups) Pin
AngryC18-Nov-06 20:56
AngryC18-Nov-06 20:56 
Questioncan abstract class implement interface? Pin
Atul Kharecha18-Nov-06 20:05
Atul Kharecha18-Nov-06 20:05 
AnswerRe: can abstract class implement interface? Pin
Karthik Kalyanasundaram18-Nov-06 20:37
Karthik Kalyanasundaram18-Nov-06 20:37 
QuestionHow to stretch background image of ListView. Pin
temp555618-Nov-06 19:48
temp555618-Nov-06 19:48 
AnswerRe: How to stretch background image of ListView. Pin
Ed.Poore19-Nov-06 8:45
Ed.Poore19-Nov-06 8:45 

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.