Search:

Type: Posts; User: red_bull_NRG

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    616

    closing, hiding, and showing forms

    I am trying to display a form that I have previously closed in my application. Right now, I close it using me.close, and I cannot display the form again. I am trying to load it from another form...
  2. Replies
    2
    Views
    711

    [RESOLVED] Text Box Question

    Below is some code I've written for the first page for a program I'm working on. There is a label (lblDirectory) that displays a path chosen by the user through a dialog where the program will save...
  3. Replies
    0
    Views
    413

    Background Form

    I'm writing a test, and I want to have a black background covering the entire screen constantly there. I currently have a borderless form that fits the entire screen when it loads, but there's one...
  4. Replies
    2
    Views
    704

    Re: Recording Time/Duration

    Yep, this works perfectly. Thank you! This was way simpler than I thought it would be.
  5. Replies
    2
    Views
    704

    [RESOLVED] Recording Time/Duration

    I am starting a project and need some help. I need to know the time that an image in my program is displayed for. An image will be displayed, the user will hit a key, and a new image will be...
  6. Replies
    0
    Views
    575

    Facebook chat issue

    Every time I use facebook chat, explorer.exe crashes. Anyone have a reason for this and a fix?
  7. Replies
    2
    Views
    1,485

    Re: Windows Media Player help

    Okay, that worked. Thanks for the help!
  8. Replies
    2
    Views
    1,485

    [RESOLVED] Windows Media Player help

    I am having another issue with WMP in VB.NET 2010.

    I wrote an app using WMP in VB.NET 2010, using .NET Framework 4.0 of course, but had to change the framework target to 3.5. After doing this,...
  9. Replies
    6
    Views
    2,283

    Re: AxWindowsMediaPlayer Help

    I figured it out. I used PlayStateChange and had the close form when PlayState = WMPLib.WMPPlayState.wmppsStopped. Thank you for the help!
  10. Replies
    6
    Views
    2,283

    Re: AxWindowsMediaPlayer Help

    PlayStateChange and StatusChange do when the video is completed. However, since it also changes when the video starts, I don't know how to use it only when the video ends.
  11. Replies
    6
    Views
    2,283

    Re: AxWindowsMediaPlayer Help

    All I have done so far is change the uiMode property to none and select the URL of the video. I don't know what happens normally, but I have not changed anything other than uiMode from the defaults....
  12. Replies
    6
    Views
    2,283

    [RESOLVED] AxWindowsMediaPlayer Help

    I have a form using AxWindowsMediaPlayer to play a short video. How can I load another form and close this form when the video is finished?
  13. Replies
    5
    Views
    1,217

    VS 2010 Re: Simple Question About a TCP Server

    I looked at the link in your signature and tried to apply it to my code. Sorry, this is probably something quite simple, but I am very new to this so I don't really understand it. Does this work?
    ...
  14. Replies
    5
    Views
    1,217

    VS 2010 Re: Simple Question About a TCP Server

    Thanks for the help!

    I made an attempt to use multi-threading. I have never used it before, and I don't know if I used it correctly. I would really appreciate if someone could check it over and...
  15. Replies
    5
    Views
    1,217

    VS 2010 Simple Question About a TCP Server

    I'm having a problem with the code below. I want the program to display the text "Waiting for connection..." while the program is actually waiting for a connection. However, when I run the program,...
  16. Replies
    4
    Views
    577

    Re: Variable Question

    Okay, I see what you're saying. Thanks!
  17. Replies
    4
    Views
    577

    Re: Variable Question

    Unfortunately, this won't work. Since 'client' equals a function of the server variable, I can't declare it globally if 'server' hasn't been declared yet. Thanks for the help anyway!

    Does anyone...
  18. Replies
    4
    Views
    577

    [RESOLVED] Variable Question

    I'm working on code for a TCP server. I created a timer that will read data from a StreamReader and display it in a text box. However, I defined a variable in a different Sub that I need to use in...
  19. Replies
    2
    Views
    452

    Re: Pls Check my Code

    Ya, that's right. I wasn't going to have the programs connect from different computers until I got it working first. Thanks for checking it over!
  20. Replies
    2
    Views
    452

    Pls Check my Code

    I finally got some code working for a TCP Client and Server program and I just want to make sure I'm doing it all correctly.

    Server:

    Imports System.IO
    Imports System.Net
    Imports...
  21. Replies
    2
    Views
    496

    Re: tcp/ip client and server

    I had posted the code for the server program, but I have changed it since then. And I had also made some minor changes to the client code which I don't believe I had posted before.
  22. Replies
    2
    Views
    496

    tcp/ip client and server

    I have been working on a server and client tcp/ip program and am having some issues. I start the server and then start the client, and the connection always fails. I don't know what's going wrong. ...
  23. Replies
    16
    Views
    5,083

    Re: TCP/IP chat program

    Thanks for that code, that will be really helpful!
  24. Replies
    16
    Views
    5,083

    Re: TCP/IP chat program

    Oh, yup, that fixed the problem. Thanks a ton!
  25. Replies
    16
    Views
    5,083

    Re: TCP/IP chat program

    When I do dim it as New StreamReader, I get the following error:

    Error 1 Overload resolution failed because no accessible 'New' accepts this number of arguments.

    And don't dim writer as a New...
  26. Replies
    16
    Views
    5,083

    Re: TCP/IP chat program

    Okay, I'm getting some other errors now. Sorry, but it's been months since I've looked at this code and I kind of forgot some of it.

    Here's the line of code with the error:

    read = New...
  27. Replies
    16
    Views
    5,083

    Re: TCP/IP chat program

    Okay, I'll try that. But if there's a period of time where no packets are being sent, will the program just crash then?
  28. Replies
    16
    Views
    5,083

    Re: TCP/IP chat program

    It is a timer because I want it receiving packets constantly. It's kind of my way of recreating Winsock from vb6. And there's only one case because I wanted to see if it would work before I started...
  29. Replies
    16
    Views
    5,083

    Re: TCP/IP chat program

    Does anyone have any ideas on how to fix this?
  30. Replies
    6
    Views
    742

    Re: Upload Script help

    Thanks! This helps a lot, it's all working now. However, could you maybe explain how that function you made works, because I'm a little confused as to what means what in the function. Thanks!
  31. Replies
    6
    Views
    742

    Re: Upload Script help

    Thanks a ton, this helps a lot! How would I extract the extension from $_FILES['file]['name'[. Also, How would I do the md5 hash thing you're talking about?
  32. Replies
    6
    Views
    742

    Upload Script help

    I'm very new to php and I'm working on an upload script. I want it to assign the uploaded file a random name and then save it in a specific directory on the server. For some reason when this code...
  33. Replies
    3
    Views
    1,325

    AES string encryption

    I need some help with encrypting a string. I want to encrypt a string using AES 256-bit encryption with a custom key. I am very new to encryption and need some help. How can I go about doing this?...
  34. Replies
    1
    Views
    474

    C++ console app

    I am having a problem with a simple console app I'm working on. Now I am very new to C++ (I've only been programming with it for several hours now), and I need help. I want the application to...
  35. Replies
    2
    Views
    603

    Re: Winsock help

    Here's the code I'm using to send data:


    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    winsock.SendData("MESSAGE" & "/" &...
  36. Replies
    2
    Views
    603

    Winsock help

    I'm working on a server/client chat program in vb 2008 using winsock. I have a connection and can send data, but for some reason I can't receive data. Here's the code:


    Private Sub...
  37. Replies
    0
    Views
    509

    tcp/ip server help

    I'm having a problem with a tcp/ip server program I am writing. I'm using the following code:


    Imports System.Net
    Imports System.Net.Sockets
    Imports System.IO

    Public Class server
    Dim...
  38. Replies
    16
    Views
    5,083

    Re: TCP/IP chat program

    Port 60 is open. I've gotten several errors, and I've fixed a few, but there's still some left. Here's the new code and the error. Thanks for the help!



    Imports System.Net
    Imports...
  39. Replies
    16
    Views
    5,083

    TCP/IP chat program

    I need some help with my code. I wrote a server for a tcp/ip chat program using the system.net.sockets class. When I run the program and the client tries to connect to it, there's an error and it...
  40. Replies
    0
    Views
    675

    VS 2008 TcpListener and TcpClient help

    Hello,

    I used some code from Microsoft regarding TcpListener and TcpClient. I tried to write as much of it myself just for a better learning experience, but I want to make sure that I have it...
Results 1 to 40 of 100
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width