Delphi

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Install Program

    5 answers - 766 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello Everybody,
    I was wondering what is the best program is for creating
    installs/setups? I have used InstallShield Express with mediocre
    results. The program has several dependencies and a couple merged
    modules. So if anyone has any better suggestions, I'm all ears. Also,
    the cheaper the better
    Thanks,
    Nick
    [Non-text portions of this message have been removed]
    Yahoo! Groups Sponsor
    Great things are happening at Yahoo! Groups. See the new email design.
    Home page:
    To unsubscribe: URL
    Yahoo! Groups Links
    <*To visit your group on the web, go to:
    <*To unsubscribe from this group, send an email to:
    URL
    <*Your use of Yahoo! Groups is subject to:
  • No.1 | | 585 bytes | |

    Hi Nick,

    I was wondering what is the best program
    is for creating installs/setups?

    Jordan Russell's Inno Setup is far and away the best,
    and what's more -- it's free, including the Delphi source:

    Martin.

    Yahoo! Groups Sponsor
    See what's inside the new Yahoo! Groups email.

    Home page:
    To unsubscribe: URL
    Yahoo! Groups Links

    <*To visit your group on the web, go to:

    <*To unsubscribe from this group, send an email to:
    URL

    <*Your use of Yahoo! Groups is subject to:
  • No.2 | | 801 bytes | |

    I have a small application I've programmed to print bills on a matrix
    printer.
    It just print a few lines on a paper.

    My code is quite standard.

    BeginDoc
    Print the lines
    EndDoc

    But my problem is that the printer keeps printing %5% on the top left corner
    of the paper before printing the rest.

    Anybody knows where that kind stuff migh come from and how to prevent it.

    Thanks to any replies.

    Yahoo! Groups Sponsor
    Something is new at Yahoo! Groups. Check out the enhanced email design.

    Home page:
    To unsubscribe: URL
    Yahoo! Groups Links

    <*To visit your group on the web, go to:

    <*To unsubscribe from this group, send an email to:
    URL

    <*Your use of Yahoo! Groups is subject to:
  • No.3 | | 987 bytes | |

    Christian Labrie wrote:
    I have a small application I've programmed to print bills on a matrix
    printer.
    It just print a few lines on a paper.

    My code is quite standard.

    BeginDoc
    Print the lines
    EndDoc

    But my problem is that the printer keeps printing %5% on the top left corner
    of the paper before printing the rest.

    Anybody knows where that kind stuff migh come from and how to prevent it.

    Thanks to any replies.

    Not printed anything with Delphi, but Win32 APIs require StartDoc,
    StartPage, print content, EndPage, EndDoc. The documentation for all
    the printer stuff on Windows is pretty obtuse. Delphi appears to cover
    most of that up - which is good, but in doing so there is the increased
    possibility of messing up something.

    That said, are you calling TPrintDialog? Failure to do so means that
    Printer won't get a proper printer device context and that might be the
    source of the problem.
  • No.4 | | 702 bytes | |

    Hi All
    I need to create Pop3 accounts on Users outlook,
    has anyone done this, or does anyone have any sample code
    i have all their email address and passwords and the settings, i just need to them to the user outlook account when they logon

    Thanks in advance

    Steve Riley
    URL

    [Non-text portions of this message have been removed]

    Yahoo! Groups Sponsor
    Check out the new improvements in Yahoo! Groups email.

    Home page:
    To unsubscribe: URL
    Yahoo! Groups Links

    <*To visit your group on the web, go to:

    <*To unsubscribe from this group, send an email to:
    URL

    <*Your use of Yahoo! Groups is subject to:
  • No.5 | | 1057 bytes | |

    Not printed anything with Delphi, but Win32 APIs require StartDoc,
    StartPage, print content, EndPage, EndDoc. The documentation for all
    the printer stuff on Windows is pretty obtuse. Delphi appears to cover
    most of that up - which is good, but in doing so there is the increased
    possibility of messing up something.

    That said, are you calling TPrintDialog? Failure to do so means that
    Printer won't get a proper printer device context and that might be the
    source of the problem.

    Thanks for your reply,

    I'll try those features. No I'M not calling TPrintDialog, maybe that's the
    problem.

    I'll keep you posted.

    Christian

    Yahoo! Groups Sponsor
    Something is new at Yahoo! Groups. Check out the enhanced email design.

    Home page:
    To unsubscribe: URL
    Yahoo! Groups Links

    <*To visit your group on the web, go to:

    <*To unsubscribe from this group, send an email to:
    URL

    <*Your use of Yahoo! Groups is subject to:

Re: Install Program


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 7 =
QUESTION ON "Delphi"

EMSDN.COM