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
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"...
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
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...
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
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
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
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
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...
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
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.