Search:

Type: Posts; User: The Weather Guy

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    414

    VS 2010 Saving the state of a window

    Is possible to save the state of all the check boxes on a form and all other objects on the form?

    If that is possible how would you reload it?
  2. Replies
    3
    Views
    627

    Re: Any way to simplify this code?

    Hey thanks for that!

    Is it possible to simplify this?

    Do Until DRow = 9
    LeftSeatGrid.Controls.Add(D18, DRow, DCol)
    DRow = DRow + 1
    ...
  3. VS 2010 Playing sounds in a different thread

    Hey everyone!

    I need to know if its possible to plays sounds one after another in a separate thread so it doesn't freeze the main form(s) when they are played.

    ...
  4. Replies
    3
    Views
    627

    Any way to simplify this code?

    'Row 3
    Dim N22 As New CheckBox
    Dim N20 As New CheckBox
    Dim N18 As New CheckBox
    Dim N16 As New CheckBox
    Dim N14 As New CheckBox
    Dim N12 As New CheckBox
    Dim N10 As...
  5. Replies
    1
    Views
    570

    VS 2010 Tracking seats in an auditorium

    This is a rather lengthy question, so I'll try to be as to the point as possible.

    I am creating a program to manage seats in an auditorium.

    The person who will be using this program will need...
  6. Replies
    5
    Views
    843

    VS 2010 Re: Take input from a message box

    Sorry for being stupid but, could you provide a sample?
  7. Replies
    5
    Views
    843

    VS 2010 Take input from a message box

    I have a program where it asks " are you sure you want to do this? " with messageboxstyle.YesNo.

    How what do I do to read what the user selects and determine the appropriate action?

    Thank you...
  8. Replies
    8
    Views
    4,949

    VS 2010 Re: Best way to download files

    It does not report progress.
  9. Replies
    8
    Views
    4,949

    VS 2010 Best way to download files

    Hello everyone,

    What is the best method of downloading files in visual basic?

    What I mean is, using a method other than

    My.Computer.Network.DownloadFile("Link","Saveto")
  10. VS 2008 Re: A null reference exception could result at runtime.

    I think it could be that your not using or assigning the variable any value in your code.
  11. Replies
    4
    Views
    975

    Re: Reading XML Files in C#

    Thanks so much! :)
  12. Replies
    4
    Views
    975

    Reading XML Files in C#

    FileStream fs = new FileStream("FORECAST.XML", FileMode.Open, FileAccess.Read);
    XmlNodeList xmlnode = default(XmlNodeList);
    string str = null;
    XmlDocument...
  13. Replies
    7
    Views
    6,955

    Re: Mock Operating System

    Do you still have the download?
  14. VS 2010 Re: Deleting Files, Fonts from resources, Playing Videos

    For downloading, I use My.Computer.Download
  15. VS 2010 Re: Deleting Files, Fonts from resources, Playing Videos

    1. Fixed the exiting problem... the problem with them not working on all pcs persists. I am using your submission.

    2. Honestly, I have no idea what a stream check is.

    3....
  16. VS 2010 Deleting Files, Fonts from resources, Playing Videos

    I am having a _ton_ of issues, and I am hoping some of you could clear it up...

    ============
    1. OK So a while back someone showed me an example for fonts from resources, but I noticed if you...
  17. VS 2010 Remove the first character from a text string

    How can I remove the first character from a text string?

    Example:

    KNIP

    just becomes

    NIP
  18. VS 2010 Re: Best way to write to a XML file

    Thanks!
  19. VS 2010 [RESOLVED] Best way to write to a XML file

    Can someone tell me what the best way to write to an xml file is? This is what I am doing now:
    Dim objWriter As New System.IO.StreamWriter("CONFIG.XML")
    objWriter.Write("<main>")
    ...
  20. Replies
    0
    Views
    480

    Text won't draw

    So I am experementing with the platformer starter kit that was included with XNA GS 3.1, and I was working with this tutorial:...
  21. Property or indexer cannot be assigned to -- it's read only

    public void OnKilled(Enemy killedBy)
    {

    if (level.Health == 0)
    {
    isAlive = false;

    if (killedBy != null)
    {
    ...
  22. VS 2010 Change text to all capitol letters, in a label and text box

    I want to force all capitol letters in a label and when text is input into a text box. How can I do this?
  23. VS 2010 [RESOLVED] Change the volume on a WMP Control through code

    how can I change the volume on a WMP Control through the code? Thanks.
  24. Replies
    0
    Views
    488

    VS 2010 Transparent AVI

    Is it possible to play a transparent AVI in VB?
  25. Replies
    7
    Views
    3,118

    VS 2010 Visual Basic and APNG

    Does visual basic support animated PNG files?

    What methods (if this is supported) Would I need to do to show it?

    APNG means Animated PNG file.
  26. VS 2010 Re: Play A WMV w/o a WMP control

    It does not want to play more than one video. I have one playing on one form, then it closes, and then I try the same thing on the other form, and the video does not show up. Even if you stop the...
  27. VS 2010 Re: Play A WMV w/o a WMP control

    Sorry.

    .paul -> can this be used to play music?

    And how can you stop the video?
  28. VS 2010 Re: Play a video with DirectX

    Hey, How can you make the video loop?
  29. VS 2010 Re: Play a video with DirectX

    Nevermind! Thank you sooo much!
  30. VS 2010 Re: Play a video with DirectX

    Nevermind! Thank you sooo much! :)
  31. VS 2010 Re: Play a video with DirectX

    I corrected my previous post with more information.
  32. VS 2010 Re: Play a video with DirectX

    It shows the first frame, and it just turns into a purple screen. The video does not show. Sometimes it will stay there for like 3 seconds, then just turn purple.
  33. VS 2010 Re: Play a video with DirectX

    A purple screen shows
  34. VS 2010 Re: Play a video with DirectX

    LoaderLock was detected
    Message: DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.dll' is attempting managed execution inside OS Loader lock. Do not...
  35. VS 2010 Re: Play a video with DirectX

    http://intellistaremulator.x10.mx/rev/dxvid/dxvid1.zip

    Try now.
  36. VS 2010 Re: Play a video with DirectX

    There you go. Please help! Thanks! :)

    http://intellistaremulator.x10.mx/rev/dxvid/dxvid.zip
  37. VS 2010 Re: Play a video with DirectX

    That method claims there is a version mismatch.
  38. VS 2010 Play a video with DirectX

    I want to play a video in a panel with direct X. What would be the best method for this?
  39. VS 2010 Re: Pre-Draw/Pre-Rendering Controls

    Nevermind! I fixed it thanks! :)
  40. VS 2010 Re: Pre-Draw/Pre-Rendering Controls

    Here's a video

    http://www.youtube.com/watch?v=04TTe0qSrDk

    The method you described did not work.
Results 1 to 40 of 87
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width