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

Justify a text inside a BaseTextItem

Hi everyoneI need to justify a test inside a BaseTextItem just like in Microsoft Word.Can anyone help me?Is there a parameter for it?Thanks

View Article


Report with db Ms access

Hello, I want to do a report with ms access but i can not do, this is code to create xsd file:I use the wizard Report and in "ReportSettings"  use: ReportType: 'DataReport' and DataModel: 'PushData', I...

View Article


Error Report

After trying to run a pretty normal App, I ended up with a blue screen and now the following is displayed in SharpDevelop each time I load an application.The reference assemblies for framework...

View Article

Error "EOF in Header" Sharpzip Lib with Unity

I'm trying to implement a unity App for android where my app extract a Zip file that it previously downloaded to a folder, i've been looking around and the SharpZip lib was one of the most recommended...

View Article

Error report

Hi,I tried opening "Edit Configurations / Platforms" under Build option while my solution is building and got the below exception.Additional infoI installed sharpdevelop for the first time and...

View Article


Errore Report

Hello, I have this error... I wanted push mode selecting the .xsd file.Thanks!!!SharpDevelop Version : 4.4.1.9729-7196a277.NET Version         : 4.0.30319.18444OS Version           : Microsoft Windows...

View Article

path variables ${paths} : how to { get; set; }

Hi everyone i'm new in the forum. I'm using SD to study with a Troelsen book and i'm having troubles understanding how things are done and where they are.as an example: i installed VS2010 (under...

View Article

VB autocomplete bug in v4.4

I have the following VB :Public Function Main() As Integer<declarations><statements>Do While 1=1<various statements>Loop<more statements>Return 0End Functionand the autocomplete...

View Article


WPF Designer - missing assemblies.

This problem occurs whan I create from a template and try to use the desing window( I am using SharpDevelop v5.0.4): how to reference to System.xaml (or indeed any other assemblies), please? "The type...

View Article


System.ArgumentOutOfRangeException: Value must be between 1 and 288

SharpDevelop Version : 5.0.0.4395-Beta 4-6585614e.NET Version         : 4.0.30319.18444OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture      : Invariant Language...

View Article

SharpZipLib "locking" mechanism/feature

View Article

Error report

while i was watching object graph, i got this exception. SharpDevelop Version : 4.4.1.9729-7196a277.NET Version         : 4.0.30319.17929OS Version           : Microsoft Windows NT 6.1.7601 Service...

View Article

SharpDevelop 5 as shell

Hi,I am interested in using Sharp Develop 5 as shell for my application. This means initializing workbench and adding my own addins.  I've read CodeProject article posted in 2006 by Daniel Gruwald but...

View Article


AvalonEdit Scroll To End

I am attempting to implement "scroll to end" functionality on an AvalonEdit text editor in my appication. I have been trying to use the textEditor.ScrollToEnd() function, however, on large files when I...

View Article

Image may be NSFW.
Clik here to view.

How to remove an [End-User Agreement Window] On installition

  I have completed my installation packages I am using SharpDevelop for it.My issue is : how could I remove "End-User Agreement Window"by using some scripts on SharpDevelop Project or by any other...

View Article


VB Code completion not working

Hello,I started a new VB console project, and when I begin typing the auto-complete feature doesn't coming up at all. However it works perfectly with a new C# project with no problems. Any ideas?I'm...

View Article

Setup Project Install Directory

Hello,I create a setup project using sharpdevelop wix setups.The setup project type is WIX install dir.How can I get the path that the user chose, to use it in my program? Thanks in advance!

View Article


Code converter doesn't put compilation conditions in the right place, when...

Realise this is a bit edge case, but if you try to convert this code to VB.NET[PreserveSig] int AddSourceFilterForMoniker( #if USING_NET11 [In] UCOMIMoniker pMoniker, [In] UCOMIBindCtx pCtx, #else [In]...

View Article

VB.NET to C# converter: incorrect convert preprocessor directives for class...

SharpDevelop 4VB.NET code:Class t1        Private URL As String#If DEBUG#End IfEnd ClassConverts to C# code:    class t1    {            #if DEBUG        private string URL;        #endif    }

View Article

Convert, C#-ToVB.Net, LINQ Select omitted

When converting from C# To VB.Net, a LINQ query has its "select" omitted, and the select variable gets appended to the "in" variable. So ...            List<String> list =                 (from...

View Article
Browsing all 1764 articles
Browse latest View live