Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ananthrr

    Printing the screen in standard HTML format.

    There is already a process that packs all the data in the page into XML and produces a PDF. But i think this is a long process. So i was just wondering, it would be easy if i could just save the page as html and print it whenever.
  2. ananthrr

    Printing the screen in standard HTML format.

    Hello all, I need some help regarding printing a page in HTML standard format and also copying the HTML, that can be optained by view source option, into a file with .htm extension. Basically what am trying to do is much like "printscreen" but i also need to store the asp page as html file...
  3. ananthrr

    Disabled field's value is reading as null in ASP

    The disabled field's value is reading as null in the next page. Please advice. Cheers, Ananth
  4. ananthrr

    Is It possible to creat a DLL file in c#

    Hello Chiph, I figured out how to zip a file, but i ve got problem again. I used the Gzipstream class to creat a zip file but, the problem is i cannot zip more than one file. Stuck again! Can you suggest any idea please. Hope am not bothering you.
  5. ananthrr

    Is It possible to creat a DLL file in c#

    Thank you chiph. I ve done the "receive the file" stuff. Now i have to work on the creation of zip file and uncompress part. Thank you once again for the help. And one last thing, do you advice any article on how to create a zip file......
  6. ananthrr

    Is It possible to creat a DLL file in c#

    Thanks for the advice chiph, but i think thats too technical for me, i guess i have to learn alot of stuff. i am not trying to solve any business problem, i am still learning c#.net and i tried to create an automatic update service program, similar to the windows update service, that can...
  7. ananthrr

    Is It possible to creat a DLL file in c#

    Sorry chipH, I am still a beginner. I should have used the word embed rather than compress. I think you answered to my previous question. If you can help on this topic....please. i need to embed the files in a dll file during runtime, using c#.net. I found to do this in C# command line...
  8. ananthrr

    Is It possible to creat a DLL file in c#

    Hello guys, I want to know, is it possible to read a file folder and compress the files found in them into a DLL file in C#. If possible, someone please give the article or weblink link related to this topic.
  9. ananthrr

    Help on DLL packageing please....

    Hello guys, could someone tell me how to package few files into a dll file, i figured it out how to do it in the command line, for example, the command below uses the command line compiler, csc /res:Code.dll /res:Bitmap.gif /res:Data.xml /out:Update2.dll /t:library this command packages...
  10. ananthrr

    Help please on messages

    Chip, i am trying to write a module , that i similar to the windows automatic update.
  11. ananthrr

    Help please on messages

    Thank you very much GURU. it was just what i wanted.
  12. ananthrr

    Help please on messages

    Hello guys, Could some one tell, about the message that appears when an automatic update in windows is done (wat i mean is that i need to know the name of that message that appears in the taskbar along the other icons) Can someone help on how to use them in a code. Thanks in advace. Regards...
  13. ananthrr

    Help on Client detection in a Wi-Fi or LAN

    Hello guys, I need some help again. The application that i am working on run on a mobile device. i ve successfully developed a code in C#(to some extent) to download updates for the application from the server using IIS. What i want to know is, how to detect the client(My mobile device) in the...
  14. ananthrr

    Help wiht threads

    Hello, I am a new user of C#, and i need some articles or example code that could explain what exactly happens with threads and how to use them. Thanks in advance.
  15. ananthrr

    COM interop

    Hello guys, Can someone please help me out with, using COM interop in C#. Actually i am working on an application that uses BITS feature in windows. So can someone provide me with link, where i can learn more about COM interop and how to use them to access the BITS features. Thanks in advance...
  16. ananthrr

    Help with XML.

    Hello guys, I am a C# beginner, and i am writing a program to read a xml file . till now what i have done is read the file using xmltextreader in a form and displayed particular element in a listview. i am stuck with a situation. couls some tell me how to access the elements in a xml file...

Part and Inventory Search

Back
Top