Search:

Type: Posts; User: happycamper1221

Search: Search took 0.04 seconds.

  1. VS 2010 WebBrowser1 control referencing to webpages from My.Resources (local pages) and...?

    when i also put the images that go along with the pages into my.resources as well they don't show in the WebBrowser control even though in each pages html source it says [ img src="imagex.jpg" ] -...
  2. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    okay so i have this code working :


    Imports System.Drawing.Imaging

    Public Class Form1

    Dim fadeImage As Bitmap
    Dim alpha As Decimal = 1D
    Dim increment As Decimal = -0.1D
  3. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    okay so i have this code working :


    Imports System.Drawing.Imaging

    Public Class Form1

    Dim fadeImage As Bitmap
    Dim alpha As Decimal = 1D
    Dim increment As Decimal = -0.1D
  4. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    hey again, would there be a simple way to add a fading transition effect between image changes? if so how would i do it.
  5. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    okay this ones probably an easy one but say if i have a menustrip button that says new window and i want it to open another from1 like having too form ones open and you can just keep on opening new...
  6. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    Okay that's awesome it works! now there one more thing i need if i may.

    okay so what i'm aiming to do is have three picture boxes stacked under each other and i want the first picturebox...
  7. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    I think the code is all the same as last time but here it is:



    Dim files() As String
    Dim arrayIndex As Integer


    Private Sub LoadSequenceToolStripMenuItem_Click(sender As System.Object,...
  8. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    hi again i got the global hotkeys working and all was well but then i tried a folder with 17 images instead of about 5-4 and it jumps around a bit like if you push forward for the first time it will...
  9. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    wow you're unbelievable it worked straight off the bat! i would like to add you as a friend and ill definitely rate you ;). i have just one other question, how can i have like a global keyboard...
  10. VS 2010 Re: loading a sequence of images from a selected folder into a picturebox control...

    thank you I'll try it out now
  11. VS 2010 loading a sequence of images from a selected folder into a picturebox control...

    hello, i have a simple photo viewer application where i want the user to click a "load sequence" button and then i want something like a folderbroswerdialog to appear then the user can pick a folder...
  12. VS 2010 Drag video from windows explorer and drop onto my form to play a video in wmp control

    Hi, I have some code that i got from another post on vb forums but i don't know how to intemperate it to work with my program this is what i have and have changed so far.




    Private Sub...
  13. VS 2010 How do i implement a Gui/UI in vb.net that i have designed in adobe fireworks?????

    Hi, I have designed a complete interface in fireworks and i just don't know what to do. I've tried "dot net bar" and that was limited to only office and win 7 themes, I've tried and had a look at...
  14. VS 2010 Re: how do i Change font/text size of every "label,button,groupbox" ect. Globally?

    still waiting? :S
  15. VS 2010 how do i Change font/text size of every "label,button,groupbox" ect. Globally?

    Hi, I have a checkbox in my options form to change every every font size in the form to something like "20" when it's checked. is there a way to globally change the font size of everything when the...
  16. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    k obviously your preoccupied with something else now lol, i have to go to sleep now anyway it's 1:50 am in my time zone and i have to get up for school a 7:50 am so don't know how i'm gonna do that...
  17. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    Thanks man :)
  18. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    okay so what the program does is it takes a screenshot of the axwindowsmediaplayer plug-in every 2 seconds with a invisible form over the windows media player plug-in it then shows it on a picturebox...
  19. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    lol awsome, here's another question I want to basically want to stop the screenshot's of wm player when the video stops or even when the progress that i have gets to the end which it is coded to sync...
  20. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    yeah i clicked "rate this post" and it said "you can not give reputation to the same post twice" ??
  21. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    i tried the link but this time ill click "rate this post"... did you accept my friend request :p?
  22. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    Done and Done & good idea i didn't even know that
  23. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    Thank you so much !! i've been making this program for about a week and this is the main feature and you just helped me figure it out... THANK YOU :D. how do you add friends on this forum you...
  24. VS 2010 Re: How do i save pictures from a picturebox that update every 2 sec from a a screens

    thank you Doraemon i'll be waiting :D
  25. VS 2010 How do i save pictures from a picturebox that update every 2 sec from a a screenshot

    pretty much what i said. here is some of the code that i have:



    Public Function CaptureImage(ByVal X As Integer, ByVal Y As Integer, ByVal Width As Integer, ByVal Height As Integer) As Bitmap...
  26. VS 2010 Re: Save an image from a picturebox control every 2 seconds that it updates...

    Hi thanks for your reply i still can't get it to work, i get an error when i try to capture it with a button that activates the timer so im just going to copy all my code from the timer and see what...
  27. VS 2010 Save an image from a picturebox control every 2 seconds that it updates...

    Hi guys :wave i have a picturebox in my form and it receives a new screenshot every 2 seconds from a timer. when the timer interval hits 2000 every time and updates the the picturebox image to the...
  28. VS 2010 Re: Take a screen shot of only the windows media player control vb 2005 - 2010?

    Is anybody going to reply?? i've been waiting for like an hour now :S
  29. VS 2010 Take a screen shot of only the windows media player control vb 2005 - 2010?

    Hello I have looked all over the internet to find specifically what the title says and i cant find anything that will work and is what i want, it's mostly all vb6:sick:. so even more specifically i...
Results 1 to 29 of 29



Click Here to Expand Forum to Full Width