blah blah blah is here! blah blah » Close

0
votes
10 answers

open with -problem-

q12
349

I have a ".txt" file renamed with a custom extension: ".bzx". I want this file, when I click on it, to be "Open With" MyProgram from "\Program Files\or\whatever". How do I copy the content of that f ...

0
votes
0 answers

Opening HTML file at bookmark from C# program

Opening HTML file at bookmark from C# program a few seconds ago I can't get my C# program to open the html page at the desired location. E.g. System.Diagnostics.Process.Start(@"C:\file.htm"); works fine. It opens the ...

1
votes
1 answers

Open With

hello, what i want is to work like this: for example : if i have .txt file but i don't want to open it in notepad i want to do "Open With" so i can see the .txt in my textbox1

1
votes
3 answers

Help with threading

Hi guys, I need some help with running functions in seperate threads. My goal is to open or close the disc drive by pressing a button in a form, without the form freezing until it has opened or closed. [code] using System; using Syst ...

1
votes
2 answers

How to open a form and tab

i want to know how to open form (Main) And Tabpage2 code to open a form [code] new Main().Show(); [/code] ========================= code to open Tabpage2 [code] this.tabControl1.SelectedIndex = 1; [/code] if any one ...

Feedback