Search:

Type: Posts; User: RayLNelson

Search: Search took 0.04 seconds.

  1. VS 2005 Re: How safe is the System.Windows.Forms.Webbrowser control

    Just found out today that it does have some issues. Trying to watch The colbert report, got the message "To view this movie you need the Adobe Flash Player plugin. You also need JavaScript enabled...
  2. VS 2005 Re: How safe is the System.Windows.Forms.Webbrowser control

    It appears that the control uses the same directories for it's resources as IE.

    I ran it on a couple of sites after clearing all IE background using CCleaner, then did analysis and saw what...
  3. VS 2005 How safe is the System.Windows.Forms.Webbrowser control

    I am writing a program to let me easily watch Internet Content on my TV which is attached to my PC via HDMI.

    If you are interested, I am doing this because I do not like having to drag and drop my...
  4. Replies
    5
    Views
    773

    Re: [RESOLVED] Attaching to a Program

    One final thing. I also set my program to be a "Single Instance Application" in the Application tab of "My Project". I also set it up so it will terminate if I right click on tool bar icon and...
  5. Replies
    5
    Views
    773

    Re: Attaching to a Program

    Responding to Nightwalker: I have plenty of memory. I want this program available instantaneously. I use it for so many of the things I do all the time that It is like a desktop for me, yet I...
  6. Replies
    28
    Views
    14,243

    Re: Fastest way to generate thumbnails.

    Why generate your own thumbnails when so many applications already do that. Windows 7 keep them in C:\Users\YOURNAME\AppData\Local\Microsoft\Windows\Explorer directory. Picassa also maintains a...
  7. Replies
    5
    Views
    773

    [RESOLVED] Attaching to a Program

    I don't know if I am asking the question correctly, but I want to keep a program I use all the time in memory (running).

    So instead of closing the program (main form), I would like to simply set...
  8. Replies
    6
    Views
    1,002

    Re: Convert a program from VB 6.0 to VB.NET

    I have not used a text-box control array, but it sure seems much like a Data Grid. Using the Data Grid might limit the properties you can control at the cell level, but provides some great...
  9. Re: Getting Parent Form's Property Values in a Child Form

    I am using it as a replacement for MsgBox. I did not want to have to constantly reinstantiate it...

    Internal to the module, I save the initial conditions that change, like background for form...
  10. Re: Getting Parent Form's Property Values in a Child Form

    I seem to have found a problem with Kevin's solution as applied to my situation which might be worth Describing.

    I instantiate the form in the declarations at the top of the Program and load the...
  11. Re: Getting Parent Form's Property Values in a Child Form

    Very nice, owner property will accept the assignment of a value in the load event of the parent form, and everything seems to work... getting stuck on parentform and parent were my mistake...
    ...
  12. Getting Parent Form's Property Values in a Child Form

    I have a custom form that I use instead of msgbox for a number of reasons. The initial reason was to keep the message centered on it's parent rather than the screen. There are many articles about...
  13. Replies
    6
    Views
    1,469

    Re: Synchronizing Code

    Very Nice and thank you.
    Did you just add highlight=VB.Net and /highlight? or did you need the [] too?

    I wonder if this will even post right... (I have another code Posting I'd like to make look...
  14. Replies
    6
    Views
    1,469

    Re: Synchronizing Code

    So I would like to post the code necessary to implement this. To bad the formats and indenting are not preserved. As it turns out it is quite elegant now.. (don't forget to globally replace...
  15. Replies
    2
    Views
    3,113

    Re: Read .FLV metadata with vb.net

    Referencing the article:
    http://johndyer.name/flash-flv-meta-reader-in-net-c/

    Reading further and getting more input from Comments I converted the code to 4 simple functions (closely following...
  16. Replies
    2
    Views
    3,113

    Read .FLV metadata with vb.net

    Windows will not display metadata like bit, data, frame rates on .FLV files. I know the information is in the file because converters show it. I'd like to be able to get reports (or add to my...
  17. Replies
    6
    Views
    1,469

    Re: Synchronizing Code

    Well thank you! Mr. jmcilhinney.

    It does work rather nicely.

    Let me add some notes for anyone who implements this.

    It will not work on a standard text box because they are missing the...
  18. Replies
    6
    Views
    1,469

    Synchronizing Code

    I have written a utility that compares 2 versions of VB code to accomplish many goals.

    On various objects it has the ability to show different versions side by side. In the case of functions...
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width