Search:

Type: Posts; User: ThEiMp

Page 1 of 13 1 2 3 4

Search: Search took 0.18 seconds.

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

    okay then, i will look back at my source code, then so
  2. 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???
  3. Re: Open, Print and Close File I/O commands for visual basic

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

    yeah, i have been using the: Debug.Print command and Beep, also
  5. 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
  6. 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???
  7. Re: Open, Print and Close File I/O commands for visual basic

    Thanks for the input, dear forum member
  8. 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???
  9. Re: Open, Print and Close File I/O commands for visual basic

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

    yeah
  11. 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...
  12. Re: Open, Print and Close File I/O commands for visual basic

    okay then now i understand you, matey
  13. 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
  14. 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...
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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,...
  20. 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
  21. 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
  22. 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...
  23. Re: Open, Print and Close File I/O commands for visual basic

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

    I can't remember the syntax of loading files, though
  25. 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
  26. Re: Open, Print and Close File I/O commands for visual basic

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

    what about in binary data encoding
  28. 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
  29. Re: Open, Print and Close File I/O commands for visual basic

    Okay I will post the source code in code tags, here
  30. Open, Print and Close File I/O commands for visual basic

    Hello members it is I again, ThEiMp, again so.

    I need to know how to write the syntax of the EOF line in the Open and Close command block for File I/O process. I am trying to write a data file,...
  31. Re: just a one liner question and answer required

    So then i am going to mark this one resolved, okay then dudes
  32. Re: just a one liner question and answer required

    Due to the problems that i am facing with my project. I was able to use a text handler res function. then i am facing to write the file, using the open, print and close commands to write a file,...
  33. Re: just a one liner question and answer required

    well then yes, i am using the RES typed files to do that with, my project
  34. Re: just a one liner question and answer required

    I am a non ai abuser programmer, okay matey
  35. Re: just a one liner question and answer required

    Please tell me the syntax of the LoadResPicture property, kindly
  36. Re: just a one liner question and answer required

    Well actually i was speaking about the resource editor that comes with the visual basic ide, then so
  37. [RESOLVED] just a one liner question and answer required

    Hello i am trying to load a resource file, which is called: "DATA" and then the item is called: "WALL". how am i able to load the resource into a picturebox called: picBox???

    !! Thanks in advance...
  38. Re: Hello can someone please help me with my problem

    This is what i was looking for; you have to call the API in Form_Load and then not on a Timer, like i was looking for, then so


    Public VBInstance As VBIDE.VBE
    Public Connect As Connect
    '...
  39. Re: Hello can someone please help me with my problem

    Someone please help me with the MakeTopMost API, in which I am using here, then so. Then please tell me where i am going wrong with the API. I wish to make the frmAddin.Form() to have a SetFocus and...
  40. Re: Hello can someone please help me with my problem

    Ahh I see:


    Public Sub Form_LostFocus()
    If EBMode = DesignTime Then
    With frmAddin
    .SetFocus
    .ZOrder 0
    End With
    ElseIf EBMode <> DesignTime Then
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width