Startup Problem in VirtualBox
Hi everybody!I'm running SharpDevelop (version 5 in the xcopyable-version) in a VirtualBox Machine that runs Windows 10 (from a Linux host). When 3D-Acceleration is enabled for the machine sharp,...
View ArticleDeveloping with dot net core [Newbie]
Hi I want to start developing with C#, headless apps (algorithms) but without using .net or visual studio.I have downloaded .net core.How can I use this installation with sharpdevelop to program my...
View ArticleWebServices+WindowsXP x86+NetFrameworks.20 TO Windows10 x64
I have someweb servicesdevelopedwithWebDeveloper Express 2005 ( WindowsXP x86+NetFrameworks.20+Visual FoxPro OleDB x86 ).I want to deploy them on a desktop Windows10-x64. I have decided to use...
View ArticleSharpDevelop Anfänger auf verzweifelter Suche nach dem Form Designer
Guten Tag liebe Community, Ich möchte mich heute mit ein paar - vermutlich haarsträubenden - Anfängerfragen an euch wenden, nach deren Lösung ich schon gegooglet habe sowie das Forum durchsucht.Ich...
View ArticleSharpDevelop Core, custom doozer problem
hi,i would to use this:<Filter group="Text Files"><Filter id = "Text" description = "Text files" extension = ".txt"/><Filter id = "LogFiles" description = "Log files" extension =...
View ArticleUnhandled WPF exception: System.OverflowException
If I create a new C# project in sharpdevelop and paste the code:using System;namespace test{ class Program { public static void Main(string[ args) { }...
View ArticleProgrammatically change highlighting Ruleset
Hi I'm new to AvalonEdit and was wondering if it is at all possible to change some Keywords foreground colour ruleset within C# code. At the minute I have a xshd file with the main ruleset and another...
View ArticleWinForms Designer DataGridViewComboBoxColumn problem using computed column
Hi, I open the WinForms designer of #D, add a DataGridView, set DataSource and DataMember to an existing DataTable pftexte, open the DGV designer in order to define the columns. The DataTable pftexte...
View ArticleWinForms Designer: naming conventions using several DataGridView's
Hi, I create a MainForm with several DataGridView objects. Each table has a field id. The related columns in the DGV are named as idDataGridViewTextBoxColumn, idDataGridViewTextBoxColumn1,...
View ArticleWinForms code editor: improve renaming
If I rename a WinForms control's name inside the code editor using the built-in function (Strg-R / right-click > Rename/Umbenennen), each occurrence is renamed. Only two situations in the...
View ArticleWinForms Designer: DataGridView column type causes naming confusion
Situation: I put a DataGridView on the form, add a DataTable and start the column editor. By default, most columns are created as TextBoxColumn and are named in this way. If the table contains a field...
View ArticleWindows layout destroyed after debugging
While writing code in C# project I organize three windows with code one on the right and two one the left, each window is different file. Once I debug the code the SharpDevelop goes to debug layout. I...
View ArticleAvalonEdit.TexEditor How to retrive the actual line
goodmorning how can retrive the actual line number from cursor position.thanks advance
View ArticleAvalonEdit.Texeditor how to retirve an array of lines
good morning all.there's anyone that know how to retrive from this.TextEditor.Text an array of lines.e.g.:this is the text1: line one2: line two3: line 4: l And I want to retrive an array like...
View ArticleChange the location of the description of CompletionWindow.
Hello,I want to change the FlowDirection of CompletionWindow to LeftToRight and the FlowDirection of the descriptions to RightToLeft.I wrote this :completionWindow = new...
View ArticleVariables for use with editing Standard Headers
So I noticed that when I fired up a VB.Net project, a header was placed at the top with my user name, the date and the time. It told me where to go to edit this header. Once there, I noticed that there...
View ArticleDebugger error 0x80070002
Dear all,i'm using Sharp Develop 5. Only with one solution i'm experiencing issues with compilation.When i compile appears the error:Debugger error:HR=0x80070002Code=0x0I have tried for several hours...
View ArticleConnect to access database while developing on VB
Hi! I want to connect a access database to shapdevelop vb project. In VS, usually I do this by using wizard. But there is no such tool as wizard in sharp develop. So can anyone help me with this? In...
View ArticleCompression
ello everyone .. the combobox will not work with SelectItem .. there is a solution Me.ComboBox1.Items.AddRange(New Object() {"-m0", "-mx"}) Sub Button1Click(sender As Object, e As EventArgs)...
View ArticleSharpDevelop 5.1 AddIn - Error: 4
,I want to start with the AddIns for SharpDevelop. I want to make the editor/tool for the files in the project/project-tree and I want to edit the file by the SharpDevelop (not extern app). I found...
View Article