Chat (Combobox)
Hallo liebe Com,Ich bin neu hier und hätte mal eine Frage :o Undzwar haben wir in der Schule angefangen mit SharpDevelop einen Chat zu Programmieren und ich habe zuhause dann auch damit angefangen....
View ArticleSD5 Beta2 & Beta3: Annoying Bug destroying my code
Hello,I switched to SharpDevelop a couple of months ago and thanks to the source code being open I have been able to sort out all the bugs and differences with VS2010. Many thanks for that!There is...
View ArticleHow to make a copy of a solution
I admit I am a clueless newbie.I have a project (I keep forgetting to call it solution) that I want to make a copy of. I looked at save as but none of the options seems to make sense. So I make a copy...
View ArticleAvalonEdit: How to get linenumbers and column mnumbers?
I have an application which uses WPF RichTextBox and I have the following code which updates the linenumber and column as the mouse is moved inside the RichTextBox. Now inorder to get the same...
View ArticleZipException: Version required to extract this entry not supported (788) and...
When using SharpZipLib to unzip some apk files like Facebook, it throws an exception "Version required to extract this entry not supported (788)". It is the same problem as described in a previous...
View ArticleRaw Bytes
When in IL view is there a way to display raw bytes for the entire instruction and not just the first opcode:For example an instruction could look like this In IL view, where 28 is the opcode of the...
View ArticleGet FileName from GZipped files
Hello Everyone,I am working on a module in which I need to download files from FTP. These files are GZipped files and will be uploaded by client on to FTP.I have downloaded these files at my local...
View ArticleProject/class browser multi-select and port to WPF?
In the roadmap for SharpDevelop 5, the first feature specifies multiselect for the project and class browser.Has there already been some progress on this?Does this mean the browser control will be...
View ArticleHow do I finish my application?
Hey guys,I am making my first C# project at the moment however I can not find where I can compile my application to use outside of sharp. could someone please tell me how :) Thanks,iSayHello123
View ArticleSD5 Beta5 - XamlParseException
Hello,I was editing a xaml file in SD5 Beta5 when I got an exception.Action: Opened SharpDevelopCompletionWindow.xaml from SD solution, added a attribute to the root tag (<cc:CompletionWindow),...
View ArticleError on start up: side by side configuration is incorrect
I'm get the side by side configuration is incorrect error on start up of my project.The dialog says for me to look at the application event log but where is that? I can't find it. Thanks for any help...
View ArticleSD5 Beta5 - Debugger NullReferenceException
Action:I tied to debug an application, but the debugger hangs and threw an exception. I ignored it and wanted to start again. Exception:SharpDevelop Version : 5.0.0.4516-Beta 5-3e5b969d.NET Version :...
View ArticleText file is not getting extracted fully using extractcontents -- Need help...
Hi guys,I have text.tar.gz which contains tar file and text file inside it. This text file contains 3 records. However i could see after using below code data is getting extracted but everything is...
View ArticleSelect Resource-->Project Resoure is empty
In my Windows Forms application, I add an image as a resource (Embedded) which I'm trying to use as a background image for a control. When I click on the Properties of the control and the 'Select...
View Articlesd5 beta5: Code Completion for Events
Hello!In sd4 i use code completion to create the method stub for an event handler.e. g.button.Click += new TAB TAB the following stub is generated: voidbutton_Click(object sender, EventArgs e) {...
View ArticleError CS0103 (The name 'blah' does not exist in current context)
Hi,Sorry if this is a dumb question but I am new to SharpDevelop. Firstly I think SharpDevelop is really great! It gives a decent alternative to MS Visual Studio especially for somebody like me who has...
View Articlepartial class unable to access the asp.net objects
I have Default.aspx and Default.aspx.cs files. Default.aspx.cs contains partial class and is unable to access the objects in the Default.aspx.Here is the Default.aspx file.<%@ Page Language="C#"...
View ArticleSD 5b5 Winforms designer overwriting changes?
It seems that opening a project doesn't read back all the changes I saved last time I closed it. In my particular case, this is the example I have seen...In the form designer I have a chart (among...
View ArticleWhen a xaml file contains a mass of controls, the adorner of the control...
Version 4.4.1, 4.4.2 both reappear the bug. I don’t have .net4.5 on my computer, so I don’t know whether Version 5 beta has the same problem.When I edit a xaml file which contains a mass of buttons,...
View ArticleDebugger Funktionen
Guten Morgen liebe Community, wahrscheinlich werde ich für die folgenden Fragen gleich gesteinigt, aber ich habe selbst versucht, mich durch den Debugger zu boxen und auch schon kräftig gegoogelt....
View Article