hi all.. me again
I am so close with this one.. and i know its simple, but i am a n00b.
Here is the code I have so far...
Public Class Form1
Private Sub submit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles submit.Click
WebBrowser1.Navigate("http:my...
no problem... Here is what im getting..
Error 1 Declaration expected. C:\vblearning\color picker\color picker\Form2.vb 4 5 color picker
Error 2 Declaration expected. C:\vblearning\color picker\color picker\Form2.vb 5 5 color picker
Error 3 Declaration expected. C:\vblearning\color picker\color...
Hello all
I am trying to make a module that creates a file ,and I have collected sample script, but it does not appear to be working, but looking at the code, you would think it would work..
Heres the code
Dim oFile As System.IO.File
Dim oWrite As System.IO.StreamWriter
Dim oRead As...
I found it!! WOOHOO , I took out the args..
Here is whats working...
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim objProcess As System.Diagnostics.Process
Try
objProcess =...
the error is a pop-up box that just says :
Could not start process
also in the error log im getting:
Error 1 Name 'ProcessPath' is not declared. 11 45
Error 2 Name 'ProcessPath' is not declared. 21 58
Thank you!!!
Mike Kovacic
I think i fubared it.. here is what I have so far:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim objProcess As System.Diagnostics.Process
Try
objProcess = New...
Thanks Chrissie!!
I found the code
Public Sub ShellandWait(ByVal ProcessPath As String)
Dim objProcess As System.Diagnostics.Process
Try
objProcess = New System.Diagnostics.Process()
objProcess.StartInfo.FileName = ProcessPath...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.