i have two user control. one user will dynamically assign value to the control of the other. some components are already created in the dynamically created. however i cant access to that control.
The same way works perfectly in VB however it is not working in c sharp. anything i am missing out?...
User Profile
Collapse
-
access component of a usercontrol
-
Well .net 3.5 is installed.
It freezes with a message
something like Application stopped working.... -
basically the connection is still open and will eat up system resources which will eventually slow down your system.Leave a comment:
-
Running wpf in windows xp
I have built a project using windows vista with visual studio 8.
it runs perfectly. even after creating the setup and deployment it works fine.
However when i try to put it in windows xp. it just freezes and wont even run.
even i copied the whole debug folder it still wont work.
Any one have any idea to help? -
nope. Well i want a displayed in my combobox. But i also want to assign a value to a . for instance 1.
so when i click on 'a' the value is 1...Leave a comment:
-
assign value to combobox
hi there
i am having some difficulties to bind value to combobox in windows application.
combo.Items.Add (new List("a","b"))
I have created a class.
The value is there but what is displayed is the class name. How should i display a value from he value i have keyed in. For instance i want to display 'a' -
File 1
<Contents version="0.8">
<Tag name="WPF">
<Children>
<Tag name="Visual Basic">
<Children></Children>
<Links>
<link source="http://www.yahoo.com" title="YAHOO"></link>
<link source="http://www.google.com" title="GOOGLE"> </link>...Leave a comment:
-
merge two xml file of the same structure
I have two xml files with the same structure
file1
<Topic>
<Child>
<wpf>
<Child>
<learn>
<Child>
</Child>
<Link>
<url>http://1.com</url>
</Link>
</learn>
<animation>
... -
Bundling .netframework in a setup file
Bundling framework in a setup file
Hi there,
hope someone can help me out in this.
i am creating an application to check if .net framework 3.5 is installed. If not installed i will automatacilly run an executable file.
the problem:
1.now i have .net framework 3.5 how do i execute it from the program
2.even if i have it working in the VS environment. When i bundle the setup... -
-
checking for .net framework 3.5
How to detect whether the machine have .Net Framework 3.5 install
from framework 2.0
No activity results to display
Show More
Leave a comment: