blah blah blah is here! blah blah » Close

0
votes
1 answers

Different color for each listbox item

Howdy, Please help me. I wonder how to give a different color for each listbox item. I've try to make a short line of code to handle that but it was failed. [code] if(this.listBox1.InvokeRequired==true){ this.listB ...

0
votes
1 answers

Handle a flickering listview.

Please help me to solve this problem : I have 2 treeview and 2 listview The first treeview show a directory structure just like in explorer window. and the second treeview show another directory structure from remote computer. if i ...

0
votes
1 answers

Free FTP library for C#

Howdy...I would like to know if there is any free FTP library. I've been using ChilkatDotNet2 but sadly the trial period is over. Thank you.

0
votes
1 answers

Getting some certain value from Xml document

I have an Xml document which contain some records like this : [code]<?xml version="1.0" encoding="utf-8"?> <Root> <Koneksi> <TipeKoneksi>Prepaid Connection</TipeKoneksi> < ...

0
votes
1 answers

Write and Read Xml Document in A single Process

Please help me to solve this problem. I've a method to write (Thank's to Mr Vulpes) and read Xml document but i put it in a single process, here is the code : [code]void createXMLConnection(){ int valfc=0; ...

0
votes
1 answers

Write Append into Xml File

I've been struggled for many hours to solve this but still didn't find any solution. I created a xml document using C# code and want to update the content of that xml document when I click a button with a certain event validation. When th ...

Feedback