


I was just wondering if there is a function to change the z-order of the components in a console project. I'm trying to set it up so I can have a map in a lower z-order, while characters moving in an array on a higher level z-order for a ascii-game I'm making. Also I am not allowed on this ...
Is it possible to zip the .xml file using any .net base class libraries? like gzip or pkzip, does .net have inbuilt support for zipping functionality? ...
Hello, I am having a problem trying to zip a file, not really a problem, but I'm creating a backup program, and it imports the COM component: Microsoft Shell Controls And Automation, when I compile a .zip file, from a source folder, it copies ALL of the inside contents of that folder, into the ...
Hello all. Is there some standart way how to zip html document that contains references to images together with these images?Thanks in advance...
How can I zip the contents of a directory programmatically?GZipStream zips and unzips files, is there some way to manipulate this to zip a directory (recursively)?Is there another .NET utility out there?I'm developing in C#.Thanks....
I want's to zip the file by the help of framework libraries [no third party library,no interop.Shell]Can I do that ?...
Hi,Does anyone know of a way to zip files in c#. I tried using sharplib but the compression utility that comes with XP is not able to unzip the files. I need a format that can be unzipped by this and most other compression tools since I am not sure exactly what my users will be using to unzip ...
Does the .NET framework provide a C# interface to compress text files in a zip file? ...
Hello,I'm trying to create a zip file in C# using the Windows Shell API (Shell32.dll) with essentially the same code as in the thread titled ("Problem creating Zip File using Shell32.dll" by user "Jeyaraj" - see provided link ...
Hi all, hope somebody can help me. I'm writing VC++ code with java::util::zip lib; when I manage zip files everything is fine and this code works: XmlReader^ xread; ZipFile^ zf = gcnew ZipFile(tb_template->Text); Enumeration^ es = zf->entries(); ZipEntry^ ze; ...
Dear friends, I have a vb .net site with + - 100 pages. Some pages, once retreived, show 2, 3 or even 8 zeroes at the beginning of the source code, resulting...000<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>The pages work fine. But is it a mistery or is it ...
Hello, i want make a Control for me. A Control what have some Panels inside. (like TableLayoutPanel). The Panel at Top have a Label inside that shows the Caption. The Panel at bottom you can use as Panel and can have other controls inside. I made one with a UserControl. But the BottomPanel ...
hi alli wanna do a project with openGL in console application.but System.Drawing doesnt work.what must i do?i'm waiting for ur replies....
We have an application compiled with .Net 1.1. It uses System.Xml.Xsl.XslTransform. the following code works with .Net 1.1 <xsl:copy-of select="$style/ap:OneImage"/> if $style is empty or if $style contains an element. Installing the .Net Framework 2.0 causes the expression to fail when ...
I have recently upgraded to MS Vista from XP Pro. On this machine, while under XP, I have created several C# projects. If I open any of these older projects and add a control to them (say a scrollbar or button) and then run it, then the controls (which look like Vista controls at design time) ...
