Content
Replacing reduced quality images with original quality images in Word to Filtered HTML conversion
I am creating a Word to HTML converter using Microsoft.Office.Interop.Word by saving each input Word document as Filtered HTML. But I am seeing a loss of image quality in the generated Filtered HTML as compared to the original embedded images. Following…


How to handle numbers in other languages?
Hi, In iOS it writes the numbers in Arabic (hindi) and English formats which is fine for typing but it creates a major problem in development. For example, hen the user sign in to my app using 0501234567 using English keyboard it will allow him…


Loss in image quality while saving Word document as Filtered Web Page?
I am writing a Word to HTML converter. I am using the approach of saving Word file as Filtered HTML to carry out the conversion. I have automated this process using Microsoft.Office.Interop.Word for every Word document input that has to be converted.…


UDP receive in asp.net web application SignalR
I want to receive a realtime data in a web application and display that realtime data in web form. I have heard about the signalR. I tried to put UDP receive codes as shown below in the hub class. But it gives error . Please suggest any solution so that…


Enable MaterialEditorRenderer (Copy, Cut and Selection) of Multiline Text
Hello, I am using Xamarin Forms to render an Editor that allows for multiline text. However, when I long press in the Editor box when it already has more than 1 line of text, the menu is not showing up to select/cut/copy the text. How do I enable this…


Application Insights tracing not working for asp.net project
App Insights is not working in one of project. It works in the MVC project of that solution but it doesn't work in the older aspx project. could you please help me. I updated the sdk to use 2.16 which works in the MVC but the same is not working in the…


Download html which also have hyperlinks which points to other html to download as well and go deep to download
Hi there, How would you do this? Point to a start HTML main webpage, download this main and then retrieve all the links and download the sub html pages and then all the subpages retrieved do the same thing and get the links and then also download…
Xamarin Forms and SkiaSharp, implementing moving cursor on bitmap
I am writing a Xamarin Forms app that loads a bitmap from an embedded resource and uses it as background for a moving cursor. I use a typical event handler for painting the bitmap: private void OnCanvasViewPaintSurface(object sender,…


Convert aspx file
I am looking for a solution to convert this code below. To have better readability of the text. File .aspx : <mso:PublishingPageContent msdt:dt="string"><strong>Lier votre n° de mobile à votre espace…


how to customize colorAccent when changing the theme
Hello, I am developing an application under xamarin.forms I am using AppThemeBinding to apply colors suitable for light or dark theme: App.xaml <Style TargetType="NavigationPage"> …
Removing Extra Space From An Expander
I have an Expander from the Xamarin Community Toolkit. After tapping the Header, it expands to the following: This is ALMOST what I want. Notice the extra space below the Button(s). This is caused by something with the layout & rendering…


Getting error "Provider must implement the class 'System.Web.SessionState.SessionStateStoreProviderBase'." while configuring the Redis server to web config in windows server.
Hi , I have downloaded the REDIS server msi "Redis-x64-5.0.10.msi" from this link "https://github.com/tporadowski/redis/releases" and after installing the REDIS server , now trying to configuring the redis server for session state…


.Net Core SignalR 1.1.0 (GET /hub) call showing performance issue in Application Insights (AI).
.Net Core SignalR 1.1.0 (GET /hub) call showing performance issue in Application Insights (AI). Min time - 19 sec, Max time - 1.2 hours When client calls SignalR hub Send method (Hub method which broadcast messages to all connected clients), SignalR…
How to draw an arc in Xamarin.Forms (without Skia)?
Hey guyz. I am trying to build an arc like this one for a circular progress bar but i can't get how the ArcSegment works. Here is what i want to achieve - Here is my code so far - <Grid HorizontalOptions="Center"…
HTTP pipelining on WCF
I would like to enable HTTP 1.1 pipelining on WCF. My understanding is that the pipelining is managed in http.sys and the application do not need to care it. However I need to configure the concurrency model by defining ServiceThrottlingBehavior. Is this…


Enumerating Child Windows
Hi Im struggling to enumerate through the child windows of the parent application, i have looked but cant find anything that doesnt give me 'PinvokeStackImbalance' issue. Looking up the issue, i couldnt find an answer that i understood.... Here is…


Runtime error
error: 50 - Local Database Runtime error occurred. Cannot create an automatic instance. I am getting this type of eror.Can you suggest any solution?


[Android] TextTransform on Button not working?
Hello, I can't seem to be able to get the TextTransform property to work on Buttons in Android. The text always shows uppercase no matter what. If I set this in the android project the buttons text is always the same as entered in the Text…


Can I create an overloaded function call for an interface I created?
I'm trying to make a free version of my app. The app saves records to a database, and I have Repository classes for all of the tables of data. In the free version I want to limit the number of records that can be saved/retrieved. The easiest way I can…


Elseif statement
Good evening, Is someone able to tell me why this elseif statement isn't correct please? If Environment.MachineName = "file001" Then lblHostname.Text = "Fileserver 1" Elseif Environment.MachineName =…

