Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralWebBrowser Navigate Pin
Member 6282798-Apr-05 11:59
Member 6282798-Apr-05 11:59 
GeneralTwo Logical Problems With DOTNET Prog. Pin
zaigham_chaudhry8-Apr-05 10:21
zaigham_chaudhry8-Apr-05 10:21 
Questionhow to create a XP style ToolBar? Pin
sssa20008-Apr-05 10:17
sssa20008-Apr-05 10:17 
AnswerRe: how to create a XP style ToolBar? Pin
afinnell8-Apr-05 14:25
afinnell8-Apr-05 14:25 
GeneralSource Control in VS.net Pin
rt78-Apr-05 7:16
rt78-Apr-05 7:16 
GeneralVS 2005 Express (is it safe?) Pin
Anonymous8-Apr-05 6:02
Anonymous8-Apr-05 6:02 
GeneralRe: VS 2005 Express (is it safe?) Pin
Judah Gabriel Himango8-Apr-05 7:05
sponsorJudah Gabriel Himango8-Apr-05 7:05 
GeneralRe: VS 2005 Express (is it safe?) Pin
Anonymous8-Apr-05 10:22
Anonymous8-Apr-05 10:22 
GeneralForms.Timer Problem Pin
Apusnaias8-Apr-05 5:44
Apusnaias8-Apr-05 5:44 
GeneralRe: Forms.Timer Problem Pin
hooray8-Apr-05 7:14
hooray8-Apr-05 7:14 
GeneralRe: Forms.Timer Problem Pin
Apusnaias8-Apr-05 8:45
Apusnaias8-Apr-05 8:45 
GeneralXML verus Traditional Files Pin
felopater8-Apr-05 5:28
felopater8-Apr-05 5:28 
GeneralRe: XML verus Traditional Files Pin
Judah Gabriel Himango8-Apr-05 7:08
sponsorJudah Gabriel Himango8-Apr-05 7:08 
GeneralRe: XML verus Traditional Files Pin
Steven Campbell8-Apr-05 10:10
Steven Campbell8-Apr-05 10:10 
GeneralRe: XML verus Traditional Files Pin
DavidNohejl8-Apr-05 10:56
DavidNohejl8-Apr-05 10:56 
QuestionHow to use non .NET DLLs in .NET environment? Pin
Khang Nguyen8-Apr-05 5:26
Khang Nguyen8-Apr-05 5:26 
AnswerRe: How to use non .NET DLLs in .NET environment? Pin
DavidNohejl8-Apr-05 5:42
DavidNohejl8-Apr-05 5:42 
GeneralRe: How to use non .NET DLLs in .NET environment? Pin
Khang Nguyen8-Apr-05 6:29
Khang Nguyen8-Apr-05 6:29 
QuestionHow do i associate file extensions to app's in the registry? Pin
Anthony Mushrow8-Apr-05 4:30
professionalAnthony Mushrow8-Apr-05 4:30 
AnswerRe: How do i associate file extensions to app's in the registry? Pin
Dave Kreskowiak8-Apr-05 5:15
mveDave Kreskowiak8-Apr-05 5:15 
Opoen regedit and start poking around in HKEY_CLASSES_ROOT. For example, if you're used to doubling clicking a .LOG file and having it open in Notepad, scroll down until you find a key called .log and click on it. You'll find something under the default value (right-side of regedit), usually its txtfile.

Now continue to scroll down the HKEY_CLASSES_ROOT keys until you find txtfile. You'll find a bunch of stuff under that key. You're probably looking for something like this.

You'll have to duplicate both keys for your application, depending on what you want to support in your app. If you're familiar with command line arguments work, it'll be obvious what's going on in these keys.

Now all you have to do is add command line argument support to your application and you'll be all set.

[EDIT]
Oh yeah! If you screw up your registry, it's not my fault! My hand wasn't on the mouse when it happened.

RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: How do i associate file extensions to app's in the registry? Pin
felopater8-Apr-05 5:51
felopater8-Apr-05 5:51 
GeneralRe: How do i associate file extensions to app's in the registry? Pin
Dave Kreskowiak8-Apr-05 9:02
mveDave Kreskowiak8-Apr-05 9:02 
QuestionHow do I read data from an Excel Spreadsheet with C#?? Please Help! Pin
AfzalHassen8-Apr-05 3:29
AfzalHassen8-Apr-05 3:29 
AnswerRe: How do I read data from an Excel Spreadsheet with C#?? Please Help! Pin
Ritesh12348-Apr-05 3:49
Ritesh12348-Apr-05 3:49 
GeneralRe: How do I read data from an Excel Spreadsheet with C#?? Please Help! Pin
Colin Angus Mackay8-Apr-05 4:10
Colin Angus Mackay8-Apr-05 4:10 

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.