Quantcast
Channel: SharpDevelop Community
Browsing all 1764 articles
Browse latest View live

Set a internal file name of gzip file.

Hi, I need set a file name internal of gzip.I re-compiler ICSharpCode.SharpZipLib.csproj I modifided a class GZipOutputStreamCreate a new method private string _fname = "";/// <summary>/// Sets...

View Article


about Mid() to substring

// VB.NET code   Public ReadOnly Property DB_Provider() As String    Get      Try        dbProvider = Mid(ConfigurationManager.AppSettings("DB_Provider").ToString, 1, 1)      Catch error_occure As...

View Article


inform about AppSettings() from VB.NET

// VB.NET        Try          connectUser = ConfigurationManager.AppSettings("DB_User_ID").ToString        Catch error_occure As Exception          connectUser = ""        End Try// c# from...

View Article

AvalonEditor and handle input binding for MouseWheel up/down + Ctrl key

Application has main window which contains toolbar, preview control and AvalonEdit control.Would like to handle MouseWhell up/down + Ctrl key when mouse is above AvalonEdit control. Then I would...

View Article

Il tipo 'System.Data.Common.DbConnection' è definito in un assembly di cui...

I would like tostart usingSharpDevelopButin my testproject Iaddedthe reference System.Data.SqlServerCeThisis my project/* * Creato da SharpDevelop. * Utente: Marco * Data: 27/03/2017 * Ora: 9.59 *  *...

View Article


Missing reference dll on target machine

Hi all, i'm developing a little windows forms project and referencing system.data.sqlite (ver 1.0.92.0 assembly installed on dev machine)In reference poperties "specific version" is set to falseDebug...

View Article

Is anyone monitoring this site

Or has it gone stale.I reported an error, see post 59007. ILSpy just doesnt work with dlls produced by VS2017.I would have thought it a major problem.

View Article

Can SharpDevelop do C++?

The reason I ask is because I love the language and I saw a folder called C++ in the new project box. But I can't try it out cuz I'm getting that business about the Windows SDK not being installed. And...

View Article


SharpZipLib unzip with url

We are unzipping a .zip file using Server.MapFile(SomeZipFile), pulling out a .pdf and displying it in the webpage on our main website.  byte [ pdfBytes;if (r[1].ToString() != ""){  ZipFile f = new...

View Article


Customize the appearance of TextEditor

Good day!In my program I use your TextEditor. I configure several schemes of highlight for it, but I can not figure out how to customize the appearance of the element itself.I would very much like to...

View Article

AvalonEdit: BackgroundGeometryBuilder.GetRectsFromVisualSegment fails when...

Hi, I have a pretty simple use case that works fine as long as I don't set ShowTabs to true in AvalonEdit. I have a IBackgroundRenderer where I want to highlight som characters by drawing a rectangle...

View Article

Passing data between MainForm and Form1 in Python Windows Application

Hi,I want to pass values between two Forms (Python Windows Application). How can I do it?I have two forms: MainForm and Form1. MainForm  contains one button and a Label. When I click on that button,...

View Article

Image may be NSFW.
Clik here to view.

Bilder Auswahl

Hallo Community,ich arbeite erst kürzlich mit SharpDevelop (SharpDevelop Version: 4.3.1.9430-406354be Build: 9430) und habe daher noch wenig Erfahrung. Ich möchte eine Windows Application schreiben, wo...

View Article


Getting started with a simple CS file

Hi all, Newby to this -- Installed OK, CS files​ associated with it OK, CS file loads OK, Same CS file compiles with dot net's CSC.exe fine (Net 4). SharpDevelop doesn't want to know. Almost all Build...

View Article

Integrate NLP+AI into sharpdevelop IDE

I am not sure this idea is already in place or not, or it is possible or not. But I am thinking to place this idea to a right forum. Can it be possible integrate NLP + AI with Sharp Develop IDE? Now...

View Article


printing in AvalonEdit- any way to do that?

Hi,a newbie question- how do i print the text that an AvalonEdit control hold (including the text that has coloring applied) Thanks in advanced,Din

View Article

C# 6.0?

Is there any way to enable C# 6.0 in the editor, or even just in the compiler?If not, is there a roadmap for this feature?

View Article


Exception while trying to decompile

HelloI'm getting exception while decompilng any of the win formp.s. "use variable names from debug symbols, if available" is unchecked  ICSharpCode.Decompiler.DecompilerException: Error decompiling...

View Article

Hi i need help for my school homework(Timer/Delay problem)

Hello im having a problem whit this code i dont now how to use the Timer The idea is when you click the main boton the background change in colors (Blue-red) 50 timesi do this code but i dont now how...

View Article

my question again! please help! in need a migrate

i have my cuestion here:http://stackoverflow.com/questions/43552759/import-project-from-sharpdevelop-4-4-to-visual-studio-2010and here http://community.sharpdevelop.net/forums/t/25202.aspxPlease help!!...

View Article
Browsing all 1764 articles
Browse latest View live