CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cherian_2002

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    814

    ::PostMessage(hWndHome ,100,0 ,0); Suppose if...

    ::PostMessage(hWndHome ,100,0 ,0);

    Suppose if i post a message like this will it cause problems.
    I am just using the integer value 100 in the post message.

    Will it cause problem.

    Thanks for...
  2. Replies
    4
    Views
    814

    Hi Madrid, MBCS.exe is just giving its handle to...

    Hi Madrid,
    MBCS.exe is just giving its handle to the dll. Dll is not returning anything to the Exe. Dll may pass some events to the Exe by PostMessage (some #define values only ).
    So will it cause...
  3. Replies
    4
    Views
    814

    MBCS & Unicode

    Hi ,
    I have a an exe and a dll. Exe is _MBCS.
    But the dll is _UINCODE. Will it cause any problem if i load the dll from the exe. I won't be passing any strings to the Dll.
    But i will be passing...
  4. Replies
    7
    Views
    2,833

    HI Mick, So far i couldn't get it. I tried...

    HI Mick,
    So far i couldn't get it.

    I tried to call GetSystemDefaultUILanguage() but it is giving compile time error. I included <Windows.h> and <Winnls.h>.
    But still it is giving error. I am...
  5. Replies
    7
    Views
    2,833

    I tried with LOCALE_SNATIVELANGNAME |...

    I tried with
    LOCALE_SNATIVELANGNAME | LOCALE_NOUSEROVERRIDE.

    Still it shows the default regional settings option - Japanese.


    I think GetLocaleInfo will always give the default Regional...
  6. Replies
    7
    Views
    2,833

    I tried GetLocaleInfo too. But it is also giving...

    I tried GetLocaleInfo too. But it is also giving the default language set in the Regional Settings.

    Actually i need the OS installed language.

    GetLocaleInfo(LOCALE_SYSTEM_DEFAULT ,
    ...
  7. Replies
    7
    Views
    2,833

    Get OS Language

    Hi,
    I need to get the installed OS Language. I don't need the default Locale Language. I installed Windows 2000 English in my m/c.
    Later i changed the default Locale to Japanese.
    So when i check...
  8. How to change the default IME programatically

    Hi All,
    I need to change the default IME to Japanese.
    So that when a user presses keys in a text box, japanese
    letters will be coming automatically.

    By default english letters will be coming....
  9. OnButton1() click , i would call to display...

    OnButton1() click , i would call to display Bitmap
    and on OnButton2() click i would call to display Icon


    Button1()
    -------------
    m_Picture.ModifyStyleEx( SS_ICON,SS_BITMAP, 0);...
  10. To Display Bitmap & Icon in a single picture ctrl

    Hi All,
    How can we display a bitmap & icon in a single picture
    control at different time.

    We can display a bitmap in a picture ctrl by setting its "type"
    property to BITMAP. Similarly Icon can...
  11. Replies
    17
    Views
    10,995

    I defined it in the preprocessor definitions only.

    I defined it in the preprocessor definitions only.
  12. Replies
    17
    Views
    10,995

    Hi, I tried with CoInitialize and it passed in ...

    Hi,
    I tried with CoInitialize and it passed in
    Win2000 SP2 machine.

    rgds
    Cherian
  13. Replies
    17
    Views
    10,995

    Hi, I don't know how to assign the class to the...

    Hi,
    I don't know how to assign the class to the adapter.

    In the class name i gave it like this.

    BSTR ClassPath = SysAllocString(L"Win32_NetworkAdapterConfiguration=0");

    But GetObject...
  14. Replies
    17
    Views
    10,995

    Hi David, WMI classes should support this IP...

    Hi David,
    WMI classes should support this IP Address & DHCP. Isn't it.
    But when i tried to Enable DHCP it failed.

    Upto GetMethod() it returns SUCCESS but when i called

    ExecMethod() it...
  15. Replies
    17
    Views
    10,995

    Hi David, I have tested the same code in...

    Hi David,
    I have tested the same code in Win2000, SP2, SDk and it worked.
    Thankyou very much David...
    Now i have to Enable/Disable the DHCP.
    I would inform u if it is a success.

    Thanks...
  16. Replies
    17
    Views
    10,995

    Hi David, I am also using the WMI functions for...

    Hi David,
    I am also using the WMI functions for the first time.

    I am using NT4 SP6 and MS Platform SDK.
    According to MSDN it should work in my machine too.

    If u could find any dll...
  17. Replies
    17
    Views
    10,995

    Win32_NetworkAdapterConfiguration

    Hi All,
    I have to use Win32_NetworkAdapterConfiguration class for getting/setting Network properties.
    eg: For enabling DHCP. ( call the member function EnableDHCP() of this class.).

    For this i...
  18. Replies
    0
    Views
    602

    How to set Network Properties

    Hi,
    How can we set the Network properties programatically.
    like Enabling/Disabling DHCP or setting DNS server address.
    Any related information would be a great help for me.

    Thanks in...
  19. Replies
    0
    Views
    511

    Setting Network Properties

    Hi,
    Is there any API's which support setting Network properties
    like Enabling/Disabling DHCP or setting DNS server address.

    Thanks in Advance
    Cherian
Results 1 to 19 of 19





Click Here to Expand Forum to Full Width

Featured