Search:

Type: Posts; User: bvrider1

Search: Search took 0.01 seconds.

  1. Re: Need some advice about System.ComponentModel.Win32Exception

    ------------------------
  2. Re: Need some advice about System.ComponentModel.Win32Exception

    Ian, you were very helpful. :wave:

    It's hard to filter out what is the best approach when I just google examples all day. What you explained to me is exactly what I was struggling with.
  3. Re: Need some advice about System.ComponentModel.Win32Exception

    I click button 1 to create a rectangle that moves top to bottom. I click button 2 that disposes that rectangle that was just created. This rectangle does disappear. Now, when I look at my...
  4. Re: Need some advice about System.ComponentModel.Win32Exception

    I'm still having an issue I hope I can get help with. The program doesn't crash daily which is good but I don't think I am disposing of it all correctly. Here's the code.

    This is my class:
    ...
  5. Re: Need some advice about System.ComponentModel.Win32Exception

    I think I have it resolved. Niya you're spot on with what is not happening. What I was doing was Controls.Remove() which removed the rectangle but never freed up the resources.

    I changed it to...
  6. Re: Need some advice about System.ComponentModel.Win32Exception

    Yes you may be right but the way that I look at it , part is placed on a conveyor every x seconds I should be able to show that.
  7. Re: Need some advice about System.ComponentModel.Win32Exception

    Most forums people over emphasize the search button. I'm glad I got a warm response. :)

    The program does load and runs fine for 10+ hrs but always stops by the time I check it the next day. It's a...
  8. Need some advice about System.ComponentModel.Win32Exception

    I'm a newbie so it's ok to yell at me. I searched and couldn't find anything that would help me out. My program throws this code and I was wondering if someone can assist me out on figuring out why....
  9. Re: Automate Command Prompt Window (CMD), Redirect Output to Application [2003/2005]

    I was using net use to map a drive. I had the user enter data in textbox1 and textbox2 and using the redirects finished the command line portion of it.
  10. Re: Automate Command Prompt Window (CMD), Redirect Output to Application [2003/2005]

    Hello, I got your PM. I hope this code helps.

    Private Sub CMDAutomate()


    Dim myprocess As New Process
    Dim StartInfo As New System.Diagnostics.ProcessStartInfo
    '...
  11. Re: Automate Command Prompt Window (CMD), Redirect Output to Application [2003/2005]

    Working now. I didn't do anything different :ehh:

    My mind was already in weekend mode. Thanks though
  12. Re: Automate Command Prompt Window (CMD), Redirect Output to Application [2003/2005]

    That is the thing, I have not modified anything yet. I compiled it to see how it works and just test it out.

    All I did was extract the zip files and launch it in VS 2010. No errors but when I...
  13. Re: Automate Command Prompt Window (CMD), Redirect Output to Application [2003/2005]

    I tried this and I don't get any results in the textbox?

    Any Ideas why?

    I tried the original one and it quickly displays the dos screen and goes away.

    I'm more concern withe the version...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width