No announcements
Found 63896 threads
-
0 Votes
Getting Start with a New project - Connecting Number of devices with one App
Hi guys, One year ago, I started working on building an app where multiple devices can be monitored simultaneously and have already failed in ... -
0 Votes
How to get difference between two dates in Sharepoint 2010 list column by excluding Friday and Saturday
I have this to get difference between two dates in Sharepoint 2010 by excluding Saturday and ... -
2 Votes
File.ReadAllBytes in C# CF. 3.5
Hi, I'm using Visual Studio 2008, Windows Mobile 6.5 SDK professional and .NET Compact framework 3.5. I want to send a file via TCP/IP. when I ...Answered | 3 Replies | 5347 Views | Created by Arash Haghighat - Sunday, November 27, 2011 4:56 AM | Last reply by Killer Wombat - Friday, September 11, 2020 2:15 AM -
0 Votes
Connecting VB.net application from device to sql server
Hello, I am trying to connect my smart device application from my device to our sql server. I have been reading how I should go about this and I'm not really sure what I need to ...Unanswered | 1 Replies | 529 Views | Created by spPC007 - Sunday, March 22, 2020 9:54 PM | Last reply by IoTGirl - Monday, August 31, 2020 2:51 AM -
0 Votes
Windows Ce 6.0 not connect on sql Server
i have windows Ce 6.0 , when i connect to server it's working but when i change server by change connection string it's not working . i can't ...Unanswered | 1 Replies | 573 Views | Created by AhmedOsman - Thursday, March 5, 2020 7:18 AM | Last reply by Bruce Eitman - Friday, March 6, 2020 1:55 PM -
0 Votes
Can't find PInvoke DLL 'AGL' on Compact .NET 3.5, Windows Mobile 6.0 device
Few of our devices encountered below mentioned error intermittently and the log file reports a MissingMethodException with text "Can't find PInvoke DLL ...Proposed | 3 Replies | 625 Views | Created by akshayb31 - Monday, February 24, 2020 11:21 AM | Last reply by Bruce Eitman - Thursday, February 27, 2020 1:42 PM -
1 Votes
Weird CF only TypeLoadException (bug!)
Hello, while trying to use BouncyCastle on CF 3.5 I came across an odd TypeLoadException. I have been dealing with quite a few but this one leaves me clueless. Loader log doesn't ...Unanswered | 10 Replies | 8912 Views | Created by masc88 - Friday, June 11, 2010 1:40 PM | Last reply by L3XIUM - Tuesday, January 28, 2020 3:47 PM -
0 Votes
.Net Application: Connect to SQL Server
Hello, I'm trying to install a CF application on a Windows Embedded 7 device with CF 3.5 installed. The application has been installed but I was not able to install the CAB with standard libraries to ... -
0 Votes
Grid.Row inside of a ScrollViewer isn't Resizing Properly
I have a grid inside of a scrollviewer with 4 rows. Each row has a height of * (1/4 of the scrollviewer's height) and contains a listview that is supposed to automatically resize with the ...Unanswered | 9 Replies | 2286 Views | Created by CapnFedora - Wednesday, November 27, 2019 1:30 AM | Last reply by Richasy - Thursday, December 12, 2019 9:41 AM -
0 Votes
Access 2013 and UWP apps
Is it even possible to read data with a UWP app written with Visual Studio 2019 (C#) if that data is coming from an Access 2013 database, which is actually an Access 2002 database plunked down in ...Unanswered | 7 Replies | 2188 Views | Created by PeteMoncuse - Tuesday, November 19, 2019 10:11 PM | Last reply by Fay Wang - Thursday, December 12, 2019 9:37 AM -
0 Votes
[UWP] Using GetThumbnailAsync() sometimes will not preserve a gif transparency on its thumbnail
I'm developing an application and there is a page that we need to show a preview list of images from a folder. I'm using the StorageFile.GetThumbnailAsync method to retrieve the ...Unanswered | 9 Replies | 1880 Views | Created by Daniel N Barros - Monday, November 25, 2019 7:09 PM | Last reply by Fay Wang - Thursday, December 12, 2019 8:52 AM -
0 Votes
[UWP][VB]Limiting Stream Size For MediaCapture
I have a MediaCapture from which I want to capture a stream, as follows: Await Me.cardcapture.CapturePhotoToStreamAsync(ImageEncodingProperties.CreatePng(), stream) This ...Unanswered | 5 Replies | 1876 Views | Created by Nathan Sokalski - Sunday, November 17, 2019 10:50 PM | Last reply by Roy Li - Thursday, December 12, 2019 8:35 AM -
0 Votes
[UWP] (C++) How to add the MoveLookController class from msdn to my app (D3D/DX 11)
How to add the following class to a new DirectX 11 App (Universal Windows) in C++: https://docs.microsoft.com/en-us/windows/uwp/gaming/tutorial--adding-controls I ...Unanswered | 7 Replies | 2342 Views | Created by valaki2018 - Wednesday, November 27, 2019 5:31 AM | Last reply by Fay Wang - Thursday, December 12, 2019 8:22 AM -
0 Votes
Can't connect UWP app to MongoDB
I'm developing a UWP app using C# and the MongoDB connection works perfectly in the development computer. When I tried to export and install it in a different desktop it did not ...Unanswered | 5 Replies | 2419 Views | Created by Lucas Hagen - Wednesday, November 20, 2019 7:05 PM | Last reply by Roy Li - Thursday, December 12, 2019 8:19 AM -
0 Votes
ToolTip Border/Background Color
Hi , Please suggest how to remove hover background color for tootip UWP,after some seconds hovering with background white will ...Unanswered | 5 Replies | 2332 Views | Created by sandeepmsandy - Wednesday, November 27, 2019 7:21 AM | Last reply by Richasy - Thursday, December 12, 2019 7:36 AM -
0 Votes
Sorting Listview resets the SelectedItem property
model.LastMessageTimeStamp, descending: true); _isSorting = false; } public ConversationViewModel SelectedConversation { get => ...Unanswered | 10 Replies | 2140 Views | Created by AtosNicoS - Monday, November 25, 2019 1:26 PM | Last reply by Richasy - Thursday, December 12, 2019 7:12 AM -
0 Votes
InputObservation
Hi Devs, is there any documentation about "inputObservation" capability on UWP? MSDN doens't have any reference to its implementation. Looks like it is only mentioned in ...Unanswered | 2 Replies | 1674 Views | Created by RosDevil - Wednesday, December 11, 2019 11:49 PM | Last reply by Richasy - Thursday, December 12, 2019 3:28 AM -
5 Votes
[UWP] Create the right certificate for sideloading
Greetings ! We created a UWP App which is already in the official MS Store. Besides that we need the app to connect local networks, which is not possible to ...Answered | 10 Replies | 4615 Views | Created by Puracy - Monday, June 4, 2018 8:53 AM | Last reply by geodan7 - Wednesday, December 11, 2019 2:55 PM -
2 Votes
Web View issue ms-appdata vs ms-appx-web
Hi, In our UWP app there is a web view which loads a 3D model. The content of the web part includes a html, js, css and a file of type .iv3d. When I load that html like ...Unanswered | 5 Replies | 1601 Views | Created by Madhu_AtLink - Thursday, November 7, 2019 1:06 PM | Last reply by Roy Li - Wednesday, December 11, 2019 8:08 AM -
0 Votes
How to switch from Trial to In App Purchases in UWP?
My app has currently only Trial and Full License. I want to remove having trial and make the app free but handle full license features with in app purchases and as well having some other in app ...Unanswered | 4 Replies | 1636 Views | Created by Global Delight - Monday, November 18, 2019 12:06 PM | Last reply by Richasy - Wednesday, December 11, 2019 8:08 AM - Items 1 to 20 of 63896 Next ›
No announcements