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 gkittelson 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. 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

    it doesnt need any n its working fine on my machine
  3. 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"...
  4. dmsruthi

    How to link images to DLL

    Like this I am adding image resources to DLL <resources prefix="XYZ" dynamicprefix="true"> <include name="**.resx" /> <include name="**.gif" /> <include name="**.ico" /> </resources> I tested it n its working fine. Thanks
  5. dmsruthi

    How to link images to DLL

    hey I found the solution anyway thanks a lot
  6. 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
  7. dmsruthi

    memory leak

    Hello, Here in my application will write tons of information each time(5 ms), some times it exceed that capacity also(10gb). Thanks
  8. 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...
  9. dmsruthi

    Nant scripts

    Hi thanks for the reply: Ive one more probs, I ve few imagelist's in my form, I am adding some images in design time, I dont know how to add this image resources to my DLL Thanks
  10. 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
  11. dmsruthi

    treeview nodes are not refreshing

    thats a special class, forget about that e.Node.Text="SOME EXRTRA TEXT"+ e.Label; I think now u r clear :) Thanks
  12. dmsruthi

    treeview nodes are not refreshing

    hey here I am adding some extra text but its not appearing on node AbstractArea area = (AbstractArea)e.Node.Tag; e.Node.Text=" ("+ area.Count+") "+e.Label; Thanks
  13. dmsruthi

    treeview nodes are not refreshing

    I am not allowing any special characters in node text. thats different scenario, but my treeview is not refreshing, I am explicitly changing node text, but its not appearing on treeview Thanks
  14. dmsruthi

    treeview nodes are not refreshing

    Hi thanks for the quick reply, e.Node.Text=" ("+ area.Count+") "+e.Label; here I am concatinating extra text to the node, but its now showing on next here is my code. /////////////////////////////////////////////////////// private void conferenceTreeView1_AfterLabelEdit(object sender...
  15. 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
  16. dmsruthi

    Listview with imagelist problem

    Hello Kevin, if I set column width to 0, I wont be able to see the data in first colum, bcos Ive image and data in first column . Thanks
  17. 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...
  18. 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