Search:

Type: Posts; User: Joacim Andersson

Page 1 of 13 1 2 3 4

Search: Search took 1.68 seconds.

  1. Replies
    18
    Views
    120,028

    Re: Check if number is odd or even

    Why did you feel the need to dig up an 11 year old thread that already had an answer? Thread closed.
  2. Replies
    6
    Views
    1,471

    Re: Ghost chasing Pacman for VB6

    Thread moved.
  3. Replies
    4
    Views
    632

    VS 2010 Re: Making a VB Program - Need Help!

    Thread closed. Please read our AUP
  4. Re: [RESOLVED] Automation Error -2147417848 The object invoked has disconnected from

    Please don't wake up 10 year old threads.
  5. Replies
    2
    Views
    1,555

    Re: Listing a menu structure

    Question moved to it's own thread.
  6. Re: Can you pass object names when overloading a function?

    If won't work if you have Option Strict set to On (which you should have). But if disMe could be any control then you could use that code if you use this signature instead:
    Public Function...
  7. Re: How to use Digitalpersona 4000b with VB

    Posts moved into its own thread
  8. Re: Need Help With a Rudimentary Translator

    Thread moved to the VB.Net forum.
  9. VS 2008 Re: Problem with captcha when login, not solved till now.. NEED HELP ! URGENT ! PLEAS

    Thread moved to the ASP.Net forum.
  10. Replies
    6
    Views
    4,503

    Re: [ASK]Photo Viewer

    Thread moved to the VB.Net forum.

    You need to provide more information to get any help. Where are the images stored, how are you displaying them? Please show us what you have done already.
  11. Replies
    19
    Views
    8,830

    Re: "MyDoEvents" vs DoEvents?

    Owner drawn ListViews have really nothing to do with the question asked in this 6 year old thread. Please create your own thread and describe what you want to achieve.

    Thread closed.
  12. Replies
    8
    Views
    1,175

    Re: holding down the shift key

    Duplicate threads merged.
  13. Replies
    48
    Views
    3,775

    Re: Beginner To Visual Basic

    Yes, the splash screen should read 1998 if you're using VB6. VB5 however was released in February 1997.
  14. Replies
    48
    Views
    3,775

    Re: Beginner To Visual Basic

    Thread moved to the VB 6 and Earlier forum.
  15. Replies
    30
    Views
    15,022

    Re: Do you backup your work??

    Thread moved to the General Developer forum.
  16. Replies
    10
    Views
    2,758

    Re: Help file in VB% using Windows 10

    There seems to be a fix mention in this thread. I haven't tested it myself since I don't have any WinHelp files but the answer has been voted up several times so it might work. Give it a try.
  17. Re: help save complete webpage, i pay u good money

    This is the third thread you've created asking the same question. I've deleted one of them and closed the other. Stop posting the same question over and over.

    Thread closed.
  18. Re: help save complete webpage, i pay u good money

    Moved thread to the Project Request forum.

    Depending on the site, web scraping might be illegal. So to make sure no code will be posted here I'll close this thread.
  19. Replies
    8
    Views
    1,183

    Re: # character before a string

    Do not post links to pirated PDF files (or any other pirated software) in this forum please.
  20. Re: STAR WARS - The Force Awakens (NO SPOILERS)

    The Millennium Falcon might have made the Kessel Run in under 12 parsecs but I just ran 1 mile in under 300 meters!
  21. Replies
    2
    Views
    746

    VS 2010 Re: Dumb question ?

    What you should do is to create one or more classes. You can for example have one class containing all the data (your variables) and expose them only as properties. If you don't want them to be...
  22. Re: [RESOLVED] How to set user permissions from program

    But for completeness sake, here's a link to your original question.
  23. Re: [RESOLVED] How to set user permissions from program

    OK, but it also fits here since you've solved the other issue related to this here. I just didn't think it required its own thread with some explanation without any kind of context, that's why I...
  24. VS 2013 Re: CheckForIllegalCrossThreadCalls Gives Better UI Experience!

    I can do that, by just repeating what I wrote in post #10 above, or you can just read that once more. :)
  25. VS 2015 Re: Returning a value in asynchrone mode

    Oh and you can call the above directly from a button click event if you change the signature of the event procedure:
    Private Async Sub Button1_Click(sender As Object, e As EventArgs) Handles...
  26. Re: [RESOLVED] How to set user permissions from program

    New thread merged with the old.
  27. VS 2015 Re: Returning a value in asynchrone mode

    You should probably use the Async and Await. Since I have no idea what your ReadFileAsync look like I'm going to do a bit of mock-up code here for you.


    Async Function ReadFileAsync(fileName As...
  28. VS 2013 Re: CheckForIllegalCrossThreadCalls Gives Better UI Experience!

    OK, let me try to explain this a little bit better. The reason your second way of doing it doesn't have the same performance is because you're invoking another thread to do some job, and after it's...
  29. VS 2013 Re: CheckForIllegalCrossThreadCalls Gives Better UI Experience!

    That's not true, Digitalshaman did just that above.
  30. Re: [RESOLVED] How to set user permissions from program

    I marked this thread as Resolved since you obviously solved it in a manner that you're happy with.
  31. Replies
    1
    Views
    1,117

    Re: Music PLayer by vb.net

    Welcome to the VBForums.

    I'm sorry to inform you that I've removed your link in this thread because this forum is for asking questions about programming in general and in VB in particular. It's...
  32. VS 2013 Re: CheckForIllegalCrossThreadCalls Gives Better UI Experience!

    Well, without knowing what you really are doing it's hard to show you the correct code. However if you want to update the UI in every single iteration then that update must be done on the UI thread...
  33. Replies
    4
    Views
    1,897

    Re: Minecraft Login

    I think there are .Net assemblies available for the Minecraft API. Try doing a Google search for it.
  34. VS 2013 Re: CheckForIllegalCrossThreadCalls Gives Better UI Experience!

    The only thing your Processing method is doing is really updating a UI element. Why do you want that to be performed on a separate thread? The UI thread should handle all that. In your second example...
  35. Re: How to get another question if answer < 0?

    You can also simply check that x is always greater than y, and if not swap them before you calculate the answer:
    Dim x As Integer = ran.Next(1, 9)
    Dim y As Integer = ran.Next(1, 9)
    If x < y Then
    ...
  36. Re: STAR WARS - The Force Awakens (NO SPOILERS)

    I loved this movie as well, and without giving away any spoilers I must say that I was rather surprised to learn that Luke had joined the dark side and that Han Solo was trying to kill Leia just...
  37. Re: Stop "Conversion from string "" to type 'integer' is not valid." from appearing

    InputBox returns a String, not an Integer. I highly recommend that you use Option Strict On in your applications.


    Dim stringValue As String = InputBox(".......")
    Dim value As Integer
    ' Let us...
  38. VS 2010 Re: How To Lunch exe program from vb project in any PC

    Process.Start(TextBox1.Text)
    Process.Start(Application.StartupPath & "\MyApp.exe")
  39. VS 2013 Re: Code from C to vb.net

    It also really depends on if you must translate the code. If you need to do it for some backward compatibility sake then obviously you should do it but if you just want to encrypt a password you can...
  40. Replies
    17
    Views
    6,225

    VS 2015 Re: Extremely Large Numbers in VB

    I have a copyright on the bit value of 1. Anyone that uses that in any kind of software is infringing my copyright and must pay a license fee on every use. :)
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width