Results for "Author: igor krupitsky"
This page lets you zoom in/out and interact with the world map. The code is based on VML (Vector Markup Language).
This program lets you encrypt and decrypt files using the Rijndael encryption algorithm.
This program will give your application the Live Update capability. It downloads and decompresses a zip file into the folder you specify. The project was inspired by two similar projects on the web: 1) Automatic Online Update Toolkit by thomasdev http://www.codeproject.com/vb/net/Automatic_Online_Update.asp 2) Microsoft Updater Application Block http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/updaterv2.asp The program uses #ziplib by Mike Krueger http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
This ASP.Net application lets you see who is logged it to your web server using Terminal Services. Make sure that to uncheck anonymous access for the page and set impersonate="true" in Web.config.
Internet Explorer provides showModalDialog to create a modal dialog. However, this function has two drawbacks: 1) It works only in Internet Explorer 2) The dialog cannot submit data to itself and opens a new window instead. This solution solves these problems by: 1) Firefox browser will open a dialog using window.open with “modal=yes” option 2) Internet Explorer submits data to a hidden IFRAME To test add WebForm1.aspx and Dialog.aspx to your VS.NET application compile it and open WebForm1.aspx
Function that returns ADO.NET DataTable from MS Excel file using Microsoft.Jet.OLEDB.4.0 Provider.
This page lets you zoom in/out and interact with the world map. The code is based on VML (Vector Markup Language).
This script mergers multiple PDF files into one. You MUST have Adobe PDF writer (http://www.adobe.com/products/acrobat/) installed on your computer. Place your PDF files in the same directory with the Merge.vbs. Double click the Merge.vbs. The script will create a "Output.pdf" file. If you want to control the ORDER in which files are merged, just drag and drop your files onto Merge.vbs; the script will place it into the end of the "Output.pdf" file.
Warn users about Session Timeout 5 minutes before it happens.
This sample application passes an ado recordset to the browser as a JavaScript array. Only changed records are uploaded. You might want to do this technique to improve performance. Please give me your feedback.
This browser can access a Microsoft Analysis Services Cube over the Internet. It requires no client side software other the Internet Explorer 5 or higher. This browser takes advantage of the XML for Analysis SDK OWC (Office Web Components), on the other hand, requires an ActiveX, OLEDB Provider for OLAP, Pivot table services and certain browser security settings. The browser allows you to build dynamic olap reports and save them. It also lets you browse Data Mining Models. For the latest version check http://www.reportportal.com/download.asp
Generate PDF files on the server without any server-side components. Based on X2PDF.NET library created by Arne Garvander. Limitations: Paragraph (TextArea) cannot exceed on page. Table cannot exceed one page. To read about PDF file specifications go to: http://partners.adobe.com/asn/tech/pdf/specifications.jsp To learn how to edit an existing PDF file go to: http://www.15seconds.com/issue/990902.htm To learn how to merge PDF file go to: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=37121&lngWId=1
Dragable DHTML Flowchart. It is using VML to create connections between boxes.
This page lets you zoom in/out and interact with the world map. The code is based on VML (Vector Markup Language).
This program lets you encrypt and decrypt files using the Rijndael encryption algorithm.
This program will give your application the Live Update capability. It downloads and decompresses a zip file into the folder you specify. The project was inspired by two similar projects on the web: 1) Automatic Online Update Toolkit by thomasdev http://www.codeproject.com/vb/net/Automatic_Online_Update.asp 2) Microsoft Updater Application Block http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/updaterv2.asp The program uses #ziplib by Mike Krueger http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
This ASP.Net application lets you see who is logged it to your web server using Terminal Services. Make sure that to uncheck anonymous access for the page and set impersonate="true" in Web.config.
Internet Explorer provides showModalDialog to create a modal dialog. However, this function has two drawbacks: 1) It works only in Internet Explorer 2) The dialog cannot submit data to itself and opens a new window instead. This solution solves these problems by: 1) Firefox browser will open a dialog using window.open with “modal=yes” option 2) Internet Explorer submits data to a hidden IFRAME To test add WebForm1.aspx and Dialog.aspx to your VS.NET application compile it and open WebForm1.aspx
Function that returns ADO.NET DataTable from MS Excel file using Microsoft.Jet.OLEDB.4.0 Provider.
This page lets you zoom in/out and interact with the world map. The code is based on VML (Vector Markup Language).