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

Search:

Type: Posts; User: asaffff

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    956

    Re: Get into page that requires password

    I'm really sorry but I didn't get it...
    are you know or have a code sample (that works)?
    I think that it can be the best for me...
  2. Replies
    6
    Views
    956

    Re: Get into page that requires password

    It may be that I don't explain myself clearly enough, I want the source code of a web page, but its our website, its very clear that I dont take a source of another website.
    we are working in a...
  3. Replies
    6
    Views
    956

    Get into page that requires password

    Hi everybody,
    I have a little question.
    I'm working on a program that should work with a site, but in order to get to the page I need to enter username and password.
    doe's someone can tell me how...
  4. Replies
    1
    Views
    2,591

    Design pattern for permmisions

    Hi,
    I have a question that already posted here.
    I want to build a project (web site) that have a few kind of users.
    Administrator - that can do every thing in the site
    Registered user - that can...
  5. Replies
    1
    Views
    2,266

    Design patterns

    Hi,
    I'm going to develop a web application that will take care of permissions,
    it means that there is an administrator that have all permissions in the site, an unregisterd user that have some...
  6. Replies
    2
    Views
    2,400

    Get sub sets from list

    Hi,
    Does anybody can tell me how can I select all sub set from list.
    it means that if i have a list that contains values {1,2,3,4}
    I want to get all those sub list...
  7. Thread: Binding Source

    by asaffff
    Replies
    3
    Views
    1,145

    Re: Binding Source

    No my friend.
    i want to create user control that support data binding.
    in other words I can bind data into my control and use it like in DataGridView or any object
    that suppports DataBinding.
  8. Thread: Binding Source

    by asaffff
    Replies
    3
    Views
    1,145

    Binding Source

    Hi all,
    I made a little component (Ticker) one that turn around values of the StockMarket,
    but I have a little problem,
    I want to cause my component to get his data with a BindingSource,
    but I...
  9. Replies
    1
    Views
    1,839

    Free web service to send sms

    Does anybody knows about free webservices to send sms?
    I familiar with servicex.net but the address of the web service dows not much nothing.
    any idea can help.
    Thank you all.
  10. Thread: Linq to sql

    by asaffff
    Replies
    1
    Views
    998

    Linq to sql

    Hi everyone
    I try to get a data from MySql db using LINQ but I think that something is missing.
    in every example that I saw its the same.
    well I look at the LINQ query and it all understood except...
  11. Replies
    3
    Views
    9,724

    Re: IP address in WPF

    IPAddress[] a = Dns.GetHostByName(Dns.GetHostName()).AddressList;


    string ip = a[0].ToString();
    txtIp.Text = ip;
  12. Replies
    3
    Views
    9,724

    IP address in WPF

    Hi friends,
    I try to get the ip of the local computer in WPF but it fail...
    I allready done that in WinForm but in WPF it does not work.
    can someone give me a little code that works?
    Thank you...
  13. Thread: Sockets in WPF

    by asaffff
    Replies
    0
    Views
    6,546

    Sockets in WPF

    Hi all,
    I really think that here ill found my answers...
    I try to make a server-client app in WPF, I try to use TcpClient and TcpListener..
    another connection ideas will be welcome

    doe's...
  14. Re: How to get web service address on the computer

    Ok I got you,
    but lets assume that my ip is 11.111.111.111
    in this case what is the full address that I need to use in the client computer?(the one from the outside world)?
  15. Replies
    4
    Views
    5,886

    Re: Send sms with ICQ API

    And one more thing...
    I need to send it programitically,
    and I need to use it for free!!
  16. Replies
    4
    Views
    5,886

    Re: Send sms with ICQ API

    ohhh, you right,
    I dont need specifically ICQ, the point is that I need to send sms.
    I'll check it!
    Thank you
  17. Replies
    4
    Views
    5,886

    Send sms with ICQ API

    hi all,
    I want to know if someone can tell how to send sms with the API of ICQ...
    I know that ther is a way to do it, but I dont know how...
    i'll be happy if someone can help me with this issue......
  18. Re: How to get web service address on the computer

    I'll try to explain it more clearly.
    I want to connect to the web service from the outside world...
    it means that ther is a web service running in my local computer, and the clients that consuming...
  19. How to get web service address on the computer

    Hello everybody, it really a good forum (i'm new here)
    I Have a little application that works with web service...
    I want to know how can I get the web service address in my computer...
    in other...
  20. Replies
    0
    Views
    1,085

    publishin silverlight project

    hi all,
    im a silverlight newbie,
    I developed a silverlight application and now I want to publish the project.(in my server)
    my solution contains a lot of project(windows form,web form,wpf...
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured