Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows Media Player Pin
Nafiseh Salmani23-Sep-06 21:33
Nafiseh Salmani23-Sep-06 21:33 
QuestionDirectX.dll Pin
Nafiseh Salmani23-Sep-06 20:00
Nafiseh Salmani23-Sep-06 20:00 
AnswerRe: DirectX.dll Pin
Christian Graus23-Sep-06 20:11
protectorChristian Graus23-Sep-06 20:11 
GeneralRe: DirectX.dll Pin
Christian Graus23-Sep-06 20:46
protectorChristian Graus23-Sep-06 20:46 
GeneralRe: DirectX.dll Pin
Nafiseh Salmani23-Sep-06 21:08
Nafiseh Salmani23-Sep-06 21:08 
GeneralRe: DirectX.dll Pin
Nafiseh Salmani24-Sep-06 0:13
Nafiseh Salmani24-Sep-06 0:13 
QuestionView Text File Pin
sottos23-Sep-06 16:23
sottos23-Sep-06 16:23 
AnswerRe: View Text File Pin
Judah Gabriel Himango23-Sep-06 16:38
sponsorJudah Gabriel Himango23-Sep-06 16:38 
View a text file? You mean launch a .txt file with the program currently associated with .txt files? That would be System.Diagnostics.Process.Start. Or do you mean show the contents of a text file inside your own Windows Form? For that, you just need to read the text of the file in using System.IO.File.ReadAllText, then put that text into a textbox on your form.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: And in this corner, the Party of Allah
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: View Text File Pin
sottos23-Sep-06 16:54
sottos23-Sep-06 16:54 
GeneralRe: View Text File Pin
Judah Gabriel Himango23-Sep-06 16:55
sponsorJudah Gabriel Himango23-Sep-06 16:55 
GeneralRe: View Text File Pin
sottos23-Sep-06 18:01
sottos23-Sep-06 18:01 
GeneralRe: View Text File Pin
Judah Gabriel Himango23-Sep-06 18:02
sponsorJudah Gabriel Himango23-Sep-06 18:02 
GeneralRe: View Text File Pin
Christian Graus23-Sep-06 20:13
protectorChristian Graus23-Sep-06 20:13 
GeneralRe: View Text File Pin
sottos24-Sep-06 6:24
sottos24-Sep-06 6:24 
GeneralRe: View Text File Pin
Christian Graus24-Sep-06 10:50
protectorChristian Graus24-Sep-06 10:50 
Questionhow do I delete repeating characters? Pin
roberto_santinni23-Sep-06 9:26
roberto_santinni23-Sep-06 9:26 
GeneralRe: how do I delete repeating characters? [modified] Pin
Guffa23-Sep-06 10:37
Guffa23-Sep-06 10:37 
AnswerRe: how do I delete repeating characters? Pin
User 665823-Sep-06 11:06
User 665823-Sep-06 11:06 
QuestionHow to save image in XML file Pin
medious00923-Sep-06 8:42
medious00923-Sep-06 8:42 
AnswerRe: How to save image in XML file Pin
mav.northwind23-Sep-06 9:14
mav.northwind23-Sep-06 9:14 
AnswerRe: How to save image in XML file Pin
AndriyZZ23-Sep-06 9:14
AndriyZZ23-Sep-06 9:14 
QuestionSystem requirements Pin
Rogenator23-Sep-06 7:35
Rogenator23-Sep-06 7:35 
AnswerRe: System requirements Pin
Judah Gabriel Himango23-Sep-06 15:59
sponsorJudah Gabriel Himango23-Sep-06 15:59 
GeneralRe: System requirements Pin
Rogenator23-Sep-06 20:22
Rogenator23-Sep-06 20:22 
QuestionDebug/Release dissapearing toolbar images Pin
seq-23-Sep-06 6:45
seq-23-Sep-06 6: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.