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 TouchToneTommy 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: *

  • Users: ananthrr
  • Content: Threads
  • Order by date
  1. 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...
  2. 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
  3. 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.
  4. 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...
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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