Search:

Type: Posts; User: Blubb1337

Page 1 of 10 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    1,188

    [Tutorial] Same old non-working GoTo shit everyone keeps...

    Same old non-working GoTo shit everyone keeps posting.
  2. [Tutorial] Thanks, but you should never use a webbrowser for...

    Thanks, but you should never use a webbrowser for such things.

    Either use the Youtube API which is meant to do such things or use HTTPRequests.
  3. Replies
    10
    Views
    1,301

    [Solved] This is plain wrong.

    This is plain wrong.
  4. Replies
    10
    Views
    1,301

    [Solved] vb.net - How to check if OS is 32 Bit OS or 64...

    vb.net - How to check if OS is 32 Bit OS or 64 Bit - Stack Overflow First link on google
    vb.net - Detect Operating System - Stack Overflow First link on google
  5. Thread: inject delay

    by Blubb1337
    Replies
    2
    Views
    678

    [Help Request] System.Threading.Thread.Sleep(5000) ...

    System.Threading.Thread.Sleep(5000)

    ...
  6. Replies
    3
    Views
    807

    [Help Request] Define a string variable and modify it after...

    Define a string variable and modify it after certain code being executed?
  7. Replies
    2
    Views
    496

    [Help Request] https://www.mpgh.net/forum/33-visual-basic-programm...

    https://www.mpgh.net/forum/33-visual-basic-programming/677615-visual-basic-book.html
  8. Replies
    31
    Views
    3,333

    [Help] We will waste our time to search for you. Yea......

    We will waste our time to search for you. Yea... If you have the time to post, you have the time to search.
  9. Replies
    31
    Views
    3,333

    [Help] No, this will not work. You can try sending...

    No, this will not work.

    You can try sending requests to the url, switching the IP using proxies after every request.

    Webbrowser is probably the worst idea.

    Not sure if you can do that,...
  10. Replies
    2
    Views
    726

    [Request] First off, you are not searching for a visual...

    First off, you are not searching for a visual basic 2008/2010 book. You are searching for a VB.NET book.

    Visual Basic 2008/2010 is just a part of Visual Studio which is an IDE(Integrated...
  11. Replies
    16
    Views
    1,333

    [Help Request] pinvoke.net: getactivewindow (user32)...

    pinvoke.net: getactivewindow (user32)

    Not sure if this one is the proper function, but you may attempt it.
  12. Replies
    3
    Views
    785

    [Source Code] It is "Decrypt" not "Desencrypt". Your code is...

    It is "Decrypt" not "Desencrypt".

    Your code is very inefficient, by the way.
  13. Replies
    4
    Views
    857

    [Help Request] Please do not use strings to store numbers. ...

    Please do not use strings to store numbers.

    Data Type Summary

    Also rename your controls to keep track of what your buttons do and have a readable code.
    ...
  14. Replies
    15
    Views
    1,277

    [Help] You may want to revisit school and learn the...

    You may want to revisit school and learn the language I am writing in right now(English, if you do not know by now).

    I've explained it in an extremely simple way.

    You have two options:

    Quit...
  15. Thread: Web Browser

    by Blubb1337
    Replies
    4
    Views
    685

    [Help Request] Try using HTTPPostRequests rather than usign a...

    Try using HTTPPostRequests rather than usign a webbrowser control. Or switch to webkit.
  16. Replies
    15
    Views
    1,277

    [Help] He is looking for a way to update his application...

    He is looking for a way to update his application without having to resend it over and over again to his mates, As Biesi/ySoNoob stated already.

    @OP

    Biesi has already given a proper answer.
    ...
  17. Thread: CheatDB

    by Blubb1337
    Replies
    17
    Views
    2,654

    [Preview] Unfortunately I lost the PHP files and database...

    Unfortunately I lost the PHP files and database layout for this project. Won't be too useful without those files...
  18. Thread: CheatDB

    by Blubb1337
    Replies
    17
    Views
    2,654

    [Preview] Quit developing this project, moved to more...

    Quit developing this project, moved to more serious projects.
  19. [Help Request] You've got your previous 2 accounts banned...

    You've got your previous 2 accounts banned already, due to some reasons obviously.

    You'll get this banned aswell I suppose...and I guess you do not know the definition of a noob.
  20. [Help Request] Shut the fk up already. The only thing you guys...

    Shut the fk up already. The only thing you guys want is plain code to copy and paste and you complain about anyone that is not spoonfeeding you to the max.

    And you actually request a compiler to...
  21. Thread: Databases

    by Blubb1337
    Replies
    26
    Views
    1,742

    [Help] MySQL has a pretty advanced documentation. ...

    MySQL has a pretty advanced documentation.

    MySQL :: MySQL 5.1 Reference Manual :: 13.2.5 INSERT Syntax

    You need to learn SQL.
    SQL Tutorial (or any other site)
  22. [Preview] It does connect to a php script and get the data...

    It does connect to a php script and get the data off a mysql database.

    There are enough ways to make it pretty secure.

    SSL to ensure a secure tunnel. Prepared Statements to avoid SQL-Injections.
  23. [Preview] I created a somehow similar application a while...

    I created a somehow similar application a while ago...

    https://www.mpgh.net/forum/33-visual-basic-programming/418387-cheatdb.html

    However, my application was meant to load cheats from the...
  24. Replies
    4
    Views
    516

    [Help Request] This is probably the worst way of making a chat....

    This is probably the worst way of making a chat. You couldn't come up with a more ineffecient, slower way...

    Better do TCP or MySQL whereas TCP is the best choice.
  25. Replies
    4
    Views
    838

    [Help Request] Try Select t1.clmDate , t2.clmAMPM from...

    Try


    Select t1.clmDate , t2.clmAMPM from Table1 t1 Inner JOIN Table2 t2 On t1.ID = t2.ID
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4