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

Search:

Type: Posts; User: prati

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. GUI app,which will create new frame window corresponding to each Tree item?

    Hello !

    I am implementing GUI based MDI application using Swing components.
    I have a Jtree on left of JInternalFrame, which is inturn inside JFrame.

    I want to implement following feature :->...
  2. Re: Error:-_ASSERTE(_CrtIsValidHeapPointer(pUserData)),how to trace it ?

    Attachement successfull
  3. Re: Error:-_ASSERTE(_CrtIsValidHeapPointer(pUserData)),how to trace it ?

    Thanks for quick response,

    Ok iam sending you screen shot of crash dialogbox and also corresponding MAP file to look up the same address.

    MAP file was too large so attachment was...
  4. Re: Error:-_ASSERTE(_CrtIsValidHeapPointer(pUserData)),how to trace it ?

    Sorry i have forgotten to attach MAP.zip file.

    I have sent it this time. Pls find it.
  5. Re: Error:-_ASSERTE(_CrtIsValidHeapPointer(pUserData)),how to trace it ?

    Please look up this address: in MAP file i have sent you this time. This is the exact address which shows on crashing my application.
    Please help me out as soon as possible, i am not able to find...
  6. Re: Error:-_ASSERTE(_CrtIsValidHeapPointer(pUserData)),how to trace it ?

    I have gone through one of the link refered by you:

    How To Determine the Location of a Crash

    I used technique 1 - Using a MAP file to determine a cause of crash.

    MyProblem : I have seen that...
  7. Re: Error:-_ASSERTE(_CrtIsValidHeapPointer(pUserData)),how to trace it ?

    Thanks.
  8. Error:-_ASSERTE(_CrtIsValidHeapPointer(pUserData)),how to trace it ?

    Hello!

    My application had been made seven to eight months before, it was deployed also but now a days whenever i try to execute it, sometimes it creates problem like, after displaying Main Frame...
  9. How to import Dialogs and menus from existing application?

    Hello,

    How to import all the resources from existing application to new application?

    I able to import only bitmaps and icons, but i want to import all menus and dialogs too.

    Please do tell...
  10. How to create dockable window attached to a frame window ?

    Hello,

    I want to create dockable bar into frame window, so that i can place my components like JTree, JList etc. into dockable window and make them dockable components.

    In VC++ ,(CControlBar)...
  11. Replies
    0
    Views
    1,351

    How to debug Java application into "GEL" IDE ?

    Hello!

    Please give answer for following question,

    How to use debugger into "GEL" IDE to debug java application?This is very urgent for me.

    Needfull,
    prati.
  12. How to obtain total bandwidth of a interface in a network ?

    Hello !

    I am implementing SNMP based application, using MIB-II to determine interface details.

    Having information....

    ifInOctets, ifOutOctets, ifSpeed

    example......For
    <> Software...
  13. Re: How to create multiple threads for the common function ?

    Thank you sir.
    It became hopeless case for me, again you have brought smile on my face.

    It is very similar to my app.I got the point, By seeing this sample project, i understand things clearly.
    ...
  14. Replies
    14
    Views
    1,448

    Re: Data type :Problem with storing integers

    Thanks , i got the point.

    Prati. :wave:
  15. Re: How to convert long double data type into char?

    Thanks.
  16. How to convert long double data type into char?

    Hello!

    i have data in long double and now want to display it into listview control which takes item in string format.

    so, how to convert that long double data into char/string ?
  17. Replies
    14
    Views
    1,448

    Re: Data type :Problem with storing integers

    Thanks for reply.

    My question is quiet straight forward , i am repeating it :

    I have two integer values 16384 and 1220842, i want to multiply them. After multiplication result should come...
  18. Replies
    14
    Views
    1,448

    Re: Data type :Problem with storing integers

    Thanks for your responses, but still i didn't find any solution.

    _int64 is not working, it gives me the same result (-1472561152) instead of 20002275328.

    I didn't get anything , it's looking ...
  19. How to write multithreaded applications using c++ ?

    Hello!

    My question is .............

    How to write multithreaded applications using c++ ?
  20. Re: How to change the color of header in a list box control?

    Hello sir,

    Thanks a lot, my problem has solved.
    sir , Please help me on this post.
    http://www.codeguru.com/forum/showthread.php?t=339332&page=1&pp=15

    Dozens of thanks.
  21. Re: How to create multiple threads for the common function ?

    Please tell me if you people not able to understand my problem or tell me if no solution of this kind of situation.

    I have understood synchronization(documentation) method but not able to...
  22. Re: How to change the color of header in a list box control?

    Hello!

    I have posted my code in previous post, and described my problem in detail. If anything there you people not able to understand, please ask me about but reply me as soon as possible.

    :(
  23. Thread: DLL or COM ?

    by prati
    Replies
    7
    Views
    1,227

    Re: DLL or COM ?

    :) Thank you.
  24. Thread: DLL or COM ?

    by prati
    Replies
    7
    Views
    1,227

    Re: DLL or COM ?

    :) Thanks for reply.

    Some more help i need from you in implementing COM components.
    How to start working with "COM" ? I have worked with "dll's" but didn't work with components.
    So please tell...
  25. Thread: DLL or COM ?

    by prati
    Replies
    7
    Views
    1,227

    DLL or COM ?

    Hello !

    I want to write some common functions in a separate module.
    Now please tell me , separate module should be "DLL" or "COM" ? Please give me reason.

    As per knowledge :

    -> If i build a...
Results 1 to 25 of 145
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured