I want to upload files from phone device/USB by Jfilechooser
but the phone device doesn't appear in open dialoge
any body help me please
thanks million
Related
I have a IP camera, i need to capture the image from it.
I have no idea how to do this is Vb.net 2010
Please help me. in simple code
Thank You
The DevExpress CameraControl displays a video stream from a video capture device (a webcam) and allows you to save snapshots.
https://docs.devexpress.com/WindowsForms/114582/controls-and-libraries/editors-and-simple-controls/camera-control
I am trying to find some vb.net code to compose email using default email client, WITH attachment (a pdf file on my disk)
I tried
Process.Start("mailto:test#email.com?subject= &body=" & System.Uri.EscapeDataString("ABC"))
But it did not open the default program and also do not know how to attach a file.
Can someone kindly help me?
Best regards,
Furqan
I recently received a PDF file from my bank that had many details along with my account number. I wanted to share the PDF with one of my relatives, I immediately forwarded the PDF to him. To my surprise he was not able to see my account number in the PDF, that I was able to see.
Immediately I opened my sent items folder and tried to open the PDF from the sent mail. And to my surprise I was not able to the see the account number there also.
The account number text was visible only when I opened PDF attachment from the original mail. This has gotten me all curious.
Does someone know anything about a mechanism on how to achieve this? How can I do this using itextsharp or a similar library.
Thanks
Amar
I am currently developing an audio app for Windows Phone and I wonder: is it possible to set audio files as a text tone i.e. the sound I get when I receive a text message?
No, you cannot do that via API in your application.
But user can change that setting only if he is running GDR3 or above.
I want to send a string to a printer from an iPad using code.
The trouble is, I want to connect to the printer using wifi, and then send a string to it for printing. But I don't know how to connect to the printer, and how to send the string, hope someone can help me. Thanks.
The printer and the iPad are in the same local area off-line, I want to use the socket to transfer the content that I want to print through the IP address of the printer.
If the printer is configured as an AirPrinter then it's fairly easy using UIPrintInteractionController.