Search:

Type: Posts; User: euroazn

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,410

    Aha! This is what I did: I iterated through the...

    Aha! This is what I did: I iterated through the Columns and used their DisplayIndex property to populate a list.
  2. Replies
    4
    Views
    1,410

    DataGridViewColumnCollection.itemssorted has what...

    DataGridViewColumnCollection.itemssorted has what I need but is private. Any thoughts :(((
  3. Replies
    4
    Views
    1,410

    Thanks for your response. While this gives me...

    Thanks for your response.
    While this gives me the right data, it does not have it in the same order as the data grid view, if the user decides to rearrange the columns.
    Is there anyway to account...
  4. Replies
    4
    Views
    1,410

    Help with datagridviews?

    I have a datagridview in my windows application. The user can click to sort columns and can move them around.

    How do I obtain a datable (or similar container) with data in the same order?
    Thanks.
  5. Can someone help me create a setup project for an Excel add-in

    -Can someone help me create a setup project for an Excel add-in-
    I created the add-in via VS 2010 (Visual C# -> Office -> 2010 -> Excel 2010 Add-In) and now need to create a set-up file such that...
  6. I did that, but VSTO is not part of those...

    I did that, but VSTO is not part of those prerequisites.
  7. How do I add VSTO as a prerequisite to my .NET setup?

    I have a .NET project (written in C#) that is a plug-in for Outlook. For this to work, I need VSTO installed on the machine. This is why I would like VSTO to be a prerequisite to my Setup, but it's...
  8. Basically I have a Outlook plug-in :D I just...

    Basically I have a Outlook plug-in :D
    I just want to have the capability to update the plug-in without the user having to go through the hassle of uninstalling it first.

    Thanks for your continued...
  9. How can I make a self updating application - specifically a plug-in - via C#?

    I don't think I can use click once (or can I?) because it's a plug-in and not a stand-alone app... :(
  10. Replies
    3
    Views
    3,753

    Eh... I saw that stuff already :D But I just...

    Eh... I saw that stuff already :D
    But I just decided to go on a slightly different route so It's all ok. Thanks though!
  11. Replies
    3
    Views
    3,753

    Detecting Outlook Button Clicks

    Suppose I open up Outlook 2007. On the bottom left, there are four folder buttons: Mail, Calendar, Contacts, and Tasks.

    I will have a C# plug-in running and wondering if there is anyway to detect...
  12. There's an issue in that, since Outlook.Items is...

    There's an issue in that, since Outlook.Items is not an array.

    Yes, I could convert that into an array, but then the changes will not be implemented in outlook! :(

    I really appreciate your help...
  13. Yes, I know that I should use the Interop.Outlook...

    Yes, I know that I should use the Interop.Outlook lib, but could you be more specific? I just want to save the users of a plug-in I'm making some hassle...

    I tried sorting the Items array of the...
  14. How does one programatically arrange Outlook Tasks by category?

    Alright. In Outlook, if I want to arrange my tasks by categories, I can go View-Arrange By-Categories.

    My question is, is there anyway to do this programatically?

    Thanks a bundle.
Results 1 to 14 of 14