4,422 questions
0 votes
1 answer
59 views
WriteFile failure when networkshare is disconnected
I have a win32 app opening a log file on a network share using CreateFile and WriteFile (non overlapped) to write records. What I am seeing when the network share is lost, WriteFile reports an error (...
0 votes
0 answers
31 views
Chrome Android reuses Intent.EXTRA_TEXT across multiple share actions
Problem I'm building an Android app that receives shared URLs from Chrome's share menu. The app works correctly on the first share, but all subsequent shares receive the same URL from the first share ...
0 votes
1 answer
102 views
How can I share a file via Whatsapp with my ionic angular app on android?
I have an ionic angular app and need to share a .gpx file via gmail or whatsapp. It works smoothly via gmail. Also via wechat, but not via whatsapp. I tried with capacitor share, where I can select ...
2 votes
1 answer
138 views
Change drive in multiple shares inside windows registry
I need to change the drive of the shares inside the registry in the branch: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares The word is a REG_MULTI_SZ, and I need to modify ...
2 votes
1 answer
67 views
DataTransferManager never requests data
I'm trying to use the DataTransferManager in a WPF app to show a simple native share UI. I managed to get something working that triggers the share UI window to open. However, for some reason the ...
0 votes
1 answer
43 views
create share helper class in share images
Tried this code but didn't work out. popup is not getting visible using below code. So what could be the best way to show share popup and create reusable class. import android.content.Context import ...
0 votes
0 answers
52 views
Sharing image to Linkedin - share-offsite url code - small preview no matter what i do
In my react app with nestJs -> i have a button to share on linkedin (image sharing) // Create URL for the OG share page const sharePageUrl = `${baseUrl}/asset/guest/share/tags?` + `imageUrl=${...
0 votes
0 answers
321 views
Error when trying to connect my VS Code to Live Share
I'm facing a recurring error when attempting to connect to Live Share in Visual Studio Code, which hinders my collaborative coding efforts. Despite several troubleshooting attempts, the issue remains ...
1 vote
1 answer
59 views
How to detect which app a user selects from Flutter's native share dialog?
I'm building a Flutter application where users can share content via a share button. When they tap this button, I'm using the share_plus package to show the native share dialog with options like ...
0 votes
0 answers
105 views
In my iOS app, Share sheet (UIActivityViewController) shows very few share options compared to default apple apps?
I went through apple documentation also spent lot of time on SO and searching for resolution for this issue but I didn't get the answer for - WHY my iOS app's Share sheet (UIActivityViewController) ...
1 vote
0 answers
89 views
How to remove quick share targets from Android (11) share sheet?
share sheet example Disabling android.permission.BIND_CHOOSER_TARGET_SERVICE From apps services isn't working. Share targets still appears in share sheet. So how to block them or remove the quick ...
0 votes
1 answer
85 views
Disable File send to email in Excel with VBA
I have a file that I want to protect from excessive distribution. To do this, I have locked several cells before editing. These cells are unlocked by a macro that checks if the username matches. If ...
2 votes
0 answers
46 views
How to share a project with a file .txt in it [duplicate]
I'm practicing with Springboot, and I managed to make my program read a file .txt and insert the values into a database. I used put the file in the resources folder and used the relative path "...
2 votes
1 answer
85 views
How to use NetShareDelEx
I'm trying to use NetShareDelEx but I'm getting error 124 which is ERROR_INVALID_LEVEL. For testing purpose I first add a share with NetShareAdd which is successful. Then I try to remove it. My code ...
0 votes
0 answers
30 views
Facebook OpenGraph Debugger reset to zero
I am doing work on a Wordpress site. My client previously had several hundred Likes/Shares on many of her blog posts. I recently rebuilt her site from scratch, but none of the URLs, slugs, or ...