Search:

Type: Posts; User: Chris-Mario

Search: Search took 0.07 seconds.

  1. Re: Resize a ListBox to can display a fixed number of items

    Just a simple Google search gave me this. I know it workes, since I've used this example myself :)

    ---------------------------------------------------------------------------------------------
    ...
  2. Replies
    7
    Views
    2,834

    Re: Expected end of statement

    Here you go :)



    strHeadings = cStr("IP Address|" & "Subnet Mask|" & "DHCP Server|" & "DNS Suffix|" & "AD Site")
  3. RegisterHotkey - Problem with remembering the key

    Hi!

    This is abit cheezy, because I understand what's wrong, but not how to fix it.

    Overview of the problem:

    I'm making a small program that registers a hotkey to the system (Ctrl + F)
    When...
  4. Re: How to share value between different programs?

    Simple Google...

    http://www.thescarms.com/vbasic/PassString.aspx
  5. Re: Can someone help me with this code?

    If CheckBox1.Value = VbChecked Then
    ' CheckBox is checked
    Else
    ' CheckBox is unchecked
    End if
  6. Re: How to share value between different programs?

    You would have to make your own API for both programs, then send calls/flags as the value changes.
  7. Replies
    4
    Views
    661

    Re: Question About VB6 Code

    Can you please paste the code here?
    If it's a custom DLL file or any other DLL file wich you are including in your project, you
    would have to either add it as a reference.

    This is done by going...
  8. Replies
    4
    Views
    785

    Re: [RESOLVED] close button

    I know this thread is marked as [Solved] but here's another thing you could have done/can do:
    Put everything you need to be done before the program ends into

    Private Sub Form_QueryUnload()

    ...
  9. Replies
    4
    Views
    661

    Re: Question About VB6 Code

    Does the program work when running it in Debug mode inside VB6?
  10. Rename File file if the same name exists?

    Hi!

    First of all; This is my first post here. But I am not completely new to these forums.. I've found tons of help here, from users who already had the same problems as I've had. So thanks for...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width