Search Result

Collapse
7 results in 0.0034 seconds.
Keywords
Members
Tags
share
  •  

  • Josh Argent
    started a topic Were can I share my software?

    Were can I share my software?

    Hi,
    I've recently made a mind mapping software in vb.net (http://openmindsoftware.webs.com) and I am struggling to find places to share it. I've added it to cnet and have uploaded an advert to youtube but thats it.

    I was wondering if anyone knows of any good places to share my work?

    Thanks in advance,
    Josh.
    See more | Go to post

  • Visual C# 2008 Express Solution-Project Hierarchy

    Gentle list members,
    I have started to type in and modify according to my taste the examples in a tutorial of C# [Sipos Marianna: Programozás élesben. Language Hungarian, ISBN: 963 216 652 3].
    I use Visual C# 2008 Express Edition.
    I have put the first two exercises as Projects in the same Solution. The problem is that I have to mark and unmark again and again which is the executable project.
    • I want to share e. g. the form design
    ...
    See more | Go to post
    Last edited by Niheel; Oct 12 '11, 08:14 AM. Reason: uncesseary bold

  • How to create a shared file folder with a specified account

    My computer is windows 2003 server, the IDE is Visual Studio 2005 and the programming language is C#.
    I have achieved the shared file with ManagemetnClass . But the shared permission is always "Everyone", I need to assign a specified account such as "A1"(it had been created before) to the shared file.
    How to finish this word?
    All thanks!

    the following is the source code:
    Code:
    using
    ...
    See more | Go to post

  • Need to read a text file from a network share

    Ok, I'm brand new to IIS and asp. (My experience is with apache on Solaris but we have gotten rid of that system.) I need to readin a text file with asp that is on the C: drive of another Windows server that is not running IIS. I created a share on folder containing the text file on the second server and made it available to the Everyone Group.

    The asp program, which works when the file is local, doesn't work when I modify the Server.MapPath...
    See more | Go to post

  • amskape
    started a topic Need Help in Facebook comment
    in PHP

    Need Help in Facebook comment

    Hi Friend,
    I am Anes, a newbie in Facebook world. I need a particular requirement regarding my
    current Ebook site. In that User can comment abt a book , through clicking a link.
    Then he directed to his account and there he can make that comment, we need
    to fetch that comment and shown in that particular book page . How it can
    implement , do it can do using Iframe or need any API. Please advise me with ample...
    See more | Go to post

  • how to share a session with other websites(subdomains) ?

    hi all,

    I want to use session for storing username & password.
    I will have a main page mainpage.mydoma in.com which will save username+passwo rd in a session on the server.

    Now when i access email.mydomain. com i want it to retrieve the username+passwo rd from the session previously created by mainpage.mydoma in.com.

    The web applications are hosted on the same machine using apache virtual hosts....
    See more | Go to post

  • share resource b/t child thread & parent thead

    hi all,

    I have met a problem with asp.net. Textbox can't be updated. "Main Thread" runs on Page_load. It calls child thread, which changes the text of textbox, recursively.

    Here is my code

    Code:
        protected void Page_Load(object sender, EventArgs e)
        {
         serverSocket = new Socket(AddressFamily.InterNetwork,
                SocketType.Dgram, ProtocolType.Udp);
    ...
    See more | Go to post
Working...