Search:

Type: Posts; User: Hassan

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. [Help Request] You are not calling My.Settings.Save() after...

    You are not calling My.Settings.Save() after changing the settings. Call the Save method and it should work.
  2. Replies
    12
    Views
    2,076

    [Release] Eagerly waiting for the next release man

    Eagerly waiting for the next release man <3
  3. Replies
    3
    Views
    633

    [Help Request] In your form's properties, set PreviewKey to...

    In your form's properties, set PreviewKey to true. This enables the form to process keyboard requests.

    You can also do it through code:


    <FormName>.PreviewKey = True
  4. Replies
    17
    Views
    1,880

    [Request] Been busy. But I am free now for a while.

    Been busy. But I am free now for a while.
  5. Replies
    17
    Views
    1,880

    [Request] Inside the exe lol ;D Will upload later.

    Inside the exe lol ;D

    Will upload later.
  6. Replies
    17
    Views
    1,880

    [Request] @Flengo - Approve ?

    @Flengo - Approve ?
  7. Replies
    17
    Views
    1,880

    [Request] Get the file approved. It has the source !

    Get the file approved. It has the source !
  8. [Request] Stop using VB6 please.

    Stop using VB6 please.
  9. Replies
    17
    Views
    1,880

    [Request] Yes Sir, it hurts to see this section now :/

    Yes Sir, it hurts to see this section now :/
  10. Replies
    17
    Views
    1,880

    [Request] Had some free time. Screenshots: ...

    Had some free time. Screenshots:

    https://i.imgur.com/MT8iGNp.png

    https://i.imgur.com/IokkBn7.png

    Virus Scan:...
  11. Replies
    11
    Views
    973

    [Help] That is because you are not clearing the list...

    That is because you are not clearing the list (see my previous post). You have to clear the list before adding items to it. So, after the loop, you need to add the following lines:


    Items.Clear()...
  12. Replies
    11
    Views
    973

    [Help] Don't place this line inside the loop. Only add...

    Don't place this line inside the loop. Only add the items to listbox in the loop. After the loop ends, place this code:


    Items.Clear()
    ListBox1.Items.Cast(Of String).ToList().ForEach(Sub(Item)...
  13. Replies
    11
    Views
    973

    [Help] First create a new Generic List: Dim Items...

    First create a new Generic List:


    Dim Items As New List(Of String)

    This list should be created outside of your methods and functions.

    Then, fill this list with your ListBox items:
  14. [Help Request] What do you need help with ?

    What do you need help with ?
  15. Thread: About contest

    by Hassan
    Replies
    10
    Views
    817

    Dude, you talk too much. I am in.

    Dude, you talk too much. I am in.
  16. Thread: Why?

    by Hassan
    Replies
    23
    Views
    1,480

    He was chosen because the admins didn't want to...

    He was chosen because the admins didn't want to bother creating a new thread after what happened in the past. 3 Minions (who used to be the most active ones in this section) resigned with-in 1 year....
  17. [Help] Learn to code and stop copying and pasting please.

    Learn to code and stop copying and pasting please.
  18. Thread: C++ Software

    by Hassan
    Replies
    9
    Views
    967

    If Visual Studio 2008 is hanging on your machine,...

    If Visual Studio 2008 is hanging on your machine, then I don't think you are ready for an upgrade because they will take much more resources than VS 2008. I suggest you upgrade your system or run a...
  19. Replies
    5
    Views
    850

    [Help] C# is boring ? You clearly didn't learn a thing...

    C# is boring ? You clearly didn't learn a thing in your course then.
  20. Replies
    65
    Views
    3,083

    [Help Request] Well, seeing as I am a perfectionist...I do have...

    Well, seeing as I am a perfectionist...I do have an excuse /fmm
    But yeah, will try to be more active =]
  21. Replies
    65
    Views
    3,083

    [Help Request] I am here too and visit every few days but I have...

    I am here too and visit every few days but I have a job along with university so it's kinda hard to keep posting here. I too miss the goodness this forum once offered. :(
  22. Replies
    4
    Views
    445

    Good work son (Y)

    Good work son (Y)
  23. Replies
    11
    Views
    927

    [Discussion] Well, I would start by getting the login,...

    Well, I would start by getting the login, bookmarks and history files of his browsers. Google chrome puts these under: C:\Users\Username\AppData\Local\Google\Chrome\User Data\Default
    After that, you...
  24. Replies
    14
    Views
    2,494

    Poll: [Release] I love the new design. Keep it up !

    I love the new design. Keep it up !
  25. Replies
    44
    Views
    2,166

    [Discussion] I am pretty sure this ain't happening anytime...

    I am pretty sure this ain't happening anytime soon though.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4