Search:

Type: Posts; User: Quintonir

Page 1 of 4 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    439

    Check Internet Connection State

    I'm programming a little game, which is also able to play a MultiPlayer game over the internet. But, to prevent errors I was planning to implement a little intelligence in my game, and check whether...
  2. Replies
    2
    Views
    440

    hi, liquidor gain it's an animation (*.ani) is...

    hi, liquidor gain
    it's an animation (*.ani)
    is it possible to put it in a form ?
  3. You could try this code: Sub...

    You could try this code:


    Sub WriteToFile(ByRef FilePath As String, ByRef WriteStr As String)

    Dim iFFile As Integer

    On Error Goto erWriteToFile

    iFFile = FreeFile
  4. Replies
    26
    Views
    1,466

    Reply To Olly's Answer

    Thank you for your submission! I've taken a look on the site and it appears to be a really good program.

    But I want to use my own way, the HTML-look way. I know, I'm headstrong, but this so I can...
  5. Replies
    29
    Views
    1,261

    vbNewLine

    My advice is to replace the For...Next loop by HeSaidJoe by the following code:


    For i = LBound(myArr) To UBound(myArr)
    strFinal = strFinal & vbNewLine & myArr(i)
    Next i


    I've...
  6. Replies
    29
    Views
    1,261

    Failure...

    I wasn't able to find a bug in your code, at least not that I know of. I do have a suspicion; my theory is that the file pointer remains on the line where strCopyWright is printed. When reading, the...
  7. Replies
    29
    Views
    1,261

    Error!

    I'm very sorry, but I've misunderstood your problem!!! Please, forgive me!!

    I'm looking at the code now... I'll let you know when I've got the solution,


    Quintonir
  8. Replies
    29
    Views
    1,261

    Output Keyword

    Hello jesus4u! Perhaps I could step in here. I'm sorry for my late response, but I'm not active on the Visual Basic Boards, as I don't program as much as I did before. (It's going great with my...
  9. Replies
    26
    Views
    1,466

    Reply To US101's Answer

    That would be fantastic! I hope there will be a reply on this... Thanks for you back-up, and good luck with your Anti-Ad!


    Quintonir
  10. Replies
    5
    Views
    514

    Clarification

    I'm sorry, but what you're saying is, that you want to convert the contents of one file without CR(?) and save it to another file? That's the same as Chr(13)?

    Then you should load the text of the...
  11. Replies
    26
    Views
    1,466

    Reply to VictorB212's Answer

    I don't think Pop-Ups have a certain patron in it's body. What I meant, is looking into the HTML-code (source code) of a website to see if it's planning to fire Pop-Ups, and wiping out that piece of...
  12. Replies
    26
    Views
    1,466

    Reply To hellswraith's Answer

    Let me see if I understand you. You're saying that the NewWindow2 Event is fired when a new window pops up, but not when user chooses File --> Window --> New? I'm sorry, but I have the Dutch Internet...
  13. Replies
    26
    Views
    1,466

    Reply To hellswraith's Answer

    Could you please examine for me if I could do the trick with this control? I've taken a look at his events, but i don't think I was able to find what I was looking for.

    I hope you could help me,
    ...
  14. Replies
    12
    Views
    941

    Result Code

    I haven't fully tested this code, so if it runs in error or doesn't reach its goal, please notice me.

    I know the function can be shortened. The function does much more than needed, but that's to...
  15. Replies
    26
    Views
    1,466

    Reply To hellswraith's Answer

    Yes but I don't know the control. What can I do with it? Please explain in details and examples.

    When my idea works out the popup won't even rase, because the code which should do it is...
  16. Replies
    2
    Views
    481

    Gebruikersnaam

    Bedoelt u de gebruikersnaam hier op VBWorld.Net? Die ziet u links in de frame waar ook uw informatie staat.


    Quintonir

    Post Scriptum: Wat is VSS?
  17. Replies
    12
    Views
    941

    Sample Code

    I'm very busy right now, but I'll try to provide a sample code which loads the contents of a *.txt and then searches for a specific string.


    Quintonir
  18. Replies
    3
    Views
    670

    SubSeven

    Hello everyone,

    SubSeven (Sub7) is a well-known Trojan. A Trojan is a program which's purpose is to control other computer systems. This by putting a certain file on the other computer, which...
  19. Replies
    26
    Views
    1,466

    Reply To Olly's Answer

    Please take a look at my reply on hellswraith's answer.

    I wish not to make a program which looks for size and so, there are so many other Pop-Up Killers out there who do this. That's why I want to...
  20. Replies
    26
    Views
    1,466

    Reply To hellswraith's Answer

    If I implement your code, would I then be able to read what Internet Explorer downloads or is it a code that creates a WebBrowser Control on my form?

    I do not want to create a WebBroswer Control,...
  21. Replies
    26
    Views
    1,466

    Reply To Evan's Answer

    Yes, I've thought about that. Scanning the code isn't really the problem.

    The problem is, that I don't know how to retrieve the HTML-code. I've tried to make a reference to Iexplore.exe, but it...
  22. Replies
    26
    Views
    1,466

    Reply To Olly's Answer

    I'm sorry, but I find that looking for windows with a specific size isn't really waterproof.

    There are windows with such size without being a popup, and popup sizes ranging from small to any size....
  23. Control Arrays

    Hello VIP3R,

    It's been a while since my last visit on this board, and programming in Visual Basic too. About half a year. But I think I can help you creating a Control Array.

    These are the...
  24. Replies
    26
    Views
    1,466

    Pop-Up Killer

    Dear Visual Basic Programmer,

    I'm planning on making a Pop-Up Killer. When I think about it, I can't really figure out how to do it. Then I thought my program should read the HTML-code which...
  25. Replies
    4
    Views
    617

    Wake up Q ...

    'Dim iFFile As String' should be 'Dim iFFile As Integer'.

    Sorry :)


    Quintonir
  26. Replies
    4
    Views
    617

    Line Input statement

    Why not try the Line Input statement? calling the statement for the third time will result line 3. A little example;



    Private Function ReadLine(ByRef FilePath As String, ByRef LineNum As Long)...
  27. Replies
    8
    Views
    710

    Question

    With other settings??? What settings? I'm sorry, but I've never heard of any settings in Binary Access. Perhaps you mean the keywords? Otherwise, you cannot write to an exe when executed. I think you...
  28. Control passing as argument?

    I don't have time to read your code, sorry. But you want to pass a control as an argument into another procedure?

    Allow me to write a little example on how to change the ForeColor property of a...
  29. Replies
    8
    Views
    710

    OH MY GOD

    I'm such an idiot! I have misplaced my answer! This is the wrong question! Oh my god... I'M SO SORRY!

    Ehm... OK... No problem... Eh, about the Binary thing; What would you like me to teach you?...
  30. Replies
    8
    Views
    710

    Declaring and using arrays

    I'm glad to be able to help you! I'm not that often on this Forum, so I don't answer that many questions.

    Now that you know how single- and multiple dimension arrays work, I'll attempt to show you...
  31. Replies
    6
    Views
    589

    Arrays ...

    Well, I don't think i have to explain you what an array is. A single dimension array is an array with only 1 dimension of variables. As the name says. Still don't know? Well, here is an example of an...
  32. Replies
    8
    Views
    710

    Correction

    "have misunderstand"="have misunderstood"
  33. Replies
    8
    Views
    710

    A long shot

    Perhaps I've misunderstand your question, but it seems to me that you request a way to load the contents of an *.exe? And copy it into another destination?

    This sample function loads the contents...
  34. Replies
    0
    Views
    339

    Test for my encryption...

    Could you please attempt to break these encryptions? it isn't a very hard code, though I want to know if it is hard to break or not. As a formal hacker I know how but I've lost decryption programs as...
  35. Replies
    24
    Views
    1,193

    Thank you

    Maybe I could ask another question. What are those other Subroutines for, and why is the WindProc function set equal to CallWindowProc, whatever that may return anyway?

    Thanks so far,

    ...
  36. Replies
    24
    Views
    1,193

    PsychoMark: I'm sorry, but in the Class Module...

    PsychoMark: I'm sorry, but in the Class Module you give variables a value, outside a procedure, with the statement End, followed up by Option Explicit (whatever that may be). Should I make it a...
  37. Replies
    24
    Views
    1,193

    IDE ??

    IDE ??
  38. Thread: Winsock

    by Quintonir
    Replies
    8
    Views
    529

    Close Event

    When the Winsock Control's connection closes, the Close event will be called. So use this event to notify the user that the connection has closed.


    Quintonir
  39. Replies
    10
    Views
    516

    As Vlatko stated earlier, the Interval property...

    As Vlatko stated earlier, the Interval property is not allowed to contain values passing a certain limit (64.767). Multiplying the TextBox with 60000 probably passes the limit.


    Quintonir
  40. Replies
    10
    Views
    516

    Sharp one, Vlatko, you got me there; I didn't...

    Sharp one, Vlatko, you got me there; I didn't know. Thanks.


    Quintonir
Results 1 to 40 of 155
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width