:laugh: Hi All I need a DLL for convert PDF to Image It is very urgent Sakthi
sakthi dasan
Posts
-
I need DLL or Tools For Convert PDF to Image -
crystal report export problemHi All I am using crystal Report in C# 2005 asp.net I want to export the crystal report to image (like Jpeg,Gif) Any one please help me it is very urgent :rose: Sakti
-
Rpc Server Unavailable in Excel Com ObjectThanks for ur command but i m using Excel COM Object for reading excel data so i need solution for rpc server unavailable using Excel dll Thanks Sak
-
How can I load a chm file in a form?Hi You just use c# namespace using System.Runtime.InteropServices; Process.Start("Test.Chm") so you can call anykind file using the above code and also connect to internet use these code Sak :)
-
Rpc Server Unavailable in Excel Com ObjectHello All I m facing one problem in C# Windows Application That one is RPC Server Unavailable while open excel sheet I m using excel object com object i just want to import data into SQL Database first i open the excel sheet and then read the excel finally store data into sql but Excel object throw one error RPC Server unavailable The error occur in the following code WorkBook = ExpApp.Workbooks.Open(System.Windows.Forms.Application.StartupPath + "\\Clone.xls", 0, false, 5, "", "", false, Excel.XlPlatform.xlWindows, "\t", true, false, 0, true); anybody plz help me it s very urgent Thanks in Advance :-D Sak
-
File System WatcherI use the File system Watcher in my application Public watchfolder As FileSystemWatcher watchfolder = New System.IO.FileSystemWatcher() 'this is the path we want to monitor watchfolder.Path = "c:\" these is work properly i want monitor full system watchfolder.Path =i want monitor "MyComputer" how do these any one help me:):laugh: