Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vrvijayaraj

    Passing Array to Activex control from Javascript

    Hi There, I have problem in passing an array of data to my ATL COM Activex Control from Javascript. If anybody is familiar with this technique please help me with sample code for interface definition as well as javascript code sample. Thanks in Advance... Regards vrvijayaraj.
  2. vrvijayaraj

    Converting BSTR to Char does this function look good?

    Hi Mike, You could use OLE2A macro for the same. For checking memory leaks Use Numega BoundsChecker. Here are some conversion lines which I prefer to use. I don't know any drawbacks. USES_CONVERSION; // this macro is required for OLE2A macro BSTR str1; BSTR str2; BSTR str3; char...
  3. vrvijayaraj

    Hi there, I am using ATL/WTL(NOT

    Hi there, I am using ATL/WTL(NOT MFC) for making an activex Control. After inserting a ATL dialog object I added a edit box to the dialog resurce. I am manipulating the Edit box using CEdit class object by attaching the control to it. The problem is I am unable control the key strokes send...
  4. vrvijayaraj

    CoTaskMemAlloc, IMalloc Crash

    Hi DaveTips, It helped.... Thank you.....
  5. vrvijayaraj

    CoTaskMemAlloc, IMalloc Crash

    We have tried that also.. Even then it crashes... Thanks...
  6. vrvijayaraj

    CoTaskMemAlloc, IMalloc Crash

    Hi there, We have a problem in using IMalloc->Free() and CoTaskMemFree to free a dynamically allocated block of memory. The scenario is as follows. 1) We have a COM Component (DLL) which accepts ptr to ptr of a structure and dynamically allocates an array of structure using CoTaskMemAlloc...
  7. vrvijayaraj

    Menu items

    Hi Guest, First set m_bAutoMenuEnable = FALSE; It is a member variable of CMainFrame. After that try the following code from your view class as a handler of your button click. Hope it will work. For additional help see help on EnableMenuItem and its flags from MSDN. void...
  8. vrvijayaraj

    Menu items

    Hi Spencer, For the above lines(for using EnableMenuItem) is it not required to set the CMainFrame member variable m_bAutoMenuEnable to false(m_bAutoMenuEnable = FALSE;) Correct me if I am wrong. Regards vrvijayaraj.
  9. vrvijayaraj

    MSChart In VisualC++

    Hi Kkr, Thank you very much for the valuable suggestion. I could get the examples there.. Regards.. vrvijayaraj
  10. vrvijayaraj

    SQL Servers running in an intranet

    Thank you John, I got what I wanted with your help. The API is Documented well in the Sql server Books Onlile. Regards.. vrvijayaraj
  11. vrvijayaraj

    SQL Servers running in an intranet

    Hi there, Could any one please help me in finding out the SQL SERVERs running in a windows NT based network, wih some sample code in VC++. Thanks in advance. Regards vrvijayaraj
  12. vrvijayaraj

    MSChart In VisualC++

    Hi All, Could anyone please help me in programming MSChart Control in Visual C++. Where can I find more help on the same. Thanks in Advance.. vrvijayaraj
  13. vrvijayaraj

    Callback procedure implementation for Shell_NotifyIcon function

    For Your Information<br><br>I got the solution what I wanted for creating the tray icon for my application. All the help with sample programs are available at search.microsoft.com/us/dev .Search for Shell_NotifyIcon, TrackPopupMenu. <br><br>Regards..<br><br>
  14. vrvijayaraj

    Callback procedure implementation for Shell_NotifyIcon function

    In the help given for Shell_NotifyIcon, I couldn't find how to write the message-map entry for handling the messages generated.<br>
  15. vrvijayaraj

    Where to find the naming conventions followed in VC++ 6.0

    Hello kb244,<br><br>&nbsp;Thanx a lot for helping me. At last I got what I wanted.<br><br>Regards..<br>vrvijayaraj.
  16. vrvijayaraj

    Callback procedure implementation for Shell_NotifyIcon function

    I want to know how to implement the callback procedure for handling the messages generated by the system tray icon for my application.<br>I have used the function Shell_NotifyIcon for creating the Icon.If possible please reply with a part of sample code.<br><br>Thanks in advance..
  17. vrvijayaraj

    Where to find the naming conventions followed in VC++ 6.0

    The last part of your answer , answers part of the quetion. I think now you know,what I mean. I do have the recent version of MSDN help installed in my system. From that also I couldn't find the naming conventions followed in the case different datatypes and variables. I know naming conventions...
  18. vrvijayaraj

    Where to find the naming conventions followed in VC++ 6.0

    I want the naming convention followed in all the cases..<br>I think the question is clear.. <br>
  19. vrvijayaraj

    Where to find the naming conventions followed in VC++ 6.0

    If any one knows where to find the naming conventions followed in VC++ please help me out.Waiting for your responses. <br>Thanx in Advance..<br>vrvijayaraj

Part and Inventory Search

Back
Top