Search:

Type: Posts; User: rodrick

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    559

    Re: Access App and Outlook 2003

    It's just a form with an Activex Control on it that is opened through the code:

    DoCmd.OpenForm "main", acNormal
  2. Replies
    3
    Views
    559

    Access App and Outlook 2003

    Hi,

    I have an Access application that has a form with an ActiveX Browser control on it. This has the OLE class InetCtls.Inet.1.

    I have upgraded to Outlook 2003 and now when I try to open the...
  3. Re: Cannot find KeycodeV2.dll error in Crystal Reports

    Unfortunately these don't cover my situation. :(

    Thanks for your help.
  4. Replies
    0
    Views
    1,242

    SP2 Breaks my application

    Hi,

    I have an application that reads the inbox from Outlook and when it finds an email it will open it and read it and process the contents of the email.
    The application has been developed in MS...
  5. Cannot find KeycodeV2.dll error in Crystal Reports

    Hi,

    I have a project that is a windows form that runs a crystal report. To install this I have a msi file. I have included the all the msm files that are required.

    This has worked fine in the...
  6. Cannot find KeycodeV2.dll error in Crystal Reports

    Hi,

    I have a project that is a windows form that runs a crystal report. To install this I have a msi file. I have included the all the msm files that are required.

    This has worked fine in the...
  7. Replies
    3
    Views
    1,995

    Re: Read String into XMLTextReader - RESOLVED

    That worked great thanks for your help! :wave:
  8. Replies
    3
    Views
    1,995

    Read String into XMLTextReader

    Hi,

    I have the following string in XML format:

    <CustomerDetails>
    <CompanyName>ONLINE TEST</CompanyName>
    <CustomerName>CAROL DAVIS</CustomerName>
    <OrderNumber>H897</OrderNumber>...
  9. Replies
    2
    Views
    832

    Disable Hyperlink Column

    Hi,

    I have a datagrid on a web page and this datagrid has a hyperlinkcolumn.

    In a certain circumstance I want to stop the user from clicking the hyperlinkcolumn.

    I have tried setting the...
  10. Replies
    2
    Views
    891

    Reading Excel Spreadsheet

    Hi,

    I have an Excel spreadsheet file that I want to open in a C#.Net application and loop through each of the rows in the spreadsheet and read the data contained in these rows.

    Can someone tell...
  11. Thread: End Async Call

    by rodrick
    Replies
    0
    Views
    438

    End Async Call

    Hi,

    Within a loop I have begin and invoke on a delegate.

    ArrayList aresult = new ArrayList();
    foreach(string companyName in companies)
    {
    aresult.Add(dlgt.BeginInvoke(companyName,...
  12. Replies
    1
    Views
    402

    Overriding Abstract Methods

    Hi

    I have create a class that inherits from an abstract class.
    This class has a number of abstract methods in it.
    I do not want to override all of the abstract methods.

    Is there any way...
  13. Replies
    3
    Views
    475

    Panels or Tables

    I'm creating a web page in ASP .Net and I'm new to this and just want to know what is better to use to align controls etc on the page, a Panel or Table and when would you use each of these.

    Cheers...
  14. Replies
    2
    Views
    616

    Inheritance and Collections

    I have a base class called Vehicle and a collection of Vehicles called VehicleCollection.

    I created another class called Truck derived from the base class Vehicle. The Truck class has an extra...
  15. Replies
    1
    Views
    378

    How to open a web page

    Hi,

    I'm just starting to learn about ASP.Net Web forms in C#.

    I want to create an application where the user logs in on the front screen and on click of the login button (after validation of...
  16. Replies
    0
    Views
    1,693

    Asynchronous File Copy

    I'm having trouble with getting a program to work.
    I have a list of PC's that I want to copy a file to.
    I want to loop through the list of PC names and copy the file over.
    I want to do this...
  17. Replies
    2
    Views
    1,530

    ASP .Net Web Form or Windows Form

    I'm just wondering if any one can explain to me when you would use an ASP .Net Web form instead of a Windows Form.
    I have this guy at work who thinks that ASP .Net Web forms are great and thinks all...
  18. Replies
    1
    Views
    553

    Catch Error When Starting Service

    I am trying to start an Adaptive Server Anywhere service through a ServiceController (ServiceController.Start()).
    The code is working fine, except when there is an error starting the service....
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width