Questions tagged [icsharpcode]

ICSharpCode.TextEditor is a syntax highlighting control for .NET program. It comes from the open source IDE SharpDevelop. It's available under LGPL license.

70 questions
0
votes
1 answer

ListBox Items are from Strings Declared in Other Class Possible?

related to this topic: https://stackoverflow.com/questions/15170054/context-hint-using-combobox Is there a way I can use the strings in my separate class: namespace KeyWord { public class KeyWord { //Definitions public String[]…
user2118160
0
votes
2 answers

C# Class Color to into Form?

related topics: https://stackoverflow.com/questions/15150797/how-to-separate-condition-codes-from-mainform-to-class-c-sharp https://stackoverflow.com/questions/15132363/color-code-from-class-to-form-condition how to call class of this color…
user2118160
0
votes
1 answer

Custom Syntax Highlighting in ICSharp.texteditor

I am trying to make an IDE of the language PAWN. I am using the ICSharp in C# for Syntax Highlighting. Since PAWN is not already there in scintilla, can someone tell me how to create custom syntax highlighting? Here are the keywords assert char…
user1713546
  • 23
  • 1
  • 2
  • 5
0
votes
0 answers

Decompile method from assembly (ICSharpCode)

I'm trying to decompile a method programmatically using ICSharpCode. I'm able to decompile the entire type, but whenever I try to decompile a single method, I get a null reference exception. The approach is much like this question…
jaspernygaard
  • 3,098
  • 5
  • 35
  • 52
-1
votes
2 answers

System.InvalidCastException: 'Unable to cast object of type 'System.DBNull' to type 'System.Byte[]'.'

My operation work is when I click on the cells of gridview: The Records in gridview will go to the textbox and picture box. This exception error occurs when I click on an empty cell(No records in datagridview) in the gridview. I share picture of my…
-1
votes
2 answers

I am having issues creating red and black divs

my task is to use loops to display two color div. I need it to have 12 rows and 8 columns. and the position needs to be absolute. I am new at coding so this is a beginning assignment that I would like to learn, but I can't figure out how to do.…
Richard G
  • 13
  • 5
-1
votes
1 answer

Searching data through a specific Field in C# from MS Access db using Visual Studio

I am working on a project and i have to perform a task in that project that i have to print/find data from a MS Access Database 2016 File through a specific text or keyword i'll try everything but can't solve my problem so after trying everything i…
-2
votes
2 answers

In csharp, I want the button to appear whenever I want and disappear whenever I want

I tried this way, but the button does not appear even though the items are larger than 0. How can I do this?
-4
votes
2 answers

How to fix this error: "Identifier expected"

I am making a 2D game in Unity , for the first time. I'm writing a script, also for the first time, I watched some tutorials and I think it's not bad. However, I keep getting an error message and I have no idea what to do. Well, the error is…
Agatha
  • 1
  • 1
1 2 3 4
5