Search:

Type: Posts; User: Matuu

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. VS 2013 Fill ListView1 data from external MySQL database

    Hello,

    As I see that DataGridView1 data filling works but ListView1 won't be filled, I tried to figure it out why but could not.

    Private Sub Form2_Load(sender As Object, e As EventArgs)...
  2. Replies
    1
    Views
    599

    VS 2013 [RESOLVED] File does not exist?

    Solution: Make sure you have correct file name & extension. I had file created as "aadressid.txt.txt"
  3. Replies
    6
    Views
    3,082

    VS 2013 Re: Order files by name (ListBox)

    On this path there's only "Arve_*.pdf".
    http://prntscr.com/70b6i2



    Well, it's the result I was looking for. This code works well. Thank you for help.
  4. Replies
    6
    Views
    3,082

    VS 2013 Re: Order files by name (ListBox)

    But result is still not as I wanted.
    http://prntscr.com/70am6q

    Order (Desc) by filename that contains number ("Arve_*.pdf")



    Thank you, but it seems this code is not working? ListBox1 is...
  5. Replies
    6
    Views
    3,082

    VS 2013 [RESOLVED] Order files by name (ListBox)

    Found this code somewhere and tried use that, but not this result as I wanted.

    http://prntscr.com/709wst
    ListBox1 order is wrong, but atleast ListBox2 order is correct

    How fix it?

    ...
  6. VS 2013 Re: Hide DataGridView1 (row or column)headers in the preview

    ....
  7. VS 2013 Re: Hide DataGridView1 (row or column)headers in the preview

    ....
  8. VS 2013 [RESOLVED] Hide DataGridView1 (row or column)headers in the preview

    Simple solution: Use part code of https://code.msdn.microsoft.com/VBNet-Printing-Example-bc3b0176
  9. VS 2013 [RESOLVED] DataGridView1 width (PrintDocument) depends on monitor resolution?

    It's simple: Don't use AutoSize.
  10. Replies
    3
    Views
    1,201

    VS 2013 Re: Setup preview print page

    ....
  11. Replies
    3
    Views
    1,201

    VS 2013 Re: Setup preview print page

    ....
  12. Replies
    3
    Views
    1,201

    VS 2013 Re: Setup preview print page

    ....
  13. Replies
    3
    Views
    1,201

    VS 2013 Setup preview print page

    ....
  14. Thread: File Finder

    by Matuu
    Replies
    1
    Views
    12,683

    Re: File Finder

    Can you add like that:

    string[] disallowed_files = {"trainer.exe", "mod_sa", "hack.exe", "s0beit.txt"}; (etc)
    FindFiles(SAMP_path, disallowed_files);

    or something, I really need it.
  15. Replies
    10
    Views
    2,278

    VS 2010 Re: Checking some files

    dunfiddlin, thank you.
    But some hack can be still used, but it can be detected by process. How i can do it?
    Like checking at processes if there is any active cheat program. Process name...
  16. Replies
    10
    Views
    2,278

    VS 2010 Re: Checking some files

    I tried this but not working aswell... It still counts that how many files/directories was searched.

    Class:...
  17. Replies
    10
    Views
    2,278

    VS 2010 Re: Checking some files

    That's what im talking about searching. Sorry if i used 'checking' instead of 'searching' that made misunderstood
    When program is loading then program will search user computer and if user have...
  18. Replies
    10
    Views
    2,278

    VS 2010 Re: Checking some files

    But what about file path? I dont know if user has and where it locates.
  19. Replies
    10
    Views
    2,278

    VS 2010 Checking some files

    Hello, i better create new thread and there it is.
    I need that checks if user has some files which contains like hack.exe, trainer.exe, d3d9.dll, Cheat Engine.exe etc. (Those are cheat's files)
    If...
  20. VS 2010 Re: Read txt file and store into variables

    IanRyder, thanks very much! :)
    //Better creating new thread//
  21. VS 2010 Re: Read txt file and store into variables

    Thanks for help. IanRyder, i used your example and it works.
    I've gone so far away and i have launcher done, but still need upgrades.
    Launcher have one textbox that is for player name. (Uses...
  22. VS 2010 Re: Read txt file and store into variables

    Well, i tried one method but when in txt file this value SAMP_PATH= is empty, then VB.NET will show error while debugging. (About bound out or something)



    Error line is this: If...
  23. VS 2010 [RESOLVED] Read txt file and store into variables

    Hello, i tried to find some codes in here. (By search) But i haven't still found solution.

    TXT file aka config:

    SAMP_PATH=C:/Program Files/Extra/Nothing/samp.exe
    PATH_FOUND=1...
  24. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    ////
  25. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    ////
  26. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Okay, thanks, but one thing that you did differently -> Is that possible that i can check that which answer was correct? Because i want make that it marking which was correct/incorrect answer. (Like...
  27. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    It works now and very sorry if i waste your time.. // Nevermind, i didnt tested that while it was "Or" - I was thinking about something.. Sorry.
  28. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Umm.. VB 2012 has trial.

    I posted Form2 code to pastebin.
    Here's the link: http://pastebin.com/acBPZv7i
  29. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Microsoft Visual Basic 2010 Express
    This project is incompatible with the current version of Visual Studio

    It comes up when i try open this project. Where you did took out that im using VB 2012?...
  30. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Note that im using VB.NET 2010.

    I uploaded project to attachement. (Please use Form2.vb not Form1.vb, thanks) - And look into Code. I wrote something there for you. Im still learning about that.
  31. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Thanks very much .paul. for helping! I could more rep you but i cant. It says i cant spread more rep's to you, that's sad.
    I have bit understand about this.

    // But is that possible to make...
  32. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Exactly i used your class, but there's that i need help.

    But how no need? What about if 3 lines are in List and random generator will choose 6 (index as integer) then this cant find in list data,...
  33. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
    'pick a random index
    Dim real_items As Integer = CInt(items.Count / 5)
    Dim...
  34. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Any know how make the randomization pickup?
    I googled about this and i found one answer but with this method i will have one error..
    Private Sub Button1_Click(sender As System.Object, e As...
  35. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    Thanks much for your help. You saved my life and i looked your project code up and i bit understand about that.

    But.. If i want remove question then i must use that: questions.Remove(q.question) ?...
  36. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    I've spent about 2-3 hours about fix this list (like array) and searching in google about List(Of ..) usage and examples, even there's nothing.

    Could someone help it?

    // Moderator, please...
  37. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    I've spent about 2-3 hours about fix this list (like array) and searching in google about List(Of ..) usage and examples, but there's nothing.

    Could someone help it?
  38. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    ////
  39. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    I hear first time about that List(Of T) whatever it is.. Can you teach that how use that or..? Thanks.
  40. Thread: How to make quiz

    by Matuu
    Replies
    42
    Views
    13,862

    VS 2010 Re: How to make quiz

    ////
Results 1 to 40 of 126
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width