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

Search:

Type: Posts; User: ampo

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1,130

    Out Of Browser - updates every launch

    Hi.


    I have out-of-browser application that is getting updates by the event "CheckAndDownloadUpdate".


    My problem is that my application will be updated EVERY time it will start.

    After...
  2. Replies
    0
    Views
    1,532

    Dynamic (configurable) endpoint address

    Hello.
    I have silverlight application hosted by WCF.
    How do I set the end point address to be configurable?
    is it in the web.config of the web component?
    any other configuration that is building...
  3. Replies
    0
    Views
    927

    Getting updates from database

    Hello.


    I have Silverlight application that gets its data from database, using Stored Procedure.

    Is there a way to "bind" the application to the database to get updates?

    Is the only way is...
  4. Getting data from stored procedure to SilverLight

    Hello.

    I have Stored Procedure that expose data from 3 DB tables.

    How do I use it as data resource in SilverLight application?

    Any link / step by step will be greate.

    Thanks,
  5. Replies
    4
    Views
    4,675

    Re: Application crashes when PC clock change

    Sorry, guys.

    The crush was not by my program but from a application that monitors it.

    Sorry and thanks.
  6. Replies
    2
    Views
    974

    Re: Listen to other machine

    How complex is it to listen to TCP, as you said, by C# program?

    Thanks.
  7. Replies
    4
    Views
    4,675

    Application crashes when PC clock change

    Hi.

    Strange thing:
    When I change the clock of the PC (XP SP2), something link current time is 12:03:34 to 12:05:34, my application crash.
    nothing in application log, though every method has...
  8. Replies
    2
    Views
    974

    Listen to other machine

    Hi.

    This one is little cloudy question...

    There is a server that is connected to another machine (Linux based).
    The other machine needs to transfer short data (one line of text) to the server....
  9. Replies
    1
    Views
    1,342

    Design help: WCF, WPF

    Hello.

    I'm designing a system to display data that is collected from several origins.
    I will be glad to read every comment and every input.

    The starting point is simple asp file or any C#...
  10. Replies
    1
    Views
    776

    Seriliasation - OOP issue

    Hello.

    I have class "A" that needs to creat another class "B".
    In one case, class "B" needs to have one attribute/field and in another case two attributes/fields.

    I thought to split class "B"...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured