Search results for query: *

  1. S

    Trying to trap Internet Explorer BeforeNavigate2 event

    I am trying to trap the BeforeNavigate2 event of the ShDocVw.InternetExplorer object. When I try to navigate in one of the internet explorer windows, the handler fires, but I get an error that says: An exception of type 'System.NotImplementedException' occured in mscorlib.dll and wasn't handled...
  2. S

    How do I control shutdown style with vbc.exe?

    How do I control the ShutDownStyle property of Windows Forms Applications created with vbc.exe?
  3. S

    Hi. Just joined. Have question.

    So, how do you import presentationcore.dll I tried the following code and it diddn't work for adding a reference to AccessKeyEventArgs: Imports System.Runtime.InteropServices...
  4. S

    Hi. Just joined. Have question.

    How do I do vbc.exe? How would I, say, add a reference to the presentationcore.dll assembly? I program in text files that I compile using vbc.exe v3.5, not using any other user interface that would automate that process for me.
  5. S

    Hi. Just joined. Have question.

    Hi. Why cant i import this namespace? Hi. I am trying to create a keyloger in VB.NET (just for the fun of developing my programming skill). The vbc v3.5 compiler warns me that the System.Windows.Input namespace has no public/inheritable memembers or does not exist with my program-in-progress's...
  6. S

    Hi. New here and have question.

    That worked. Thank you! Same as topic. Thanks JuggaloBrotha. For whatever reason, I prefer to do all my coding in notepad rather than using the IDE. I'l see some of you arround these boards I'm sure. I have plans to create several cool programs. I might just share some of them with some of you...
  7. S

    Hi. New here and have question.

    Sorry... I'm trying to make a winexe. It dosen't work. By he way, thanks for telling me about the spelling errors.
  8. S

    Hi. New here and have question.

    Ok, I'm relatively new to VB.NET. I used to program in Visual Basic Script for applications (mainly with Microsoft Access) and .vbs files (which run with WinScript) before. I also do java pretty well. I just joined this bulitin board, and this is my first post. I type my code into notepad and...
Back
Top