Search:

Type: Posts; User: Grebo

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    601

    VS 2015 Re: VS10 to VS15, XP to Windows 10 Problems

    Alright, what is going on.. The old executable works fine on a Windows 7 Home Premium machine. So it must be Windows 10 or settings?
  2. Replies
    2
    Views
    601

    VS 2015 VS10 to VS15, XP to Windows 10 Problems

    I was just curious if anyone else have had problems with code not functioning at all from VS10 to VS15. I am running Windows 10 now as well from XP. I have code that had no problems and ran just fine...
  3. Late Binding Error w/ IE instance & Flash Embed

    Anyone know how I can avoid the late binding error while Option Strict is On with the following code? Thanks.


    Option Strict On
    Option Explicit On
    Imports System
    Imports SHDocVw
    Imports ASQS...
  4. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    Formlesstree4, can you give me example on how I could populate a listview with the filename, percentage, and speed for each download in the currentdownlist? I'm going to use a dictionary to store...
  5. Replies
    1
    Views
    662

    VS 2010 Parse last line in log file problem

    I am making a small program that will parse the end of a game log file to calculate DPS, hit %, exp .. but I am having trouble with stopping the code from continuing to read matches I find in the...
  6. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    I'm still not quite sure how I am suppose to match all the tags/picture.jpg with the mp3 that has finished downloading because if I am going with the multiple download option I could get a third mp3...
  7. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    Sorry for so many questions but the switch hasn't been fun. I am not sure if I'm actually doing this correctly but the msgbox shows twice and I get an error while debugging with the error "Object...
  8. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    How would I handle the ProgressFinished event for example with this new event patterns change and what are the advantages? Thanks

    EDIT: Do you know how or what would be easiest method for...
  9. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    I have no idea but I just tried again on a different file which is some indie game I found that is bigger in size(19,744 kb) for testing and still nothing.

    EDIT: here is the game download link,...
  10. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    It is 6,420 KB and an mp3 file.
  11. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    I tried calling just the runlist() instead and still nothing. I tried stepping through and end up at this inside downloadclass.vb with it only stepping through

    Dim CurBytes As Long =...
  12. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    I just tried that and nothing still. I'm just making a reference to the ASQS.dll trying this and was wondering if I'm suppose to add the actual ASQS project(downloadclass.vb, filestructure.vb..) to...
  13. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    Yeah, nothing happens and no errors are thrown.
  14. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    Can someone please tell me what I'm missing in getting the event to actually fire using delegates..

    This is what I have.


    Option Explicit On
    Option Strict On

    Imports System
    Imports ASQS
  15. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    d
    I set it as Public WithEvents dclass As New DownloadClass(vbNullString, vbNullString) or
    Public asdf As FileData
    Public WithEvents dclass As New DownloadClass(asdf)

    which it seems to...
  16. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    I've been trying to figure out why I couldn't do that as well because when I try it throws this error:
    Overload resolution failed because no accessible 'New' accepts this number of arguments.
  17. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    I'm having trouble as well with trying to set a handler for progresschanged event in the download class. I've been trying to follow tutorials on this but no luck and here what I have but it is...
  18. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    Wow, I forgot to actually set a file to save as in the saveto, should be df.SaveTo = "C:\Downloads\thesong.mp3". Everything works fine, thank you for the downloading class. If you are wondering,...
  19. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    I'm running Windows XP and yes I've downloaded the same files just fine using the just the QueueSystem.vb class.
  20. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    Thank you, but I am now having a problem starting a download. I had to make changes to WC_DownloadFileCompleted in the DownloadClass just like djpip27 did so it wouldn't give null object reference...
  21. Replies
    70
    Views
    39,797

    Re: Asynchronous File Downloading Queue System

    Hello,

    I would like to use this class for a project I have that is being converted to .NET 2010. I compiled the ASQS class and made reference to the dll in a new project but am having trouble...
  22. VS 2008 Re: project says built successfully but doesn't write to Release folder

    I'm new to .NET(few days) and I'm having the same problem. I can't get a new compiled .exe when debugging or building.. I'm using VS 2010 express.
    EDIT: It gives no errors as well in the output...
  23. Replies
    2
    Views
    861

    VS 2010 Re: Where is the Migration Tool?

    Ah, I see, thank you.
  24. Replies
    2
    Views
    861

    VS 2010 [RESOLVED] Where is the Migration Tool?

    I just installed VS 2010 and was looking forward to it having the migration tool which was featured in VS 2008 and 2005.. Is there anything I can install to get it or am I just not seeing it?
    ...
  25. Replies
    22
    Views
    13,652

    Re: Install Flash Shokwave Component

    I tried as well and still get the error when trying to save.. I guess it is up to Adobe to fix this?
  26. Replies
    22
    Views
    13,652

    Re: Install Flash Shokwave Component

    I just tried that suggestion and still gives error..
  27. Replies
    22
    Views
    13,652

    Re: Install Flash Shokwave Component

    Try that, it doesn't work..

    Start a new vb 6 project and add shockwave flash component to the form1 and try saving it or try making changes to a previous project that had a flash component in it.
  28. Replies
    22
    Views
    13,652

    Re: Install Flash Shokwave Component

    I'm having the same problem as anyone would who installed the latest adobe Flash player flash10h.ocx. I get the same error message as rex64. I'm thinking about uninstalling Flash and installing an...
  29. Re: Linear Programming with Simplex Algorithm - Game Solver

    I have created a simple grid to represent the outcome of each nugget in play so far which is exactly how the program shows in the video. I've included that source for anyone who might want to help me...
  30. Linear Programming with Simplex Algorithm - Game Solver

    Hello,

    I'm attempting to make a game solver for a game called Gold Rush from the site moola.com but having difficulties.

    I've already made a simple automatic game solver for their Hi/Lo game...
  31. Replies
    0
    Views
    1,507

    SetFocus to created IE webbrowser object

    Hello,

    I'm trying to SetFocus to either the Flash object on the website or the created webbrowser in a different procedure of command1_click and then send the VK_RIGHT key. Anyone have some ideas...
  32. Re: Check for newer version inside program

    You could use an embedded Flash on your form which can hold the current version string.

    Dim ver as String
    Dim CurrVer as String
    ver = "1" 'or load from text file/registry

    CurrVer =...
  33. Thread: flash file

    by Grebo
    Replies
    2
    Views
    480

    Re: flash file

    I've needed something like this before and this worked fine for me..

    Private status As Boolean

    Private Sub Timer1_Timer()

    If shockwaveflash.IsPlaying = True Then
    status = True...
  34. [RESOLVED] random ID value in code/HTML source

    Hello,

    What I'm trying to do is use the random generated ID value I find from the innerHTML source in a webbrowser control during runtime and then use that for the main code to use for property...
Results 1 to 34 of 34



Click Here to Expand Forum to Full Width