Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MrKovacic
  • Order by date
  1. MrKovacic

    VP Windows APP go to web page and fill out form ( HALP! )

    I tried the code next to mine and i got the following.. Thank you!!! Mike Kovacic
  2. MrKovacic

    VP Windows APP go to web page and fill out form ( HALP! )

    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...
  3. MrKovacic

    create file / write to file / save file ( not working )

    I told you i was noob :) THanks, I'll go check it out! Thank you!!! Mike Kovacic
  4. MrKovacic

    create file / write to file / save file ( not working )

    Here is the screen cap... Http://forumuniversal.com/ScreenShot089.png Thank you!!! Mike Kovacic
  5. MrKovacic

    create file / write to file / save file ( not working )

    Lines 4,5,6,7,8,9 Thank you!!! Mike Kovacic
  6. MrKovacic

    create file / write to file / save file ( not working )

    the word it doesnt like it 'oWrite' Thank you!!! Mike Kovacic
  7. MrKovacic

    create file / write to file / save file ( not working )

    bump Thank you!!! Mike Kovacic
  8. MrKovacic

    create file / write to file / save file ( not working )

    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...
  9. MrKovacic

    create file / write to file / save file ( not working )

    sorry, this is Microsoft Visual Basic Express 2005 Thank you!!! Mike Kovacic
  10. MrKovacic

    create file / write to file / save file ( not working )

    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...
  11. MrKovacic

    How do you pull the USERNAME and COMPUTERID?

    I know normally you cann pull it from %username% and %computername% Thank you!!! Mike Kovacic
  12. MrKovacic

    Push a button to launch vbs.. I am a newb.. HALP!!

    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 =...
  13. MrKovacic

    Push a button to launch vbs.. I am a newb.. HALP!!

    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
  14. MrKovacic

    Push a button to launch vbs.. I am a newb.. HALP!!

    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...
  15. MrKovacic

    Push a button to launch vbs.. I am a newb.. HALP!!

    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...
  16. MrKovacic

    Push a button to launch vbs.. I am a newb.. HALP!!

    point taken... ok, here is the code in my vbs script: Option Explicit Dim objFSO, objFolder, objShell, strDirectory,WshShell,iklogname,subject,when,remedyticket,OlApp,nsNameSpace,olFolderCalendar,olEvent,olByValue strDirectory = "c:\remtemp" Set objFSO =...
  17. MrKovacic

    Push a button to launch vbs.. I am a newb.. HALP!!

    Hello all, i bet this is simple, but after over a week, i still cant to it.. I am using Microsoft visual basic 2005 express, and I am trying to make a simple program that has buttons, and at the push of a button, will execute a .vbs script i have embedded. I tried the shell command, but it...
  18. MrKovacic

    Newb question

    Oh... ok, Thanks!! Thank you!!! Mike Kovacic
  19. MrKovacic

    Newb question

    Hello all, i bet this is simple, but after over a week, i still cant to it.. I am using Microsoft visual basic 2005 express, and I am trying to make a simple program that has buttons, and at the push of a button, will execute a .vbs script i have embedded. I tried the shell command, but it...
  20. MrKovacic

    Create attachment and make task: shortcut vs copy of file

    I agree, it should be attaching the file itself, but it creates a shortcut.. i dont understand why. :\ Thank you!!! Mike Kovacic

Part and Inventory Search

Back
Top