Jump to content
Xtreme .Net Talk

Jaxbot

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Jaxbot

  1. Error 'Handles' in modules must specify a 'WithEvents' variable qualified with a single identifier. I tried doing Dim Withevents app as AppDomain, but I still got the same error. Any ideas?
  2. Hi. How do I tell when a console application is being queried to close in VB.NET? For a windows forms app, I normally do: Private Sub ShutdownApp() Handles Me.FormClosing 'blah blah save etc End Sub How would I do this in a console application, and is it possible? Thanks.
  3. Try the Graphics namespace, or use a picturebox instead.
  4. Hi. I would like to record a sound from the Stereo Mix, that is, record what my system plays. Ok thanks bye.
  5. Hi. In VB 6 I can do things like picturebox1.Print "hello, world.". How would I do that in VB.NET? ty
  6. Re: See this thread Yes I saw that thread, and I got it working. Thanks ya'll.
  7. Thanks for the reply :) Yes, there is a way, using the PHP.exe.
  8. Thank you for the off topic, invaild, and otherwise pointless reply.
  9. Hi, how do I run a program and get the results it sends? Shell returns the process ID, and I'm sure I just have the command wrong. Thanks :) EDIT: Here's what I mean: MsgBox(Shell("php c:\test1.php")) test1.php returns "MEH". I want that result in the msgbox. (I have a more complex use but that's the test part for now).
×
×
  • Create New...