SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » C# (RSS)
  • Re: XamlDesigner (Model and Visuals)

    Hi Daniel, I found this method that you are using to determine whether a parent can have more than one child (is a collection). Are you sure that it is enough to test these three interfaces and the ResourceDictionary class? Where did you found this information? public static bool IsCollectionType(Type...
    Posted to Forum by Lerax on 03-11-2010
  • Creating all properties

    Hi Folks Is there a way to create all properties from private variables in a class? I have found only a way to create each property individually, by clicking right mouse button over the variable (option Create property). Thanks in advance... Everton Lucas
    Posted to Forum by Everton Lucas on 02-24-2010
  • Adding additional refereces to TextEditor

    We're using the CSharp TextEditor as our script window in MapWindow GIS ( www.mapwindow.org ) for several years now and we're very pleased with it. A big 'Thank you!' is appropriate ;) We also use the script window for confirming bugs and testing bugfixes and enhancements. Those test...
    Posted to Forum by pmeems on 02-18-2010
  • ExpectInsertionBeforeStart

    Hi all, could you please explain me this part of code. What ExpectInsertionBeforeStart is used for? void textArea_Document_Changing(object sender, DocumentChangeEventArgs e) { if (e.Offset == startOffset && e.RemovalLength == 0 && ExpectInsertionBeforeStart) { startOffset = e.GetNewOffset...
    Posted to Forum by Lerax on 01-25-2010
  • FastZip example in cssamples

    FastZip example in cssamples has a really minor bug: case Operation.Extract: if ( argCount == 2 ) { Console.WriteLine("Extracting Zip"); fastZip.ExtractZip(arg1, arg2, overwrite, confirmOverwrite, fileFilter, dirFilter, recurse ); } else Should be: case Operation.Extract: if ( argCount == 2...
    Posted to Forum by vovin on 01-22-2010
  • inflate - deflate mess up

    I'am writing on compressing and decompressing SWF files. I searched the forum for solutions but I didn't found something. Maybe you can help me. Inflate works: public Stream Uncompress( Stream input ){ byte[ content = new byte[ _Length ]; input.Seek( 0, SeekOrigin.Begin ); input.Read( content...
    Posted to Forum by oz030 on 01-22-2010
  • Problem with SharpZipLib under windows 2003

    Hi I have a problem with reading zips created by SharpZipLib. When I open them with WinRar everything is ok. But when I try to open them with Windows 2003 default winzip the files inside appear to be of the same size and cannot be opened or uzipped. Is there something I'm missing? Maby some parameter...
    Posted to Forum by Grzegorz.Zych on 12-15-2009
  • Error with GZ file

    I'm trying to extract the file here: http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz using the code below, but I get the following error: Void set_Size(Int64) - Cannot be less than zero Parameter name: value I've extracted other files using this code but it doesn't seem...
    Posted to Forum by blkbam on 12-14-2009
  • AvalonEdit: Client x,y Point from TextPosition

    Ok, I'm new to AvalonEdit so I'm sure I've missing something here, but I have a TextPosition (line, column) and I'd like to get the client x,y Point from there, based on 0,0 being the top left corner (scrolling irrelevant) as I'd like to show a nice popup user-interface where the...
    Posted to Forum by s0upyd on 12-04-2009
  • AvalonEdit: TextPosition style information

    Hi, This may be the wrong place to post and ask this (sorry), but is there a way to determine the class of a TextPosition? By this, I mean a way of determine if line 7, column 22 is quoted or a comment? The reason I ask is I'm trying to do a RegEx that finds some given tokens, but I want to ultimately...
    Posted to Forum by s0upyd on 12-04-2009
Page 1 of 7 (70 items) 1 2 3 4 5 Next > ... Last ยป
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.