Base Class Library RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Zorder in VS C/C++ .net

    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 ...

    1 answers | 329 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zipping support in .net class library

    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? ...

    3 answers | 353 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zipping files using the built in windows classes, by importing COM component

    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 ...

    1 answers | 2748 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zipping entire html document

    Hello all. Is there some standart way how to zip html document that contains references to images together with these images?Thanks in advance...

    2 answers | 150 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zip utility to zip directory contents

    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....

    3 answers | 244 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zip the file in C# .net 2.0 windows application

    I want's to zip the file by the help of framework libraries [no third party library,no interop.Shell]Can I do that ?...

    11 answers | 131 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zip files in c#

    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 ...

    13 answers | 328 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zip Files

    Does the .NET framework provide a C# interface to compress text files in a zip file? ...

    2 answers | 85 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • ZIP File Creation Using C# and Shell32.dll

    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 ...

    5 answers | 1595 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zip and Gz Files

    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; ...

    4 answers | 899 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zeros at the beginning of source code

    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 ...

    2 answers | 3116 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • YRe: New Class. How can i made 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 ...

    5 answers | 420 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yes, System.Drawing can be made to work in a Console Application

    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....

    7 answers | 150 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSLT works in .Net 1.1 but fails in .Net 2.0

    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 ...

    8 answers | 655 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Xp/Vista style scrollbar

    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) ...

    1 answers | 719 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON ".NET Base Class Library"
MSDN DEVELOPMENT