Click here to Skip to main content
15,886,664 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPlaying Wave files with the Audio routines? Pin
TheComputerMan6-Mar-09 14:16
TheComputerMan6-Mar-09 14:16 
AnswerRe: Playing Wave files with the Audio routines? Pin
TheComputerMan6-Mar-09 14:35
TheComputerMan6-Mar-09 14:35 
Questionmy vb.net code Pin
JAYRAJ GIRI6-Mar-09 8:24
JAYRAJ GIRI6-Mar-09 8:24 
GeneralRe: my vb.net code Pin
Luc Pattyn6-Mar-09 8:32
sitebuilderLuc Pattyn6-Mar-09 8:32 
GeneralRe: my vb.net code Pin
Christian Graus8-Mar-09 17:11
protectorChristian Graus8-Mar-09 17:11 
AnswerRe: my vb.net code Pin
Dave Kreskowiak6-Mar-09 9:26
mveDave Kreskowiak6-Mar-09 9:26 
QuestionRe: my vb.net code Pin
dan!sh 6-Mar-09 20:53
professional dan!sh 6-Mar-09 20:53 
QuestionChange file extention association and apply changes? Pin
Member 21389206-Mar-09 5:00
Member 21389206-Mar-09 5:00 
Hi everyone.
I use this commands to set registry values for file association.

My.Computer.Registry.ClassesRoot.CreateSubKey(".plt").SetValue("", "HPGL_FILE", Microsoft.Win32.RegistryValueKind.String)
        My.Computer.Registry.ClassesRoot.CreateSubKey("HPGL_FILE\shell\open\command").SetValue("", "C:\programmi\av\avwin\avwin.exe" & _
        " ""%l"" ", Microsoft.Win32.RegistryValueKind.String)
My.Computer.Registry.ClassesRoot.CreateSubKey("HPGL_FILE\DefaultIcon").SetValue("", "C:\programmi\av\avwin\avwin.exe,1", _
Microsoft.Win32.RegistryValueKind.String)


It works fine if the extention is not already associated with another program.

I think I miss something Sigh | :sigh:

Thank you in advance!

Matteo
AnswerRe: Change file extention association and apply changes? Pin
Dave Kreskowiak6-Mar-09 5:35
mveDave Kreskowiak6-Mar-09 5:35 
GeneralRe: Change file extention association and apply changes? Pin
Member 21389208-Mar-09 21:32
Member 21389208-Mar-09 21:32 
GeneralRe: Change file extention association and apply changes? Pin
Dave Kreskowiak9-Mar-09 2:15
mveDave Kreskowiak9-Mar-09 2:15 
Questionlink for merger module for CR Pin
hrishiS6-Mar-09 2:32
hrishiS6-Mar-09 2:32 
AnswerRe: link for merger module for CR Pin
Dave Kreskowiak6-Mar-09 4:17
mveDave Kreskowiak6-Mar-09 4:17 
QuestionCrystal Reports Parameter problem Pin
Jay Royall6-Mar-09 1:44
Jay Royall6-Mar-09 1:44 
QuestionUsercontrol focus Pin
JR2126-Mar-09 0:54
JR2126-Mar-09 0:54 
AnswerRe: Usercontrol focus Pin
Eddy Vluggen6-Mar-09 1:15
professionalEddy Vluggen6-Mar-09 1:15 
GeneralRe: Usercontrol focus Pin
JR2129-Mar-09 4:28
JR2129-Mar-09 4:28 
GeneralRe: Usercontrol focus Pin
Eddy Vluggen9-Mar-09 6:07
professionalEddy Vluggen9-Mar-09 6:07 
GeneralRe: Usercontrol focus Pin
JR2129-Mar-09 21:16
JR2129-Mar-09 21:16 
GeneralRe: Usercontrol focus Pin
Eddy Vluggen9-Mar-09 23:21
professionalEddy Vluggen9-Mar-09 23:21 
Questionapllication.startpath Pin
hrishiS6-Mar-09 0:08
hrishiS6-Mar-09 0:08 
AnswerRe: apllication.startpath Pin
Ashfield6-Mar-09 1:24
Ashfield6-Mar-09 1:24 
GeneralRe: apllication.startpath Pin
hrishiS6-Mar-09 1:39
hrishiS6-Mar-09 1:39 
GeneralRe: apllication.startpath Pin
Dave Kreskowiak6-Mar-09 3:57
mveDave Kreskowiak6-Mar-09 3:57 
QuestionHTML Email Behind Proxy Pin
Rajeev Dhiman5-Mar-09 23:43
Rajeev Dhiman5-Mar-09 23:43 

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.