Click here to Skip to main content
15,878,852 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Treeview problem in vb.net Pin
Dave Kreskowiak2-Mar-06 7:42
mveDave Kreskowiak2-Mar-06 7:42 
QuestionOpen a file when it is double clicked Pin
Chatura Dilan1-Mar-06 20:19
Chatura Dilan1-Mar-06 20:19 
AnswerRe: Open a file when it is double clicked Pin
noshaba mariam1-Mar-06 21:23
noshaba mariam1-Mar-06 21:23 
AnswerRe: Open a file when it is double clicked Pin
J4amieC1-Mar-06 21:53
J4amieC1-Mar-06 21:53 
GeneralRe: Open a file when it is double clicked Pin
Chatura Dilan2-Mar-06 1:12
Chatura Dilan2-Mar-06 1:12 
GeneralRe: Open a file when it is double clicked Pin
J4amieC2-Mar-06 1:16
J4amieC2-Mar-06 1:16 
GeneralRe: Open a file when it is double clicked Pin
Chatura Dilan2-Mar-06 14:13
Chatura Dilan2-Mar-06 14:13 
GeneralRe: Open a file when it is double clicked Pin
Omar Mallat2-Mar-06 2:02
professionalOmar Mallat2-Mar-06 2:02 
Hi, If you need to relate an extension type to your application, you can do it using the windows utilites, or a vb code. in windows, it's done using folder options in explorer. but in code I can help you, you should create some keys in the registry, it's very simple. you can also assign an Icon and add commands to it when you right click on a file like Edit in MyApplication or CompileFile... tell me if you need it.

but if you need that after having the type related, how to open it so:
when you double click on file, it's automatically sent to the related application as arguments. you can select multiple files and press enter so all files will be sent to you application as array of arguments.
you can catch all argument while loading application. someone tell you how using C#
but can you tell wich version of VB you use?Confused | :confused: is it vb.net or vb2005? so I can help you also...Cool | :cool:

OmarMallat
GeneralRe: Open a file when it is double clicked Pin
Chatura Dilan2-Mar-06 14:06
Chatura Dilan2-Mar-06 14:06 
QuestionHow to get the clients IP address using TcpClient in VB.Net Pin
Maher Abu Zer1-Mar-06 20:19
professionalMaher Abu Zer1-Mar-06 20:19 
AnswerRe: How to get the clients IP address using TcpClient in VB.Net Pin
Dave Kreskowiak2-Mar-06 5:35
mveDave Kreskowiak2-Mar-06 5:35 
AnswerRe: How to get the clients IP address using TcpClient in VB.Net Pin
Maher Abu Zer2-Mar-06 6:34
professionalMaher Abu Zer2-Mar-06 6:34 
GeneralRe: How to get the clients IP address using TcpClient in VB.Net Pin
Dave Kreskowiak2-Mar-06 7:37
mveDave Kreskowiak2-Mar-06 7:37 
QuestionTreeeview problem in vb.net Pin
pankajgarg121-Mar-06 20:09
pankajgarg121-Mar-06 20:09 
AnswerRe: Treeeview problem in vb.net Pin
Dave Kreskowiak2-Mar-06 5:08
mveDave Kreskowiak2-Mar-06 5:08 
Questioncreating multiple webcharts based upon query ID Pin
uglyeyes1-Mar-06 19:25
uglyeyes1-Mar-06 19:25 
AnswerRe: creating multiple webcharts based upon query ID Pin
Dave Kreskowiak2-Mar-06 4:50
mveDave Kreskowiak2-Mar-06 4:50 
Questioncode for thinning or skeletonization in vb Pin
swap_1231-Mar-06 19:18
swap_1231-Mar-06 19:18 
AnswerRe: code for thinning or skeletonization in vb Pin
Dave Kreskowiak2-Mar-06 4:20
mveDave Kreskowiak2-Mar-06 4:20 
QuestionVB Image Comparison Pin
Russ72841-Mar-06 16:36
Russ72841-Mar-06 16:36 
AnswerRe: VB Image Comparison Pin
progload1-Mar-06 19:46
progload1-Mar-06 19:46 
GeneralRe: VB Image Comparison Pin
Russ72842-Mar-06 14:51
Russ72842-Mar-06 14:51 
GeneralRe: VB Image Comparison Pin
progload2-Mar-06 17:10
progload2-Mar-06 17:10 
GeneralRe: VB Image Comparison Pin
Russ72843-Mar-06 3:17
Russ72843-Mar-06 3:17 
QuestionComparing two large files Pin
Klazen1-Mar-06 15:44
Klazen1-Mar-06 15:44 

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.