Search results

  1. D

    [C#] Scrolling Label Function

    Hello, just thought I'd release a scrolling label text function that I made. void scrollText(ref Label lbl, string lblText, int maxCharDisplay) { string lblTextTotal = lblText + lblText; if (maxCharDisplay > (lblText.Length - 1)) maxCharDisplay =...
  2. D

    Anyone know what's up with GuardHosts

    My VPS been down 6+ hours now and no ticket support.
  3. D

    Dcrews Combination Finder 1.2 PRO

    No problem!
  4. D

    Dcrews Combination Finder 1.2 PRO

    Remember 1.1 a while back? Some do, Some even took advantage of this utility with cracking! Coded with C# Well, it's back. with more features! =) Ever wondered how many possible 12 length combinations you can make? Well here's your chance, of course.. You could be a smart-ass and say...
  5. D

    Shared ThatHosting.co - cPanel, 1GB space, 60GB BW, Only $3.25 p/m (FR)

    I can vouch since I needed a webhost for planetmogma.org and stumbled upon ThatHosting.co, I was googling webhosts for few hours. Chris told me about his site and server, so far 5 days have passed with no problems, I subbmitted a ticket and he was polite and proffessional plus he was on it...
  6. D

    Dcrews Combination Finder 1.1 PRO

    No problem. I hope that was sarcasm. :)
  7. D

    Dcrews Combination Finder 1.1 PRO

    Thanks! Source-codes released on first post!
  8. D

    Dcrews Combination Finder 1.1 PRO

    Here's one of the main functions I wrote that the programme relies on: VB.NET Public Function GetNextChar(ByVal currentcharacter As String) As String If IncludeLetters = True Then Dim IsLetter, IsNumber As Boolean Dim CharIndexLetter As Integer =...
  9. D

    Dcrews Combination Finder 1.1 PRO

    Re-coded from scratch in C# I recently got a private message: ARE RELEASING Source-Code Download Links: Mediafire Only VB.NET - Click Here! C# - Click Here! Ever wondered how many possible combinations you can get using all letters and numbers, making 3 length words? 46656! This...
  10. D

    Dcrews Combination Finder v1.0.2

    1.0.5 is in the working:
  11. D

    Dcrews Combination Finder v1.0.2

    1.0.2 Released! Read first post.
  12. D

    Dcrews Combination Finder v1.0.2

    1.0.2 updates: Any update suggestions before I release this?
  13. D

    Dcrews Combination Finder v1.0.2

    Norton likes to be silly like that ^^ Never realesed viruses, never would, it's for sad asswipes that want to steal other people's stuff because they're sad and have no lifes :P :))
  14. D

    Dcrews Combination Finder v1.0.2

    Are you even calculating it? Because I did and the answer IS 238328 as I just checked on the calculator, don't forget I'm using uppercase too. 62*62*62 = 238328
  15. D

    Dcrews Combination Finder v1.0.2

    Post Reserved.
  16. D

    Dcrews Combination Finder v1.0.2

    Ever wondered how many possible combinations you can get using all letters and numbers, making 3 length words? 46656! This programme can help you find a random password (and damn... I mean random!) Suggestions and constructive critism are welcome! Download Links [All Updated to 1.0.2]...
  17. D

    Proffesional Combination Finder

    I'm not sure what you mean by "with custom templates" and "give the user a choice to specify threads".
  18. D

    Proffesional Combination Finder

    Managed to fix the bugs :D
  19. D

    Proffesional Combination Finder

    You're not completely wrong, but that's not exactly the issue, I found (very easy fix) bug which would also conclude of "done" as the 3rd character after it finished one row, you probably don't understand what I mean, but it's a bug from the way I written the "GetNextChar" function in my app...
Back
Top