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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by soren

  1. soren

    Vi Keystroke Mapping for Borland C++ 6.0

    Same here! If you find one, please please let me know. kilgore_trout@sbcglobal.net
  2. soren

    newbie: MFC simple spin control

    Thanks mrscary, As you suggested, I put a break point on the only visible (non MS sequestered:) routine called when the up or down buttons are pressed. It is shown, in its entirety, below. I suppose that I should detect whether it is an up/down arrow event (how?) and update the variable...
  3. soren

    newbie: MFC simple spin control

    Greetings all, I have a dialog based MFC app that contains only a edit control and a spin control which are buddies. The spin control does control the edit box, but... the up arrow decrements and the down arrow decrements. This is using the generated code -- I have written nothing... How do I...
  4. soren

    MS Word - Printing Page Borders

    I have a similar but different problem -- I also try to use a graphic border (i.e., 'art'), and it gets truncated at the bottom, but it also appears in the print preview. I have not found any way to repair this. Whatever has changed (either by me or 'systemically') has also affected the other...
  5. soren

    C::Scan help please

    Help please -- I found the C::Scan module on CPAN, but I am having trouble getting it to do what I want, and the documentation is admittedly sparse. What I want to do is to use it to parse a C source file and return a list of the functions in the file. I have used the sample posted on...
  6. soren

    Parser for C?

    Greetings all, I can't believe that there isn't one already out there, but I cant find it -- but... I would like a parser for C/C++ source code that will identify all function defintions and allow access to the function name, the parameter names/types. I'm trying to write some defensive...
  7. soren

    adding IESample to platform/project -- help please?

    Greetings, I am having great difficulty in doing something that I believe should be trivial. My appologies for asking what *must* be a stupid question: I have a modified WinCE platform and I need to add the iesample project / component to it. First off, I'm unsure what the difference is...

Part and Inventory Search

Back
Top