Search:

Type: Posts; User: Gwo Tang

Search: Search took 0.00 seconds.

  1. Re: Get System Info (.NET Status) Incorrect (only 4.0)

    Hello,

    You're right, but I expect it will return the correct version number, just want to know if it is already has a 4.0 environment.

    Meaning return value and special keywords do not match....
  2. Replies
    7
    Views
    6,566

    Re: Check Service (Incorrect)

    Hello,

    In this case, it is placed under the x86 system execution environments. (win7 sp1 x86)

    3883
  3. Replies
    7
    Views
    6,566

    Check Service (Incorrect)

    Hello,

    Group Policy Client is already started state, but the detection result is not correct.

    Group Policy Client (service name: gpsvc)

    3879

    3880
  4. Get System Info (.NET Status) Incorrect (only 4.0)

    Hello,

    My computer installed version number is 4.0.30319, but after the execution has shown 4.5.51209.

    3876

    3877

    3878
  5. Replies
    4
    Views
    3,998

    Re: EXENAME Custom Icon (.ico file)

    Something like this,

    3864

    3865
  6. Replies
    4
    Views
    3,998

    EXENAME Custom Icon (.ico file)

    Hello,

    This option can be added to the Project Settings too?

    [EXENAME Custom Icon (.ico file)]
  7. Replies
    3
    Views
    3,833

    Re: Call DLL Function (STRING return value)

    Hello,

    Common.dll (It only provides a UserName function.)

    Declare Function UserName Lib "Common.dll" (ByVal sUserName As String) As String

    Use VB6,

    Sub Main()
  8. Replies
    0
    Views
    2,293

    Get System Info (Get SID of a local user)

    Hello,

    If the built-in functions can also get the specified user's SID would be very convenient.

    http://www.windows-commandline.com/get-sid-of-user/
  9. Add RegistryRun Entry (HKEY_LOCAL_MACHINE / HKEY_CURRENT_USER)

    Hello,

    If you can offer these two modes will be more flexible.
  10. Replies
    3
    Views
    3,833

    Call DLL Function (STRING return value)

    Declare Function CharUpper Lib "user32" Alias "CharUpperA" (ByVal lpsz As String) As String

    How do I get this return value?

    Because %_SB_RETURN% only return DWORD return value.
  11. Replies
    4
    Views
    5,477

    Re: exe2msi - Generate Silent Install

    I'm sorry, it was my fault. Thanks for your reply.
  12. Replies
    4
    Views
    5,477

    Re: exe2msi - Generate Silent Install

    How to pass parameters to the MSI engine?

    https://msdn.microsoft.com/en-us/library/aa372024(v=vs.85).aspx

    /quiet, Use this parameter can be done.

    Quiet display option. The installer runs an...
  13. Replies
    4
    Views
    5,477

    exe2msi - Generate Silent Install

    How to build a true silent msi installation?

    It always displays an installation progress window.

    3848
  14. Add/Delete Windows Firewall Exception (Specific Ports Range)

    How to set a specific range of port numbers, such as 5000-5010?

    38463847
Results 1 to 14 of 14