Click here to Skip to main content
15,903,385 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Treeview problem in vb.net Pin
besah1-Mar-06 4:10
besah1-Mar-06 4:10 
QuestionCan a listbox do this? Pin
KaKa'28-Feb-06 22:41
KaKa'28-Feb-06 22:41 
AnswerRe: Can a listbox do this? Pin
noshaba mariam1-Mar-06 17:31
noshaba mariam1-Mar-06 17:31 
Questionfile association Pin
andylimjp28-Feb-06 19:36
andylimjp28-Feb-06 19:36 
AnswerRe: file association Pin
Dave Kreskowiak1-Mar-06 1:15
mveDave Kreskowiak1-Mar-06 1:15 
GeneralRe: file association Pin
andylimjp1-Mar-06 6:02
andylimjp1-Mar-06 6:02 
GeneralRe: file association Pin
Dave Kreskowiak1-Mar-06 9:18
mveDave Kreskowiak1-Mar-06 9:18 
GeneralRe: file association Pin
Dave Kreskowiak1-Mar-06 9:19
mveDave Kreskowiak1-Mar-06 9:19 
It sounds like the association is messed up. Open Explorer and click on the Tools menu, Folder Options. Click on the File Types tab. Find your file extension in the list and click on it. Then click on the Advanced button. You should have an open item in the Actions box. Click that, then click Edit. The command line under Application used to perform action: box should look something like this (with the quotes!):
"C:\Program Files\someFolder\myApp.exe" "%1"

If the quotes are not there, the file paths will not get processed correctly and your app will get a list of command-line parameters like this:
myApp.exe C:\Documents and Settings\userId\File To Open.txt

The list of 5 parameters will look like this:
C:\Documents
and
Settings\userId\File
To
Open.txt



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

GeneralRe: file association Pin
andylimjp1-Mar-06 13:52
andylimjp1-Mar-06 13:52 
GeneralRe: file association Pin
Dave Kreskowiak2-Mar-06 2:21
mveDave Kreskowiak2-Mar-06 2:21 
AnswerRe: file association Pin
Dave Kreskowiak1-Mar-06 5:51
mveDave Kreskowiak1-Mar-06 5:51 
QuestionDataset.Table.RemoveAuthorsRow(variable) Pin
Scott341528-Feb-06 19:20
Scott341528-Feb-06 19:20 
AnswerRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 1:14
mveDave Kreskowiak1-Mar-06 1:14 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 2:04
Scott34151-Mar-06 2:04 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 2:19
mveDave Kreskowiak1-Mar-06 2:19 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 2:36
Scott34151-Mar-06 2:36 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 5:42
mveDave Kreskowiak1-Mar-06 5:42 
AnswerRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:00
Doctor Nick1-Mar-06 3:00 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:05
Scott34151-Mar-06 3:05 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:15
Doctor Nick1-Mar-06 3:15 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:37
Scott34151-Mar-06 3:37 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:55
Doctor Nick1-Mar-06 3:55 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:57
Scott34151-Mar-06 3:57 
Questioncreating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 19:00
uglyeyes28-Feb-06 19:00 
AnswerRe: creating multiple dataset based upon a query Pin
Guffa28-Feb-06 21:42
Guffa28-Feb-06 21:42 

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.