Click here to Skip to main content
15,890,043 members
Home / Discussions / C#
   

C#

 
AnswerRe: picturebox binding Pin
tarasn29-Jan-06 21:34
tarasn29-Jan-06 21:34 
QuestionTable Adapter is not really updating the database Pin
emran83429-Jan-06 5:35
emran83429-Jan-06 5:35 
QuestionMultiple selection listview - how to tell which item was selected last Pin
shubi29-Jan-06 5:08
shubi29-Jan-06 5:08 
AnswerRe: Multiple selection listview - how to tell which item was selected last Pin
S. Senthil Kumar29-Jan-06 8:30
S. Senthil Kumar29-Jan-06 8:30 
GeneralRe: Multiple selection listview - how to tell which item was selected last Pin
michaelbaylon30-Jan-06 3:58
michaelbaylon30-Jan-06 3:58 
Questionupdate problem Pin
kings_129-Jan-06 3:18
kings_129-Jan-06 3:18 
QuestionWaitForExit() Give me Error ( Another installation is in Progress ) Pin
Amal ElHosseiny29-Jan-06 2:24
Amal ElHosseiny29-Jan-06 2:24 
QuestionDelete Temporary Internet Files using c# Pin
realmontanakid29-Jan-06 1:58
realmontanakid29-Jan-06 1:58 
Hi
I try to delete my Temporary Internet Files using C# Code.
I thought.. no problem, but the only file that was found is the desktop.ini...
No other files in that Directory..

<br />
        private void button1_Click(object sender, EventArgs e)<br />
        {<br />
<br />
            string dir= Environment.GetFolderPath(Environment.SpecialFolder.InternetCache);<br />
<br />
            foreach (string fileName in Directory.GetFiles(dir))<br />
            {<br />
                File.Delete(fileName);<br />
            }<br />
        }<br />

AnswerRe: Delete Temporary Internet Files using c# Pin
Guffa29-Jan-06 2:55
Guffa29-Jan-06 2:55 
GeneralRe: Delete Temporary Internet Files using c# Pin
realmontanakid29-Jan-06 3:05
realmontanakid29-Jan-06 3:05 
AnswerRe: Delete Temporary Internet Files using c# Pin
Guffa29-Jan-06 3:40
Guffa29-Jan-06 3:40 
AnswerRe: Delete Temporary Internet Files using c# Pin
usernamed29-Jan-06 9:42
usernamed29-Jan-06 9:42 
AnswerRe: Delete Temporary Internet Files using c# Pin
tarasn29-Jan-06 3:48
tarasn29-Jan-06 3:48 
QuestionISDN control through C# Pin
Mustafa Ismail Mustafa28-Jan-06 22:39
Mustafa Ismail Mustafa28-Jan-06 22:39 
QuestionVoice Chat,Audio Streaming Pin
User 209307328-Jan-06 20:42
User 209307328-Jan-06 20:42 
AnswerRe: Voice Chat,Audio Streaming Pin
Dario Solera29-Jan-06 6:37
Dario Solera29-Jan-06 6:37 
GeneralRe: Voice Chat,Audio Streaming Pin
User 209307330-Jan-06 1:03
User 209307330-Jan-06 1:03 
Questionsaving image files from child forms Pin
edel_ong28-Jan-06 19:08
edel_ong28-Jan-06 19:08 
AnswerRe: saving image files from child forms Pin
CWIZO29-Jan-06 0:03
CWIZO29-Jan-06 0:03 
Questionweb browser Pin
sianatia28-Jan-06 18:37
sianatia28-Jan-06 18:37 
QuestionWeb Service Directory Pin
Guinness4Strength28-Jan-06 17:30
Guinness4Strength28-Jan-06 17:30 
AnswerRe: Web Service Directory Pin
Dave Kreskowiak28-Jan-06 19:02
mveDave Kreskowiak28-Jan-06 19:02 
GeneralRe: Web Service Directory Pin
Guinness4Strength29-Jan-06 4:46
Guinness4Strength29-Jan-06 4:46 
GeneralRe: Web Service Directory Pin
Guinness4Strength29-Jan-06 7:36
Guinness4Strength29-Jan-06 7:36 
GeneralRe: Web Service Directory Pin
Guinness4Strength29-Jan-06 9:11
Guinness4Strength29-Jan-06 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.