share

copy files to nework path or Drive using python

hi , Mine is similar to this question. http://stackoverflow.com/questions/2042342/network-path-and-variables-in-python/2042376 The only difference is my network drive has a password protect with user name and password . I need to copy files to a samba share using python and verify it. if i manually login in then the code works but w...

Android application chrashes after "share" intent

Hi, My app offers a "share/tell-a-friend" function. When the "share" button is pressed the following method is being called to open a list of apps, which can perform the action (Eg. Gmail, Twittroid, Facebook...): public void share() { Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND); shareIntent.setType("text/...

Sitecore. I want to insert color picker control intro Sheer UI App

I need to insert color picker in my sitecore Sheer UI Application. Any ideas how to do it? ...

Problem with share point login!

Hi all. I'm new bie in share point. To day, I used Share Point Designer to create new master page for my project, after that, I add my own user control. The problem is that whenever the page is postback, share point asks me to log in so many time?? I do not know what is reaseon? Does anyone have solution for this problem? Thanks PS: My E...

How to put\save files into some publik directory? (adobe air)

We develope for multy users OS. So my Air App needs to save some files to let all users acsess them (and be able to acsess them on its own). So I need a function to save files into public directoris (crossplatform function) . Can any one please share such one? ...

How to treat RAM data as if it was a real file?

So I have some temp data in my program (in RAM). I want to somehow make it seem as it is a file (for example for sending it into another program which takes a file link as argument)? Is it possible? How to do such thing? ...

Can I get facebook unique share count?

Hi, I can get the page's share (click) number in the link-stat table using FQL. What I want to know is the unique share number, in other words can I get the number of users who share (group by Uid) the page. Thanks in advance, Onder ...

Integrating Network Shares To MySite

Hi, Please I have a WSS 3.0 environment. Not all departments have adopted the WSS sites. Those who have not use a network share, those who have adopted equally still use the network share because of those who haven't adopted WSS. There is a migration in progress. As part of the adoption process, users whose documents are in network sha...

"Share to facebook" button has problem showing thumbnails

hi all, I have added a "share to facebook" button in all my website's articles. Clicking this button would normally open a new window showing the facebook post's preview: the post's title, the post's description, and the ability to select one of the page's images, as a thumbnail to my facebook post. Without no reason, the past few da...

problem with share products on facebook

hello.. i am using facebook sharer for share products which is in my website into facebook. i tried all the ways to do this..but i don't know where is the problem. when i am clicking the facebook icon in mysite then it redirecting to facebook and not displaying product name, product image, description of product. it cames untitled docu...

Subversion for web designer: repository on a network share and ftp to the live server?

My configuration: htdocs on a windows network share (z:) web developers check out with dreamweaver modify and check in back to the drive z LAMP running on a Ubuntu server virtualized on Hyper-V with apache that point on the z drive for dev in order to test the websites Upload by FTP on the live server Now: I need multiple access to ...

How does one detect the action of adding/removing of a UNC share with Delphi? (Prev D7)

Hi How does one detect the action of adding/removing a UNC share? I basically just need to know if a share has been added/removed not details about the share itself. A working example would be greatly appreciated. Thanks SB ...

Implement common behaviour in alternative to abstract base classes?

In C#, I have a class hierarchy with a couple of abstract base classes near the top and a fair number of derived classes. A few these concrete classes have some common properties and methods that are implemented identically. It strikes me as wasteful and so one solution might be to implement this common behaviour in another abstract ba...

Sharing a folder programmatically and revoking it. (Delphi 7)

Hi How does one programmatically create a UNC share from a known directory? How does one revoke it programmatically? I don't want the user to fiddle with the Share dialog. Additional info such as changing the share name, comment, user limit is also welcomed. Thanks SoulBlade (Using Delphi 7) ...

Visual Studio Test won't run over a network share.

When I try to run my test suite, which works fine under Visual Studio 2008, I get the following error in the Output window: Error loading J:\VBProjects2010\Libraries\PFTest\PFTest\bin\Debug\PFTest.dll: Could not load file or assembly 'file:///J:\VBProjects2010\Libraries\PFTest\PFTest\bin\Debug\PFTest.dll' or one of its dependencies. Ope...

How to configure an existing git repo to be shared by a UNIX group

I have an existing git repo (a bare one) which has up to this point only been writable by me. I want to open it up to some UNIX user group, foo, so that all members of foo can push to it. I'm aware that I can easily set up a new git repo with: git init --bare --shared=group repodir chgrp -R foo repodir But I need the equivalent oper...

.net - access files among different projects in a solution

Hi experts, I have multiple .net projects under a solution. Specifically, i have few content files like pdf's, word docs under an asp.net project that i would like to access from a windows application project. What's the best way to achieve this? ...

Finding Unmapped Network Share Capacity in Windows

Hi, I need to find the underlying disk capacity (total size) of an unmapped network share in windows (in Win7, Vista, XP, Server 2008), given a UNC path (e.g. given something like "\\share_1\subdir"). I've looked all over the web for several days and seem to find no answer to this issue. I would appreciate any leads. Thanks in advance ...

Facebook Open Share Window from Application

Hello! How can I open the Share with friends window from inside a Flash application please? Thank you! ...

PHP Create File on Network Share

I can read files using PHP from a network share, but how can I create a file and folder on a network share? ...