Hello,
Anybody know the way to convert the .doc file to .pdf file in C# without using any tool .
Thanks in Advance
Vel...
User Profile
Collapse
-
Converting .doc file to .pdf file format in C#
-
i am also having the same problem..
can anybody solve this problem to make a pdf file.... -
-
regex Expression
hi, i am new to .Net. can any one say how to validate numeric and string alone.
I used [0-9] for numeric and [a-zA-Z] for string . Pls mail me @
removed mail id -
object ref not set error
hi i am new to timer. This is me code. can anyone help me?
[CODE]
class Class1
{
static Timer myTimer;
public Class1()
{
myTimer = new Timer();
}
public static void Main()
{
myTimer.Elapsed += new ElapsedEventHan dler( add );
myTimer.Interva l = 1000;
myTimer.Start() ;
while ( Console.Read() != 'q' )... -
How to Monitor the Services in local host.
Hi,
How to monitor the local system services for each time interval using C#. I have to check whether the services are running properly or not. if any failur occurs i have to send a mail. Pls help me to complete the task..... -
Oh! Thanks for your Help....
and I tried that too...
but i not coming...Anyway
I completed that task........Leave a comment:
-
thanks for your reply.
Ya, I tried it.
I need the Output in the following format.This is the cmd prompt output.
---------------------------------------------------------------
C:\Documents and Settings\udhaya .k>dir
Volume in drive C has no label.
Volume Serial Number is A421-E76F
Directory of C:\Documents and Settings\udhaya .k
11/22/2006 12:04 PM...Leave a comment:
-
thanks for your reply.
Ya, I tried it.
I need the Output in the following format.
---------------------------------------------------------------
C:\Documents and Settings\udhaya .k>dir
Volume in drive C has no label.
Volume Serial Number is A421-E76F
Directory of C:\Documents and Settings\udhaya .k
11/22/2006 12:04 PM <DIR> ....Leave a comment:
-
Hi,
when we use dir,ipconfig command the outputs are in multi line. Is it ?
i have to align that output as it showing in command prompt.Leave a comment:
-
Thanks for your reply.
The output should be appear as same that of command prompt window output(line by line). eg:1) First Line......
2)Second Line.......and so on
Now it prints
as shown below.
eg: 1)First Line......2)Sec ond Line.......3) and so on...
it use the full length of the output screen.after that only it comes to 2nd line.....Leave a comment:
-
Alignment of command prompt output of remote server
Hi,
My program is access the remote system's command prompt through C# program. I can do it. But problem is alignment of that output.
can any one give idea to align that output ?.
here is my code........... ...........
try
{
SshShell ssh1 = new SshShell(host,u ser,pass);
SshStream ssh...
No activity results to display
Show More
Leave a comment: