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 ArticleReport 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 ArticleError 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 ArticleError "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 ArticleError 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 ArticleErrore 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 Articlepath 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 ArticleVB 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 ArticleWPF 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 ArticleSystem.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 ArticleError 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 ArticleSharpDevelop 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 ArticleAvalonEdit 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 ArticleHow 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 ArticleVB 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 ArticleSetup 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 ArticleCode 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 ArticleVB.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 ArticleConvert, 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