Click here to Skip to main content
15,917,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: AcceptTcpClient() Pin
Ed.Poore24-Mar-06 7:46
Ed.Poore24-Mar-06 7:46 
AnswerRe: AcceptTcpClient() Pin
HakunaMatada24-Mar-06 22:36
HakunaMatada24-Mar-06 22:36 
QuestionOleDbConnection Problem... Pin
Jax_qqq24-Mar-06 0:10
Jax_qqq24-Mar-06 0:10 
AnswerRe: OleDbConnection Problem... Pin
E.L. Golpe24-Mar-06 2:43
E.L. Golpe24-Mar-06 2:43 
GeneralRe: OleDbConnection Problem... Pin
Jax_qqq26-Mar-06 21:59
Jax_qqq26-Mar-06 21:59 
QuestionShow/Hide Quick Launch Bar Pin
sherwani23-Mar-06 23:57
sherwani23-Mar-06 23:57 
AnswerRe: Show/Hide Quick Launch Bar Pin
leppie24-Mar-06 1:41
leppie24-Mar-06 1:41 
QuestionHow to load text.. Pin
AeQuitaZ23-Mar-06 23:34
AeQuitaZ23-Mar-06 23:34 
Hi..
How do i load the textfile i open into a richTextBox?
The best thing for me would be if i save this directory path that i choose in a "config file" so it saves there. Second i want to browse the text file (.scp) in my richTextBox.
<br />
        private void btnOpen_Click_1(object sender, EventArgs e)<br />
        {<br />
            OpenFileDialog fdlg = new OpenFileDialog();<br />
            fdlg.Title = "Emu Open File Dialog";<br />
            fdlg.InitialDirectory = @"c:\";<br />
            fdlg.Filter = "Emu Files (*.scp*)|*.scp*|Emu Files (*.scp*)|*.scp*";<br />
            fdlg.FilterIndex = 2;<br />
            fdlg.RestoreDirectory = true;<br />
            if (fdlg.ShowDialog() == DialogResult.OK)<br />
            {<br />
                textBox20.Text = fdlg.FileName;<br />
            }<br />

Anyone that can help me?

Regards
//Aeq...
AnswerRe: How to load text.. Pin
AB777124-Mar-06 1:47
AB777124-Mar-06 1:47 
Questionbinding DataGrideView Pin
mrkeivan23-Mar-06 23:05
mrkeivan23-Mar-06 23:05 
AnswerRe: binding DataGrideView Pin
E.L. Golpe24-Mar-06 1:26
E.L. Golpe24-Mar-06 1:26 
Questioncom interop Pin
V.23-Mar-06 22:43
professionalV.23-Mar-06 22:43 
AnswerRe: com interop Pin
mav.northwind23-Mar-06 23:16
mav.northwind23-Mar-06 23:16 
GeneralRe: com interop Pin
V.23-Mar-06 23:30
professionalV.23-Mar-06 23:30 
Questionhow to keep track of users Pin
vamsimohan2123-Mar-06 22:15
vamsimohan2123-Mar-06 22:15 
AnswerRe: how to keep track of users Pin
CWIZO23-Mar-06 23:05
CWIZO23-Mar-06 23:05 
GeneralRe: how to keep track of users Pin
vamsimohan2123-Mar-06 23:36
vamsimohan2123-Mar-06 23:36 
QuestionInvoking JavaScript Using System.Windows.Forms.WebBrowser Pin
BapiLolly23-Mar-06 22:07
BapiLolly23-Mar-06 22:07 
QuestionUsing an ATL object in C# Pin
rasmus.toftdahl.olesen23-Mar-06 21:46
rasmus.toftdahl.olesen23-Mar-06 21:46 
QuestionInserting Shapes into Excel from Clipbord Pin
Gokulan Venattil23-Mar-06 21:36
Gokulan Venattil23-Mar-06 21:36 
QuestionTaskBar Toolbar and Shell32.dll Pin
sherwani23-Mar-06 20:34
sherwani23-Mar-06 20:34 
QuestionUsing Internet Explorer DLL file Pin
Areff23-Mar-06 20:24
Areff23-Mar-06 20:24 
AnswerRe: Using Internet Explorer DLL file Pin
oykica23-Mar-06 20:59
oykica23-Mar-06 20:59 
QuestionEnterprise Library 2006 Pin
Brendan Vogt23-Mar-06 20:01
Brendan Vogt23-Mar-06 20:01 
AnswerRe: Enterprise Library 2006 Pin
oykica23-Mar-06 20:20
oykica23-Mar-06 20:20 

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.