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

Search:

Type: Posts; User: Mark Jablin

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    589

    Re: Displaying an image using XSL

    I get the same problem with copy-of as I had with value-of. Thanks for your time.
  2. Replies
    4
    Views
    589

    Re: Displaying an image using XSL

    That worked great. Thanks for your help.
  3. Replies
    4
    Views
    589

    Displaying an image using XSL

    I am trying to display an XML document in IE5.5 using XSLT. I am having a problem displaying a .jpg file specified in the XML file. The XML looks like this:


    <img...
  4. Replies
    0
    Views
    535

    linking delimited text file

    I am trying to link a pipe-delimited text file to a DAO database at run-time. I don't have any problems linking a comma-delimited text file using the SetConnect function as follows:
    ...
  5. Replies
    1
    Views
    570

    multiple copy/paste macro

    Does any have a macro (or anything else) that allows you to copy multiple selections and paste them as desired in the Visual Studio development environment? This is supported nicely in Excel 2002,...
  6. Replies
    1
    Views
    686

    Win98/2000 File issue

    I am trying to open a text file I just created with WordPad.exe

    There is no problem on my Win98 platform. My boss' Win2000 opens WordPad but not my file within WordPad.

    I have a string called...
  7. Replies
    3
    Views
    1,499

    Calling C++ from fortran

    I need to call a new C++ dll from an old fortran program. Does anyone where I can find an example of how to do this? I would like to keep the C++ portion as independent as possible, so when the C++...
  8. Replies
    0
    Views
    856

    schema includes

    I'm using the xsd:include statement in one of my schemas multiple times to include several other schema documents. Two of the documents that I include both have references to the same schema...
  9. Replies
    1
    Views
    2,100

    throwing exception in OnInitDialog

    I'm creating a dialog box derived from CDialog. I call "Create" from inside a try block. In the "OnInitDialog" for the derived dialog class, I throw an exception (an exception object that I...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured