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

Search:

Type: Posts; User: Richard210363

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Debugging c# assemblies in SQL Server

    Hi There,
    I have just started with using the CLS inside SQL Server 2005.

    I have created a simple procedure and deployed it to my database.

    I am getting the following message when trying to...
  2. Replies
    2
    Views
    1,304

    Re: Advanced .Net for Dummies

    Cool. Thanks for that.

    Using your mention of "explicit interface implementation." I found this also very good explanation.
    ...
  3. Replies
    2
    Views
    1,304

    Advanced .Net for Dummies

    I've been using C# for about 4 years and I'm an MCSD but there are still things that I just don't get. And I have to read code samples to get ideas.
    We are currently starting to work with Workflow...
  4. Replies
    4
    Views
    29,009

    Re: How do I insert a DateTime.Now into SQL

    That works well for me.

    Thanks Arjay
  5. Replies
    4
    Views
    29,009

    Re: How do I insert a DateTime.Now into SQL

    Thanks for the reply.
    It is evening now so I'll try this at work tomorrow and let you know.

    Cheers
    Richard
  6. Replies
    4
    Views
    29,009

    How do I insert a DateTime.Now into SQL

    Hi There,
    I am tearing my hair out. I cannot see how to insert a date into SQL server.

    I have a datetime field in an SQL database.
    I want to store a .NET DateTime type into the SQL field.

    I...
  7. Replies
    0
    Views
    673

    Creating a Solution template

    Hi there,
    I have created a number of Project templates but I would like to give the developers a Solution template as well.
    This would hold a solution with no projects but:
    Would follow our naming...
  8. Replies
    3
    Views
    819

    Re: Copying dates

    I think the main problem is that I am not thinking straight.

    Thaks for that.

    If I was not making a new DateTime is it possible to copy the date part of one DateTime and the time part of...
  9. Replies
    3
    Views
    819

    Copying dates

    Hi There,
    I have to copy the date part of one DateTime variable and the the time part of a different DateTime variable to a single final DateTime variable.

    I may have gone crazy here but I can't...
  10. Re: DataTable Select filter with DateTime problem

    Thanks for that JonnyPoet. That worked.
    Cheers
    Richard
  11. DataTable Select filter with DateTime problem

    Hi there,
    I have a datatable with a DateTime column that I want to compare with a DateTime value in order to find all records before the DateTime value.

    I've tried this:
    string...
  12. Replies
    2
    Views
    6,405

    Re: How do I resize a panel at runtime?

    Thanks for the reply.

    I'll give it a go.
  13. Replies
    2
    Views
    6,405

    How do I resize a panel at runtime?

    Is it possible to resize a panel at run time by dragging on the edges of the panel?

    Any resizing needs to be indipendant of the size of the containing form so Anchor and Dock are not suitable (I...
  14. Replies
    0
    Views
    715

    Timeline / Tracks SDK

    Does anyone know of a library / SDK / API that creates time-lines / tracks of the sort you get in Cubase, Alberton. Premier?

    I'm rolling my own at the moment and the number of functions I need to...
  15. Re: Revision Tracking with XML Documentation and SandCastle

    Blimey! I might leave that for a less busy time.

    Thanks
    Richard
  16. Revision Tracking with XML Documentation and SandCastle

    Hi There,
    Has anyone got a good technique for putting Author, Description, Revision History into XML commants so that it can be used with SandCastle?

    Thanks for any suggestions.
    Richard
  17. Replies
    9
    Views
    2,335

    Re: How to check length of Event queue

    Thank you MadHatter and DeepT,
    both of those ideas are great and I shall play around with them.

    Cheers
    Richard
  18. Replies
    9
    Views
    2,335

    Re: How to check length of Event queue

    Hi DeepT. That sounds like a good idea but I can't "add a finished event to all the event ques" as I don't know how to access the queue?
    Is the event queue in the object model?
  19. Replies
    9
    Views
    2,335

    Re: How to check length of Event queue

    I need to process the queue as it holds the messages sent from the port listner.

    On Service shutdown I can close the port listner and then I want to process the remaining messages in a managed...
  20. Replies
    9
    Views
    2,335

    Re: How to check length of Event queue

    Thanks for the reply.
    Unfortunatly there are no forms in the application. I require a more controlled way to handle the queue than DoEvents() as I need to stall the Service from closing fully while...
  21. Replies
    9
    Views
    2,335

    How to check length of Event queue

    Hi there,
    I have an object that listens for messages on a socket. When it gets a message it sends an event to a different thread that processes the message.
    All this is run from a Service (and...
  22. Replies
    0
    Views
    663

    Is my thread idea correct?

    Hi There,
    I have a design question concerning threads.

    I have to design an app that gets an XML message from some hardware (an RFID reader) and then processes the message and sends it on to a...
  23. Replies
    4
    Views
    761

    Re: Calling a Visual C++ method from C#

    Thanks for all the replies.
    Yes Wildfrog, Calculate needs to be static. It's no different to C#. I was so busy looking for a C++ answer I missed the simple answer. Thanks for setting me straight....
  24. Replies
    4
    Views
    761

    Calling a Visual C++ method from C#

    I have never used C++ before but have to call methods from a C++ dll tha I need to use in a project.
    I decided I would 'wrap' the C++ in Visual C++ and then I could call it from my C# apps.
    So I've...
  25. Replies
    1
    Views
    834

    Re: Remote server loses Namespace?

    Well, I left the system alone for 2 days over the weekend and when I next checked it the site worked fine.
    Soooo?
    Some sort of cache problem, even though I stopped and started IIS 6?

    But if...
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured