Forum Widgets
Latest Discussions
Best design software for personal project
I'm starting to develop a WPF software, with some components like Ribbon Menu and Docking Layouts,but I find an intuitive design, better organized and cleaner, an interface that does not seem to be WinForms. Does anyone know of any components or frameworks that can do this type of design? My cordial greetings.SirioAstarotOct 29, 2024Copper Contributor55Views0likes0CommentsEnviar archivo PDF a contacto de WhattsApp con C Sharp.
Hola, una consulta, tengo desarrollada una aplicación de escritorio Windows Forms con C Sharp y me están requiriendo que desde la misma se pueda enviar documentos PDF a contactos de WhttsApp. Estuve buscando información en la web, pero no encontré información certera. Desde ya muchas gracias. Saludos.joseespindolaOct 24, 2024Copper Contributor68Views0likes0CommentsHow to print on Bluetooth printer in dotnet maui
Dear All Can any one tell mw how can I access Blutooth printer in dotnet maui. Can we use Bluetooth printer as COM/LPT port so that we can send text file to print on that port. Or we should use It as Binary writer to print any graphics or PDF file on it. ThanksashokhurkatOct 21, 2024Copper Contributor13KViews0likes3CommentsMAUI APP does not run, android-API34 issue ?
Hi everyone, i'm facing a problem using dotnet 8.0 and Maui. I read that an android api is automatically associated to a dotnet version. So for .Net 8.0 the android api is 34.0 I installed the Maui workload and created a new project, then i ran(build) it without any modifications and all the necessay packages installed without issues But when i go to the generated bin folder and run windows app it does'nt even show up, For android part i installed the signed-apk in virtual device and here is what i get : I found somewhere that this was the api 34 issue, i tried to install .Net 7.0-API 33 and .Net 9.0-API 35.0 but facing the same problem. What should i do now... please help me THNKS!!!BobdevOct 19, 2024Copper Contributor356Views0likes2CommentsCan We add migration file from c#, instead of PackageManagerConsole
Hi, is there any possibilities to add migration file from c# in core project, entity framework code first project. I can able to add the migration file from PackageManagerConsole, but could not able to add from c#narensrinivasOct 16, 2024Copper Contributor104Views0likes1CommentChanging TCP Receive Window in C#
Hi, I have an embedded board with limited RAM (25 KB) and have defined two TCP sockets on it. I can communicate effectively with my Windows application, which I developed in C#. However, I encounter a problem when the Ethernet cable is abruptly disconnected. In this situation, due to the TCP timeout and retry procedure, the embedded board runs out of memory and stops functioning. After consulting with an expert from the company, I learned that this issue is related to the TCP receive window on the PC side (since the receive window on my embedded board is already reduced). They suggested that if I can decrease the TCP receive window for my socket in C#, it may help prevent my board from becoming unresponsive. And they are correct, because when I replaced the PC with another embedded board, this problem did not occur. I would greatly appreciate any guidance you can provide on how to reduce the TCP receive window just for the connected socket in C# not all adapters window size. Thank you!Volter_phaseOct 07, 2024Copper Contributor136Views0likes0CommentsForm borders appearing different in visual studio and when the application is running
Good morning I can't understand why in my application that I made some time ago in VB.NET the edges of the forms are seen differently, in visual studio they are one way and when I start the application they are seen in another way. I attach two screenshots to better understand what I mean. If anyone knows what may have happened and can give me some advice on how to resolve it. Thank you FabrizioFableoSancaSep 23, 2024Copper Contributor348Views0likes1Comment
Resources
Tags
- .NET MAUI145 Topics
- Windows Forms58 Topics
- Android50 Topics
- iOS34 Topics
- Xamarin.Forms32 Topics
- Blazor31 Topics
- Console Apps24 Topics
- WPF23 Topics
- macOS17 Topics
- UWP17 Topics