473,396 Members | 1,599 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Command()

So here is my problem
I have a program written in VB9 that I wanted to add a file reference to textfile renamed .spf.
In the file there is stuff on every row that the program does something about.

This is the info in the registry

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.spf]
@="Strukturprogram.Document"
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\strukturprogram.File.spf]
@="Structureprogram Import File"

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Default Icon]
@="C:\\Program\\Heatex AB\\Strukturprogram\\Strukturprogram.exe,1"

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Open]

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Open\co mmand]
@="C:\\Program\\Heatex AB\\Strukturprogram\\Strukturprogram.exe%1"

And here is the code that doesent seem to work.
dblklicking a textfile.spf works fine and it opens the program.
the first msgbox shows a complete path to the file
but then I get an error saying that the path is not valid (Pasted the error on the bottom of this post)

inputName3 = Command()
MsgBox(inputName3)
Dim txt As String = My.Computer.FileSystem.ReadAllText(inputName3)
MsgBox(txt)


System.ArgumentException: Ogiltiga tecken i sökvägen.
vid System.IO.Path.CheckInvalidPathChars(String path)
vid System.IO.Path.GetFileName(String path)
vid System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
vid System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
vid System.IO.StreamReader..ctor(String path, Encoding encoding)
vid System.IO.File.ReadAllText(String path, Encoding encoding)
vid Microsoft.VisualBasic.MyServices.FileSystemProxy.R eadAllText(String file)
vid Strukturprogram.Form1.Form_Load()
vid Strukturprogram.Form1._Lambda$__1(Object a0, EventArgs a1)
vid System.EventHandler.Invoke(Object sender, EventArgs e)
vid System.Windows.Forms.Form.OnLoad(EventArgs e)
vid System.Windows.Forms.Form.OnCreateControl()
vid System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
vid System.Windows.Forms.Control.CreateControl()
vid System.Windows.Forms.Control.WmShowWindow(Message& m)
vid System.Windows.Forms.Control.WndProc(Message& m)
vid System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
vid System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
vid System.Windows.Forms.Form.WmShowWindow(Message& m)
vid System.Windows.Forms.Form.WndProc(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
vid System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Inlästa sammansättningar **************
mscorlib
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Strukturprogram
Sammansättningsversion: 1.1.0.22
Win32-version: 1.1.0.0
CodeBase: file:///C:/Program/Heatex%20AB/Strukturprogram/Strukturprogram.exe
----------------------------------------
Microsoft.VisualBasic
Sammansättningsversion: 8.0.0.0
Win32-version: 8.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0..0_sv_b77a5c561934e089/System.Windows.Forms.resources.dll
Jul 29 '08 #1
3 1165
And there are no double backslashes in that path?
"Tomas Andersson" <to*************@heatex.comschreef in bericht news:u6**************@TK2MSFTNGP04.phx.gbl...
So here is my problem
I have a program written in VB9 that I wanted to add a file reference to textfile renamed .spf.
In the file there is stuff on every row that the program does something about.

This is the info in the registry

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.spf]
@="Strukturprogram.Document"
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\strukturprogram.File.spf]
@="Structureprogram Import File"

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Default Icon]
@="C:\\Program\\Heatex AB\\Strukturprogram\\Strukturprogram.exe,1"

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Open]

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Open\co mmand]
@="C:\\Program\\Heatex AB\\Strukturprogram\\Strukturprogram.exe%1"

And here is the code that doesent seem to work.
dblklicking a textfile.spf works fine and it opens the program.
the first msgbox shows a complete path to the file
but then I get an error saying that the path is not valid (Pasted the error on the bottom of this post)

inputName3 = Command()
MsgBox(inputName3)
Dim txt As String = My.Computer.FileSystem.ReadAllText(inputName3)
MsgBox(txt)


System.ArgumentException: Ogiltiga tecken i sökvägen.
vid System.IO.Path.CheckInvalidPathChars(String path)
vid System.IO.Path.GetFileName(String path)
vid System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
vid System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
vid System.IO.StreamReader..ctor(String path, Encoding encoding)
vid System.IO.File.ReadAllText(String path, Encoding encoding)
vid Microsoft.VisualBasic.MyServices.FileSystemProxy.R eadAllText(String file)
vid Strukturprogram.Form1.Form_Load()
vid Strukturprogram.Form1._Lambda$__1(Object a0, EventArgs a1)
vid System.EventHandler.Invoke(Object sender, EventArgs e)
vid System.Windows.Forms.Form.OnLoad(EventArgs e)
vid System.Windows.Forms.Form.OnCreateControl()
vid System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
vid System.Windows.Forms.Control.CreateControl()
vid System.Windows.Forms.Control.WmShowWindow(Message& m)
vid System.Windows.Forms.Control.WndProc(Message& m)
vid System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
vid System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
vid System.Windows.Forms.Form.WmShowWindow(Message& m)
vid System.Windows.Forms.Form.WndProc(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
vid System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Inlästa sammansättningar **************
mscorlib
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Strukturprogram
Sammansättningsversion: 1.1.0.22
Win32-version: 1.1.0.0
CodeBase: file:///C:/Program/Heatex%20AB/Strukturprogram/Strukturprogram.exe
----------------------------------------
Microsoft.VisualBasic
Sammansättningsversion: 8.0.0.0
Win32-version: 8.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0..0_sv_b77a5c561934e089/System.Windows.Forms.resources.dll
Jul 29 '08 #2
This is the output from Command()
"C:\Documents and Settings\tomasa\Skrivbord\ben.spf"
"Cor Ligthert [MVP]" <no************@planet.nlskrev i meddelandet news:O%****************@TK2MSFTNGP02.phx.gbl...
And there are no double backslashes in that path?
"Tomas Andersson" <to*************@heatex.comschreef in bericht news:u6**************@TK2MSFTNGP04.phx.gbl...
So here is my problem
I have a program written in VB9 that I wanted to add a file reference to textfile renamed .spf.
In the file there is stuff on every row that the program does something about.

This is the info in the registry

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.spf]
@="Strukturprogram.Document"
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\strukturprogram.File.spf]
@="Structureprogram Import File"

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Default Icon]
@="C:\\Program\\Heatex AB\\Strukturprogram\\Strukturprogram.exe,1"

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Open]

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Open\co mmand]
@="C:\\Program\\Heatex AB\\Strukturprogram\\Strukturprogram.exe%1"

And here is the code that doesent seem to work.
dblklicking a textfile.spf works fine and it opens the program.
the first msgbox shows a complete path to the file
but then I get an error saying that the path is not valid (Pasted the error on the bottom of this post)

inputName3 = Command()
MsgBox(inputName3)
Dim txt As String = My.Computer.FileSystem.ReadAllText(inputName3)
MsgBox(txt)


System.ArgumentException: Ogiltiga tecken i sökvägen.
vid System.IO.Path.CheckInvalidPathChars(String path)
vid System.IO.Path.GetFileName(String path)
vid System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
vid System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
vid System.IO.StreamReader..ctor(String path, Encoding encoding)
vid System.IO.File.ReadAllText(String path, Encoding encoding)
vid Microsoft.VisualBasic.MyServices.FileSystemProxy.R eadAllText(String file)
vid Strukturprogram.Form1.Form_Load()
vid Strukturprogram.Form1._Lambda$__1(Object a0, EventArgs a1)
vid System.EventHandler.Invoke(Object sender, EventArgs e)
vid System.Windows.Forms.Form.OnLoad(EventArgs e)
vid System.Windows.Forms.Form.OnCreateControl()
vid System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
vid System.Windows.Forms.Control.CreateControl()
vid System.Windows.Forms.Control.WmShowWindow(Message& m)
vid System.Windows.Forms.Control.WndProc(Message& m)
vid System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
vid System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
vid System.Windows.Forms.Form.WmShowWindow(Message& m)
vid System.Windows.Forms.Form.WndProc(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
vid System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Inlästa sammansättningar **************
mscorlib
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Strukturprogram
Sammansättningsversion: 1.1.0.22
Win32-version: 1.1.0.0
CodeBase: file:///C:/Program/Heatex%20AB/Strukturprogram/Strukturprogram.exe
----------------------------------------
Microsoft.VisualBasic
Sammansättningsversion: 8.0.0.0
Win32-version: 8.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0..0_sv_b77a5c561934e089/System.Windows.Forms.resources.dll
Jul 29 '08 #3
Some times you can stare at a problem until you get stupified.
Sutch is the case this time. Removing the " in the begining and end of eft string kind of helps

"Tomas Andersson" <to*************@heatex.comskrev i meddelandet news:%2***************@TK2MSFTNGP02.phx.gbl...
This is the output from Command()
"C:\Documents and Settings\tomasa\Skrivbord\ben.spf"
"Cor Ligthert [MVP]" <no************@planet.nlskrev i meddelandet news:O%****************@TK2MSFTNGP02.phx.gbl...
And there are no double backslashes in that path?
"Tomas Andersson" <to*************@heatex.comschreef in bericht news:u6**************@TK2MSFTNGP04.phx.gbl...
So here is my problem
I have a program written in VB9 that I wanted to add a file reference to textfile renamed .spf.
In the file there is stuff on every row that the program does something about.

This is the info in the registry

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.spf]
@="Strukturprogram.Document"
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\strukturprogram.File.spf]
@="Structureprogram Import File"

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Default Icon]
@="C:\\Program\\Heatex AB\\Strukturprogram\\Strukturprogram.exe,1"

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Open]

[HKEY_CLASSES_ROOT\strukturprogram.File.spf\Open\co mmand]
@="C:\\Program\\Heatex AB\\Strukturprogram\\Strukturprogram.exe%1"

And here is the code that doesent seem to work.
dblklicking a textfile.spf works fine and it opens the program.
the first msgbox shows a complete path to the file
but then I get an error saying that the path is not valid (Pasted the error on the bottom of this post)

inputName3 = Command()
MsgBox(inputName3)
Dim txt As String = My.Computer.FileSystem.ReadAllText(inputName3)
MsgBox(txt)


System.ArgumentException: Ogiltiga tecken i sökvägen.
vid System.IO.Path.CheckInvalidPathChars(String path)
vid System.IO.Path.GetFileName(String path)
vid System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
vid System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
vid System.IO.StreamReader..ctor(String path, Encoding encoding)
vid System.IO.File.ReadAllText(String path, Encoding encoding)
vid Microsoft.VisualBasic.MyServices.FileSystemProxy.R eadAllText(String file)
vid Strukturprogram.Form1.Form_Load()
vid Strukturprogram.Form1._Lambda$__1(Object a0, EventArgs a1)
vid System.EventHandler.Invoke(Object sender, EventArgs e)
vid System.Windows.Forms.Form.OnLoad(EventArgs e)
vid System.Windows.Forms.Form.OnCreateControl()
vid System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
vid System.Windows.Forms.Control.CreateControl()
vid System.Windows.Forms.Control.WmShowWindow(Message& m)
vid System.Windows.Forms.Control.WndProc(Message& m)
vid System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
vid System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
vid System.Windows.Forms.Form.WmShowWindow(Message& m)
vid System.Windows.Forms.Form.WndProc(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
vid System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
vid System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Inlästa sammansättningar **************
mscorlib
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Strukturprogram
Sammansättningsversion: 1.1.0.22
Win32-version: 1.1.0.0
CodeBase: file:///C:/Program/Heatex%20AB/Strukturprogram/Strukturprogram.exe
----------------------------------------
Microsoft.VisualBasic
Sammansättningsversion: 8.0.0.0
Win32-version: 8.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
Sammansättningsversion: 2.0.0.0
Win32-version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0..0_sv_b77a5c561934e089/System.Windows.Forms.resources.dll
Jul 29 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: TEK | last post by:
Hello I'm wondering if anyone out there might give some input/suggestions/viewpoints around the Command pattern. In my case, the number one priority for using the pattern is undo support. Some...
8
by: Siemel Naran | last post by:
Hi. I'm writing a command shell that reads commands from standard input. At this point I have the command in a std::string. Now I want to execute this command in the shell. From the Borland...
2
by: Chris Bolus | last post by:
I'm a teacher using MS Access on an RMConnect 2.4 network. On some workstations both I and my students sometimes get an error message when attempting to insert a command button on a form which...
2
by: micahstrasser | last post by:
I have been trying for days to send a command to the command prompt through the shell() function in vb.net. For some reason it is not working. Here is the code: Private Sub Button1_Click(ByVal...
34
by: Roman Mashak | last post by:
Hello, All! I'm implementing simple CLI (flat model, no tree-style menu etc.). Command line looks like this: <command> <param1> <param2> ... <paramN> (where N=1..4) And idea is pretty simple: ...
13
by: Chris Carlen | last post by:
Hi: Having completed enough serial driver code for a TMS320F2812 microcontroller to talk to a terminal, I am now trying different approaches to command interpretation. I have a very simple...
0
by: czerwww | last post by:
Can someone please help me? I have class for database connection and I need set command.commandTimeout. How can I do that? Code: Imports System.Data.SqlClient Imports System.Data Public Class...
3
by: creative1 | last post by:
Here is how you create a complex data report that involves parent and child commands and you can update information at runtime. Its pretty straight forward to work with simple queries; however,...
51
by: Ojas | last post by:
Hi!, I just out of curiosity want to know how top detect the client side application under which the script is getting run. I mean to ask the how to know whether the script is running under...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.