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 dencom 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: dmsruthi
  • Content: Threads
  • Order by date
  1. dmsruthi

    is there anyway to close all opened windows(not MDI)

    Hi All, Ive windows application(C#),in that i've one main window n from that window I can open multiple windows, when I get any network or fatal error I need to close all opened windows other than main window, is there any way to do this Note: not using MDI Thanks
  2. dmsruthi

    Object doesn't support this property or method

    Hi All, I am trying to call .cab file which has DLL in side, from Javascript, on the same machine I am able to run it, but if I try from different machine its giving "Object doesn't support this property or method" <OBJECT ID="WordApp1" name="WordApp1"...
  3. dmsruthi

    How to link images to DLL

    Hi, Ive an windows application and Ive lot of images, I am using Nant Build scripts to create DLL, but I dont know How to link Images to DLL. Thanks
  4. dmsruthi

    memory leak

    Hi, am working on C# Windows application, I call TraceListener.writeline method every 5 milli seconds, if I start my application its stopping after 6 hours or so, wht I am thinking is , it could be the problem with memory leak, bcos its creating logs with the size of 10 gb. is there any way...
  5. dmsruthi

    Nant scripts

    Hi All, I am really new to Nant scripts, I have created DLL(C# class library) which has some windows forms and lots of images. I dont know how to link resources to DLL, I would appreciate if anyone post the solution. Thanks
  6. dmsruthi

    treeview nodes are not refreshing

    Hi, am working on TreeView, I edited node text and I am concatinating some text to edited text, but its not reflecting on treeview i.e treeview is not refreshing. I am concatinating text in afterlabeledit event. I would appreciated if anyone post the solution Thanks
  7. dmsruthi

    having problems with imagelist and listview

    Hi All, I am working with listview and imagelist, and I am able to populate listview with images and data,but in one situatation I need to remove all images from the listview, when I remove images from the listview I want to make textalignment to left, in my code even if I remove images I was...
  8. dmsruthi

    missing window forms tab from standard toolbox

    Hi, I am having weird problem, I was not able see Windows forms tab in toolbox, I was able to see rest of the tabs like web, mobile web, crystal reports, do I need to check any reference in order to see that tab. Thanks Sruthi

Part and Inventory Search

Back
Top