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 TouchToneTommy 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: *

  • Users: Zech
  • Content: Threads
  • Order by date
  1. Zech

    WebBrowser Control

    Hi, I have questions about WebBrowser control (AxSHDocVw.AxWebBrowser). I wonder whether it is possible to capture the new URL when the user clicks on a HTML link, to process or validate the new URL, and to prevent or allow the browser control to proceed. The problem is that...
  2. Zech

    Resizing CTreeCtrl

    I don't get much response on the other forum. I am hoping that the experts on this forum may be able to help me with this. I have a CTreeCtrl control on a CFormView form. Now I need to resize the tree control whenever user resize the form. I don't usually have a problem with this in VC++...
  3. Zech

    Resizing CTreeCtrl

    Hi, I have a problem with resizing CTreeCtrl on VC++ 7.0. I am not sure where I went wrong but it give access violation message upon running. Judging from the values on the debugger, I am thinking the problem might be that GetWindowRect() fails to get the proper CRect dimension (although I...
  4. Zech

    Visual Studio .NET

    Hi, Is Visual Studio .NET 2003 Academic version worth upgrading? I am currently using Visual Studio 6.0 Pro and I am pretty much happy with the InstallShield and Help Workshop that came with VS 6.0 I wonder whether I should upgrade to VS .NET. Btw, I will be using mainly C/C++. Thanks...
  5. Zech

    _CrtIsValidHeapPointer(pUserData)?

    Hi I get the following error when trying to run my codes on my VC++ 6.0. Debug Assertion Failed! File:dbgheap.c Line:1044 Expression:_CrtIsValidHeapPointer(pUserData) Can somebody explains what it means? Thanks. Zech
  6. Zech

    Interpreting Java binaries to C/C++

    Hi, I have a server program that is going to be written in C/C++ and some clients written in Java. The client programs are going to send and receive binary data from the server. Now my problem is with interpreting Java binaries to something that C/C++ can understand. I understand that...
  7. Zech

    Converting Java data types to C/C++

    Hi, I have a server program that is going to be written in C/C++ and some clients written in Java. The client programs are going to send and receive binary data from the server. Now my problem is with interpreting Java binaries to something that C/C++ can understand. I understand that...
  8. Zech

    Need help with Win32 Rich Edit Control

    Hi, I'm learning how to use Microsoft Window's rich edit control and I'm stuck with the streaming in and out process of the rich edit control. It would be great if someone can show me how to piece together the EditStreamCallback function and the EDITSTREAM structure. The explanation given in...
  9. Zech

    RTF reader

    Hi, I am wondering whether there is an OLE object or API that I can use to read and display rtf format. Thanks.
  10. Zech

    Book on OLE automaton?

    Hi, Does anyone know a good book on OLE automaton from C language perspective? I find it frustrating to see that most articles on OLE automaton are always associated with VB. Thanks.
  11. Zech

    Opening MS Word document?

    Hi, I am a C programmer and I have this problem concerning ms word document format. I need to open and display an ms word document inside my program. I wonder whether there is a function or method that I can use for that. Thanks.
  12. Zech

    Creating Toolltips

    Hi, I need some help with creating tooltips using TOOLTIPS_CLASS window style. The problem is that I don't know how to handle messages for the tooltips control (when to send TTM_RELAYEVENT & TTM_ACTIVATE, etc.) I'd be grateful if somebody could show me the basic skeleton for handling tooltips...
  13. Zech

    How to create tooltips?

    Hi, Does anybody know how to create tooltips via Win32 API (not MFC)? I know that Microsoft provides a special window class (TOOLTIPS_CLASS) for tooltips but I can't get the tooltips to work. Furthermore, the sample code in MSDN is confusing. Thanks. Zech
  14. Zech

    How to create tooltips

    Hi, Anybody knows how to create tooltips via Win32 API (not MFC)? I know that Microsoft provides a special window class (TOOLTIPS_CLASS) for tooltips but I can't get the tooltips to work. Furthermore, the sample code in MSDN is confusing. Thanks. Zech
  15. Zech

    UNIX and C Humour

    O boy! I can't stop laughing when I read this article on UNIX and C (http://web.ukonline.co.uk/eric.price/humour2/hum0288.htm). This is hillarious.
  16. Zech

    Constant vs Variables

    Hi, Does using constants such as #define WIDTH 25 would somehow be better than using variables such as short int width=25 (in term of speed and/or size)? Thanks.
  17. Zech

    VC6++ resource editor

    Hi, I have a problem with my VC6++ resource editor and I can't find the solution in the manuals. Whenever I design a dialog box in the VC6++ IDE resource editor with a picture resource (a bitmap) on it, the picture always doesn't come out properly in the compiled program. The picture shows up...
  18. Zech

    Where to start: New to UNIX programming

    Hi, I am a Win32 programmer interested in learning about programming under UNIX systems. I would be grateful if anyone could recommends books or sites which would be of a great start for me to start learning about UNIX programming. Thank you.
  19. Zech

    VC6++ Resource Editor?

    Hi, I have a problem with my VC6++ resource editor and I can't find the solution in the manuals. Whenever I design a dialog box in the VC6++ IDE resource editor with a picture resource (a bitmap) on it, the picture always doesn't come out properly in the compiled program. The picture shows up...

Part and Inventory Search

Back
Top