Jump to content

Stealth

Legendary Member
  • Posts

    1,178
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Stealth

  1. If TextBox1.Text = "" Then MsgBox("Username Is Missing") If TextBox2.Text = "" Then MsgBox("Password Is Mising") Else End If End If Ο παραπάνω κώδικας έχει λάθος δομή.Το λάθος είναι στην εμφωλευμένη δομή "If".Επείδη το δεύτερο "If" είναι μέσα στο πρώτο εάν ο χρήστης βάλει Username αλλά δεν βάλει κωδικό τότε το πρόγραμμα το δέχεται, κάτι που φυσικά είναι λάθος γιατί ο χρήστης δεν μπορεί να μην έχει κωδικό.Επίσης προτείνω αντί στον έλεγχο να υπάρχει "" καλύτερα να αντικατασταθεί από το String.Empty. Ορίστε ο κώδικας με μια μικρή διόρθωση και λίγο πιο μικρός για ταχύτητα στην εκτέλεση. If TextBox1.Text = String.Empty Or TextBox2.Text = String.Empty Then MsgBox("Please fill all the information needed.", MsgBoxStyle.Critical) : Exit Sub 'Υπόλοιπος κώδικας εδώ.
  2. Νο he is not.Look at the previous page.I posted how to make an operating system work with usb.(Make it portable)
  3. [GR]Είναι τρόποι για να περάσεις ΟS σε usb.[/GR] Θα ήταν προτιμότερο να μάθεις να μιλάς καλύτερα σε άτομα που προσπαθούν να σε βοηθήσουν.Αν δεν ξέρεις πως να ζητήσεις κάτι καλύτερα να το ψάξεις στο google πρώτα.Είσαι τυχερός που δεν έχω karma rights. Το stick manager που αναφέρεις δεν υπάρχει καν στο google.
  4. What you ask for does not exist as Interpid said but I understood what you meant so here you go: linux boot from flash disk -> http://www.pendrivelinux.com/ winxp boot from flash disk -> http://articles.techrepublic.com.com/5100-22_11-5928902.html
  5. Yes its Visual Basic .NET 2008.
  6. Yeah just use a hex editor and find out by yourself before you offend me.Its not my mistake that all the script kiddies used obfuscators to make their backdoored appz undetectable and now the obfuscators are traced by anti-viruses.I used smart assembly only to embed the MySQL.data.dll inside the assembly. Its not useless especially for newbies. edit: All kinds of problems.Here are the one's I have tested. 1.If the database is on... 2.If the remote computer allows remote database access... 3.If the password is right... 4.If the database exists... 5.If the user exists... and a lot more....
  7. Μπορείς να πάρεις ένα δωρεάν από το http://www.wordpress.org
  8. It looks pretty good, can you tell me what font did you use?
  9. There is another program from Microsoft called Steadystate but I suggest you don't use it.Try deepfreeze it worked for me in the past and it is one of the best applications around.
  10. Virus scan has been added.
  11. You can use it to check for general errors like: 1.If the database is on... 2.If the remote computer allows remote database access... 3.If the password is right... 4.If the database exists... 5.If the user exists... and a lot more....
  12. These jackets only worked for the computer exams. [GR](Εφαρμογές σε προγραμματιστικό περιβάλλον)[/GR]
  13. thx /I will stop spamming now. xD
  14. I hope its useful somehow... :P
  15. Fine right now , I had exams (finishing school) and I passed them.I am going to GR Navy probably. :P
  16. Personally I don't like you, but I have some spare adena so... Edit: 500 sent.
  17. Information This tool tells you what's wrong with your MySQL server (if something is wrong).Then it is easier to fix whatever is wrong. Screenshots In this case I don't have a MySQL server running on the machine (127.0.0.1). Download http://www.mediafire.com/download.php?btzzyyu4dgo I am too lazy to post a virus scan right now, if you don't trust me then don't use it, or if you like please post a virus scan, Thanks. Edit: Virus scan -> http://scanner.novirusthanks.org/analysis/c5d4720b83aa9f4d97f992eeabde2e3d/TXlzcWxfRGlhZ25vc3RpY3MuZXhl/
  18. Αυτό που λες για το opera δεν το ήξερα , ωστόσο κάτι ανάλογο συμβαίνει και με την Google ή το facebook σε πολλά θέματα (όχι μόνο browser) όποτε είναι κάπως περίεργο το θέμα.Η κάμερα του iPhone είναι όντως αρκετά καλή για 3mpx.
  19. Εμένα μου έκλεινε η οθόνη σε διάφορες στιγμές όταν υπερφόρτωνε η κάρτα γραφικών μου, αν έχεις κάνει κανένα overclock να τσεκάρεις την θερμοκρασία της κάρτας μήπως από το φόρτωμα του game δεν αντέχει και πέφτει.
  20. Χρησιμοποίησε NumericUpDown.
  21. This is really epic.
  22. Here you go: http://www.hackforums.net/showthread.php?tid=298319&highlight=Tutorials That's the video tutorials it has: #1. Introduction #2. Hello World #3. Variables #4. If Statements #5. Math Functions #6. Form Properties #7. The Progress Bar #8. The Listbox #9. The Radio Button + The CheckBox #10. The Toolstrip #11. Linking Forms #12. Log In Form #13. Text To Speech #14. Splash Screen #15. For Loop #16. Do While #17. Do Until #18. Subs #19. Functions #20. Advanced MessageBox #21. Conditional Operators #22. Logical Operators #23. Timers #24. Sending An Email #25. Emailing Application #26. FTP Upload #27. FTP Application #28. ByVal and ByRef #29. Comments #30. Download and Run File #31. Web Browser #32. Application Settings #33. Using Settings #34. Auto Typer #35. Arrays #36. Splitting Strings #37. Computer Information #38. Try Catch #39. Web Page Source Code #40. Application Updater
  23. Με τι είχε σχέση το άλλο φόρουμ?
  24. This has been shared again in the past.I think its outdated now.
×
×
  • Create New...