A few question...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sidney

    #1

    A few question...

    1) How to set a list box that can multicolumn with fixed column width and
    different column have different field in dataset?
    2) Can I set short cut key to call the programme when I am on the window
    platform?
    3) What is Outlook object Model?
    4) I want to add a task to MS Oulook through my system..how to do it?

    Thanks a lot~~~

    Sidney


  • Herfried K. Wagner [MVP]

    #2
    Re: A few question...

    "Sidney" <Sidney_sy@hotm ail.com> schrieb:[color=blue]
    > 1) How to set a list box that can multicolumn with fixed column width
    > and different column have different field in dataset?[/color]

    You may want to use a datagrid control instead of the listbox.
    [color=blue]
    > 2) Can I set short cut key to call the programme when I am on the
    > window platform?[/color]

    Create a shortcut to the application and assign the shortcut in its
    properties.
    [color=blue]
    > 3) What is Outlook object Model?[/color]

    It's a set of classes and interfaces which can be used to automate and
    interact with Outlook.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...