Search:

Type: Posts; User: ThEiMp

Page 1 of 13 1 2 3 4

Search: Search took 0.06 seconds; generated 44 minute(s) ago.

  1. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    The Visual Basic IDE is hanging when i add the OCX to the Project1 of mine. I am just testing the OCX out in VB6, not sure what is going on here. But it looks good, because it's using about: 28.6Mb...
  2. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    Right, this is what my source code looks like, now so:


    Private Sub UserControl_Initialize()
    On Error Resume Next

    Dim a As Integer
    Dim Item1 As String

    a = 0
  3. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    sure, but then it's not my slice of cake, as per say
  4. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    Thanks dude
  5. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    WMP.URL = "C:\Video-1234567890.flv"
    WMP.PlayState = True

    Is this correct or not so, even???
  6. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    I forgot to add the loadfile location process, like so
  7. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    Would this source code snippet work, right like this:


    Dim a As Integer

    Do Until EOF(a)
    WMP.PlayState = True
    Loop
  8. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    Actually i am already reading the file contents, but not sure how to check for file operations of begin, running and stopping reading processes
  9. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    -- Sorry for not making sense, like...

    I am trying to make it like this:
    I am looking for the code to loop through then LOF until it has been fully loaded into the String. Then if the LOF isn't...
  10. Re: If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto lin

    When LOF is finished loading in the data, then either goto 1 or goto 2, line numbers of source code...
  11. If LOF = Finshed input into box, then exit sub, if LOF not Finished then goto line 1

    Dear Members of this forum.

    I am working on a loop to work just like this:


    IF LOF=End then play state media file
    IF LOF=Not End then goto 1

    !! Thanks in advance !!
  12. Re: Open, Print and Close File I/O commands for visual basic

    okay then, i will look back at my source code, then so
  13. Re: Open, Print and Close File I/O commands for visual basic

    -- Could someone look at my source code in the way that is the I/O data filling process???
  14. Re: Open, Print and Close File I/O commands for visual basic

    That's whats it is, then
  15. Re: Open, Print and Close File I/O commands for visual basic

    yeah, i have been using the: Debug.Print command and Beep, also
  16. Re: Open, Print and Close File I/O commands for visual basic

    well yes i know about debugging my source code. but then there is the problem with the variables, i am calling them and they are wrong values, when i make them a special value, even
  17. Re: Open, Print and Close File I/O commands for visual basic

    still my variable data is a = 0. this however is set then the form is activated. then when the form load has been called, it now equals a = a+ 1. not sure what this means by???
  18. Re: Open, Print and Close File I/O commands for visual basic

    Thanks for the input, dear forum member
  19. Re: Open, Print and Close File I/O commands for visual basic

    -- I might be able to store the ratings, comments in a XHTML document, using coding tags, like the <P>, etc???
  20. Re: Open, Print and Close File I/O commands for visual basic

    I am NOT a virus programmer, okay then matey
  21. Re: Open, Print and Close File I/O commands for visual basic

    yeah
  22. Re: Open, Print and Close File I/O commands for visual basic

    I have been able to come up with the special source code for my de-encryption, then all i need to do now is to get the machine to use CPU Usage more aggressively and then not too much, but then...
  23. Re: Open, Print and Close File I/O commands for visual basic

    okay then now i understand you, matey
  24. Re: Open, Print and Close File I/O commands for visual basic

    very sorry, you can't understand me, but then i am trying to work it out, from here, so
  25. Re: Open, Print and Close File I/O commands for visual basic

    well it's something like a hash tag encryption and cloaking, like that. i have run it through a debugger process in visual basic, step by step, even. then came out with not that much, to deal with...
  26. Re: Open, Print and Close File I/O commands for visual basic

    i have also built into it, cloaking of the ASCII data characters, in notepad/wordpad/textpad/word, etc
  27. Re: Open, Print and Close File I/O commands for visual basic

    #1 - Sorry i am reading a visual basic resource file, which is in the project i am making, so.
    #2 - I am using my zip control, i wrote for this type of 2 Byte compression, like so
  28. Re: Open, Print and Close File I/O commands for visual basic

    i thought that i had to convert it from the resource which is 2 Bytes long and then write the inflated file, which is something like 43.1Mb long
  29. Re: Open, Print and Close File I/O commands for visual basic

    here is my project source code as follows:


    Public Sub Form_Load()
    On Error Resume Next

    a = a + 1
    Item1 = (StrConv(LoadResData("SEASON1", "EP" & a), vbUnicode))

    With Main.picBox
  30. Re: Open, Print and Close File I/O commands for visual basic

    yeah but then something that i had over looked when writing the data file, which then to use the put command, instead of the get command, which works that much slower to read and write to the disk,...
  31. Re: Open, Print and Close File I/O commands for visual basic

    so then what is the source code to load a 43.1Mb plus or minus that size, into memory, then??? I really like to know about this one, thanks for the help, guys
  32. Re: Open, Print and Close File I/O commands for visual basic

    you just have to wait, i am sick with the flu and taking time off work, then so
  33. Re: Open, Print and Close File I/O commands for visual basic

    -- For a 43.1MB file, it is taking nearly 34hours for it to import the data into the file, and then it's still working on it. Also it's still working on the file data size, also still. OMG what do i...
  34. Re: Open, Print and Close File I/O commands for visual basic

    Thanks for the input
  35. Re: Open, Print and Close File I/O commands for visual basic

    I can't remember the syntax of loading files, though
  36. Re: Open, Print and Close File I/O commands for visual basic

    My source code, looks like this now, so:


    Dim aa As Integer
    Dim Item2 As Byte

    Blah Blah

    Open ("C:\Temp\Video1234567890\Video1234567890.flv") For Binary As #1
    Put #aa, , Item2
  37. Re: Open, Print and Close File I/O commands for visual basic

    Thanks for the input, then matey
  38. Re: Open, Print and Close File I/O commands for visual basic

    what about in binary data encoding
  39. Re: Open, Print and Close File I/O commands for visual basic

    Option Explicit
    '
    Dim a As Integer
    Dim Item1 As String
    Dim PauseTime, Start, Finish, TotalTime
    '

    Public Sub Form_Activate()
    On Error Resume Next
  40. Re: Open, Print and Close File I/O commands for visual basic

    Okay I will post the source code in code tags, here
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width