Click here to Skip to main content
15,917,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Hexadecimal const declare Pin
JoeSharp23-Jun-09 22:03
JoeSharp23-Jun-09 22:03 
GeneralRe: Hexadecimal const declare Pin
garfield18523-Jun-09 22:11
garfield18523-Jun-09 22:11 
Questionhow to start a project Pin
shivam jaitly23-Jun-09 21:32
shivam jaitly23-Jun-09 21:32 
AnswerRe: how to start a project Pin
Christian Graus23-Jun-09 21:38
protectorChristian Graus23-Jun-09 21:38 
AnswerRe: how to start a project Pin
Dave Kreskowiak24-Jun-09 4:12
mveDave Kreskowiak24-Jun-09 4:12 
AnswerRe: how to start a project Pin
Jon_Boy24-Jun-09 4:18
Jon_Boy24-Jun-09 4:18 
GeneralRe: how to start a project Pin
scottgp24-Jun-09 5:24
professionalscottgp24-Jun-09 5:24 
GeneralRe: how to start a project Pin
Jon_Boy24-Jun-09 6:33
Jon_Boy24-Jun-09 6:33 
QuestionDHTMLEdit and Font color Pin
kof_fans23-Jun-09 20:58
kof_fans23-Jun-09 20:58 
AnswerRe: DHTMLEdit and Font color Pin
Aman Bhullar23-Jun-09 21:22
Aman Bhullar23-Jun-09 21:22 
GeneralRe: DHTMLEdit and Font color Pin
kof_fans23-Jun-09 21:28
kof_fans23-Jun-09 21:28 
QuestionHow Can I Open myFile Format With My Created Program [modified] Pin
rostam2023-Jun-09 18:45
rostam2023-Jun-09 18:45 
AnswerRe: How Can I Open myFile Format With My Created Program Pin
_Damian S_23-Jun-09 20:12
professional_Damian S_23-Jun-09 20:12 
AnswerRe: How Can I Open myFile Format With My Created Program Pin
Luc Pattyn23-Jun-09 21:27
sitebuilderLuc Pattyn23-Jun-09 21:27 
Hi,

there are two parts to this:

1. the file association: teaching Windows your file extension goes with your app; the easiest way to achieve that is by doing it manually once, i.e. double-click a file, choose the right app and check "always open using this app". A more complex way is adding some code.

2. the opening of the file: your app will now be launched with one (or more) file paths as command line arguments, so your app must read the command line and act upon it. See Environment.GetCommandLineArgs()

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

QuestionChange startup dir Pin
cstrader23223-Jun-09 15:58
cstrader23223-Jun-09 15:58 
AnswerRe: Change startup dir Pin
_Damian S_23-Jun-09 16:17
professional_Damian S_23-Jun-09 16:17 
GeneralRe: Change startup dir Pin
cstrader23224-Jun-09 1:48
cstrader23224-Jun-09 1:48 
GeneralRe: Change startup dir Pin
LCARS x3224-Jun-09 21:13
LCARS x3224-Jun-09 21:13 
GeneralRe: Change startup dir Pin
cstrader23225-Jun-09 12:06
cstrader23225-Jun-09 12:06 
Questionloading controls on a frame Pin
No-e23-Jun-09 5:46
No-e23-Jun-09 5:46 
AnswerRe: loading controls on a frame Pin
Jon_Boy23-Jun-09 5:53
Jon_Boy23-Jun-09 5:53 
GeneralRe: loading controls on a frame Pin
EliottA23-Jun-09 6:00
EliottA23-Jun-09 6:00 
GeneralRe: loading controls on a frame Pin
No-e23-Jun-09 6:10
No-e23-Jun-09 6:10 
GeneralRe: loading controls on a frame Pin
EliottA23-Jun-09 6:17
EliottA23-Jun-09 6:17 
GeneralRe: loading controls on a frame Pin
Jon_Boy23-Jun-09 6:40
Jon_Boy23-Jun-09 6:40 

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.