Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by KevoMee

  1. KevoMee

    VB.NET's version of C#'s '|' symbol

    Cool - cheers for the help guys.
  2. KevoMee

    VB.NET's version of C#'s '|' symbol

    Borvik, you've actually used this with the C1flexgrid control? It seems to have issues exporting merged & fixed cells...
  3. KevoMee

    VB.NET's version of C#'s '|' symbol

    I think you guys are right (on the "OR" and "+"), I think there is an issue with the control... Time to harrass the componentone people :)
  4. KevoMee

    VB.NET's version of C#'s '|' symbol

    Hey Rick, That's what I thought but it isn't working for me...
  5. KevoMee

    VB.NET's version of C#'s '|' symbol

    Hi All, I'm using a third party control (C1FlexGrid) and I'm looking to pass in multiple enumeration values to a function call. The C# version is: _flex.SaveExcel(dlg.FileName, table, FileFlags.VisibleOnly | FileFlags.IncludeFixedCells); What would the VB version be? Regards,
  6. KevoMee

    ASP.NET 1.1 Windows Forms Datagrid

    Compared to it's web opposite it's fairly poor as far as I can see... Cheers for the link tho, should help me out.
  7. KevoMee

    ASP.NET 1.1 Windows Forms Datagrid

    Hi, I've up till this point worked on web applications exclusively. Now I'm looking at working on a windows app where 1 of the pages consists of a datagrid. As far as I can make out, the windows datagrid is completly useless compared to the web datagrid. I'm talking abuot including controls in...
  8. KevoMee

    ASP.NET 1.1 Windows Forms Datagrid

    Really? Doesn't it apply to C# aswell?
  9. KevoMee

    ASP.NET 1.1 Windows Forms Datagrid

    Hi, I've up till this point worked on web applications exclusively. Now I'm looking at working on a windows app where 1 of the pages consists of a datagrid. As far as I can make out, the windows datagrid is completly useless compared to the web datagrid. I'm talking abuot including controls in...
  10. KevoMee

    Best approach to display an Array of Arrays

    Hi All, Just a little UI issue I'm having... it isn't my forte :) Basically I want to display an array of arrays using a whatever .NET controls would be most convenient. Each array (inside the array) contains a header at index 0. The rest of the items in that array are considered fields of...
  11. KevoMee

    Accessing properties in this style "[xxxx]"

    I think it involves the IEnumerable interface but I want to be able to access the property names of my class in this style: class["propertyname"] where it can return a string, date or number. Any pointers?
  12. KevoMee

    .NET Web Hosting

    Hi all, I'm doing a website for the folks and looking for somewhere to host it. It's using ASP.NET 2.0 and SQL Server 2005. We're in Europe so would probably prefer some place in Europe, if it makes much of a difference. Any recommendations?
  13. KevoMee

    My Development Plan

    Hi All, I've to fill in my development plans in work for the next year. I know technically what I want to achieve but I'm sure there's a few non-technical courses/targets I should include... thing is, I don't have a clue what to put in. I work in a large company on a team of 2 developing in...
  14. KevoMee

    Connection Pooling from ASP.NET and ORA-03135

    I'm using .Net 2.0 & Oracle 9.2.6.0 When loading testing my ASP.NET application I will eventually get the foloowing error. "ORA-03135 Connection lost contact" The application will then drop this connection on the .NET servers but the connection(process) will remain on the DB servers. This...
  15. KevoMee

    Connection Pooling from ASP.NET and ORA-03135

    I'm using .Net 2.0 & Oracle 9.2.6.0 When loading testing my ASP.NET application I will eventually get the foloowing error. "ORA-03135 Connection lost contact" The application will then drop this connection on the .NET servers but the connection(process) will remain on the DB servers. This...

Part and Inventory Search

Back
Top