Questions tagged as 'c#'

1
answer

Query Linq C #

Good afternoon I have the following database structure: Tables: -User -Group - Permission And all relations N to N: User Group User Permission PermissionGroup I made a query to return the user, regardless...
asked by 30.01.2017 / 14:57
0
answers

LicenseManager.UsageMode C #

I have a% base% base that everyone else inherits. I picked it up from a question here from the same site. This is form : public BaseForm() { if (LicenseManager.UsageMode == LicenseUsageMode.Designtime) return; this.Load += Bas...
asked by 30.01.2017 / 12:52
1
answer

How to insert float value by arraylist - C #?

Hello, I can not pass a floating value (price) by arraylist to the bank. I wonder if I need to convert before passing or if there is any way to do it straight. I already searched the Stack here, but I did not find anything like it. Here is the c...
asked by 31.01.2017 / 15:12
2
answers

How to add a border in an image with C #

I would like to take an image and add a border at the top of the image (BMP). From what I researched I need Load the image into an object create a rectangle object add the rectangle in the image But I've never worked with an image in...
asked by 11.01.2017 / 14:31
0
answers

WPF Modern UI Chart Xaml Chart Title style

I have the chart below and I would like to change the font size for the ChartTitle property, if possible by xaml. In the chart class I can change the font size of the series through the chart.FontSize property, but I did not find a method to...
asked by 14.02.2017 / 19:45
0
answers

Create xmpp server

I wonder if there is still a possibility to write a SERVER XMPP in C #. I've tried searching the internet on many sites, and they only make the CLIENT available. I do not know if the client can be used for this function, I know that XMPP...
asked by 12.01.2017 / 00:44
3
answers

Page rendering asp.net DisabledCssClass

I have the following problem, I have this code on a page: <div class="modal-footer"> <asp:Button runat="server" ID="btnCancelar" Text="Cancelar" class="btn btn-sm btn-danger" data-dismiss="modal" Width="90px" /> <asp:But...
asked by 13.01.2017 / 19:39
0
answers

Android application works on the emulator but not on the physical device [closed]

The entire project, including the back-end, works perfectly when run in the Android emulator in Visual Studio , but when it generates the file APK in release mode and I run on my smartphone , only the front-end works, since...
asked by 02.01.2017 / 01:25
1
answer

View clickable link coming from database [duplicate]

I want to display the link that can be clickable, appearing as text: I'm using the code below, but it still comes as text and I can not click: @Html.Raw(HttpUtility.HtmlDecode(item.Facebook))     
asked by 29.12.2016 / 22:34
0
answers

FtpWebRequest - Error large files

I have a desktop application made in C # running a few months on a client. The same requested a module to perform uploads and downloads on an FTP server, the database is currently in the clouds by KingHost, as this company already offers the ser...
asked by 02.01.2017 / 23:17