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

Search:

Type: Posts; User: Omkar_Parkhi

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Re: Capturing Image of an Operating System

    Hi thanks for your replies.
    As you have mentioned Nortan Ghost will do the job for me. that is very true. But unfortunately I cannot purchase that software and hence I need to develope my utility...
  2. Re: Capturing Image of an Operating System

    Halo...!
    Can anyone help?
  3. Re: Capturing Image of an Operating System

    I want to caputre entire OS image not just the registry.
  4. Capturing Image of an Operating System

    Hi,
    I am using Windows 2000\XP and VC++ 6.0
    I have requirement of capturing an image of a master computer on a DVD
    and then use that iamge to create clones.
    Can anyone guide me for doing...
  5. Replies
    5
    Views
    2,011

    Re: Problems with LoadString

    Oh I am so sorry not to mention the platform...!
    I am using Windows 2000
    The problem is As per my understanding, Japanese data gets stroed in String table in Shift JIS format microsoft code page...
  6. Replies
    5
    Views
    2,011

    Re: Problems with LoadString

    yes sir
    I have defined both _UNICODE and UNICODE macros...!
    No problems with font too...!
  7. Replies
    5
    Views
    2,011

    Problems with LoadString

    Hi,
    I am working with japanese software developement.
    I have one japanese string written in Shift-JIS ecoding format.
    when I put this string in string table and try to load this string in any...
  8. Replies
    0
    Views
    538

    48 Bit images..!

    The Windows GDI APIs currently support processing of the 24 bit Images. We need to extend the GDI APIs listed below to support 48bits. Anyone knows the logic to make these APIs support 48 bit Images?
  9. Re: Pop up window for a button while right clicking on it

    try using OnContextmenu code too..!
    It is a simpler solution..
  10. Re: Pop up window for a button while right clicking on it

    Hi Hope this serves your purpose..!
  11. Re: Pop up window for a button while right clicking on it

    you want a popupwindow or a popup menu on Right Button CLick?
  12. Re: Multilingual Application with seperate Dlls for each language

    anyone help please..!
  13. Replies
    2
    Views
    1,043

    Re: SPin Button Control of Tab control

    Thanks..!
    I was using the same code..!
    Now I got the answer to the problem.
    If we search for a child in PreSubClassWindow and
    Number of Tabs and not sufficeient to invoke the spind button control...
  14. Replies
    2
    Views
    1,043

    SPin Button Control of Tab control

    Hi..!
    It is possible to get handle of spin button control of tab control?
    I need to subclass that and change its default position.
    Is there any method avaible?
    I have tried GetWindow(GWS_CHILD)...
  15. Re: Multilingual Application with seperate Dlls for each language

    Here you go..!
  16. Multilingual Application with seperate Dlls for each language

    Hi,
    I am trying to create one multilingual application.
    for which I am using different DLL for each language.
    Now I have slight problem.
    I am using VC++ 6.0 and windows 2000
    as i enter unicode...
  17. Re: Why my code can't translate VK_UP to VK_SHIFT+VK_TAB?

    Use
    keybd_event( VK_SHIFT,
    0x45,
    KEYEVENTF_KEYUP,
    0);

    Have a look at MSDN for more info..
    It has been explained there..!
  18. Replies
    6
    Views
    3,284

    Re: SetWindowPos for Z Order Manipulation

    yes
    There areas overlap.
    So the button is not getting displayed till the time I click on the area behind which the button is hidden.!
  19. Replies
    6
    Views
    3,284

    SetWindowPos for Z Order Manipulation

    Hi,
    I have one dailog on which I have to show one bitmap and one button.
    Now I have loaded the bitmap on CStatic object.
    The position of the button on the dialog is such that it appears on the ...
  20. Replies
    6
    Views
    2,708

    Re: Owner draw tab control

    Help Please...!
  21. Replies
    6
    Views
    2,708

    Re: Owner draw tab control

    Can you post the sample again..!
    I tried it its working but I am not sure whether it is rounded in corner...!
    Kindly post the application..!
    Thanks for the help..!
  22. Replies
    6
    Views
    2,708

    Re: Owner draw tab control

    Help Please..!
  23. Replies
    6
    Views
    2,708

    Re: Owner draw tab control

    Very true..!
    but i couldnt find way out..!
    else where do i set the region?



    I am not sure how to do that..!

    can you make changes in the code and post it?
  24. Replies
    6
    Views
    2,708

    Owner draw tab control

    I am trying to change the appearance of the tab control tabs..!
    I want to make them round corner rather than normal sharp edge appearance..!

    I have used setwindowRgn for each of the tab items..!...
  25. Replies
    7
    Views
    1,091

    Re: Edit box functionalities

    Can you elaborate the situation more
    so that I'll be able to help..!
Results 1 to 25 of 63
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured