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

Search:

Type: Posts; User: stickan

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    598

    Package & Deployment Wizard

    Do anyone have a link where P&D Wiz are explained more deeply...

    Say that I want to make a setup that is only a update of a program...

    Then maybee I don't want an uninstall... and the...
  2. Replies
    7
    Views
    1,189

    Ok

    I solved the problem. Maybee I was a little indistinct... What I wanted to do was to include my own made Active X:s. Then I just need to add the user control module to the standard exe project.
  3. Replies
    7
    Views
    1,189

    Hmm... I mean that when I made the exe I want to...

    Hmm... I mean that when I made the exe I want to include them into the exe, so I don't need a Setup... Sounds strange maybee... But I have read about it...
  4. Replies
    7
    Views
    1,189

    "Include" other files into exe...

    I'm sure I read somewhere on codeguru about how to include other files into the .exe (Like .ocx, .dll). Do anyone here know about it or have a link where I can read about it?
  5. Try this

    Create the menu on the MDI-Form (and hide it...) and call that one from the MDI-Child.
  6. Re: Creating forms dynamically thru programming

    Not sure what you mean... but


    Dim x As Form
    Set x = New Form1
    x.Show

    creates a form dynamically...
  7. Replies
    1
    Views
    763

    LCase

    Not sure what you mean, but maybee the function LCase solve your problem?
  8. Replies
    0
    Views
    594

    Errorhandeling the Stack

    If I write an Error handler. Is it possible in code to look at the stack, so I can write it down in a log file?
  9. Replies
    2
    Views
    754

    Try this...

    CommonDialog1.InitDir = "D:\Program files"
  10. Replies
    1
    Views
    823

    Hi...

    I'm no guru in CR, but wasn't that a feature that came with version 8.5... So I guess it isn't that easy to do with 7.0
  11. Replies
    6
    Views
    1,006

    Package and Deployment Wizard...

    really sucks... :mad:
    When I look for other "Setup and installation" - programs there seem to be many out there...
    Have anyone here lookt a little more closely on them and can recommend a FREE one?
  12. Replies
    2
    Views
    801

    ToolBar Control

    When I Insert buttons into a toolbar in design time it seems like the size of the buttons are ~ the same as if I would insert a 16X16 picture from an Imagelist, but if I just give a value to the...
  13. Thread: Crystal Report

    by stickan
    Replies
    579
    Views
    637,917

    Connectionobject and DLL:s

    Hi Babu (or anyone who have an answer to this questions)!

    I have 2 Crystal Report questions.

    1. And old question... When I run the "Package and Deployment Wizard" all the DLL:s needed to run CR...
  14. Replies
    0
    Views
    672

    Connectionobject and DLL:s

    Hi!

    I have 2 Crystal Report questions.

    1. And old question... When I run the "Package and Deployment Wizard" all the DLL:s needed to run CR is not included (As an example: the ones needed when...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured