User Profile

Collapse

Profile Sidebar

Collapse
lttan123
lttan123
Last Activity: Nov 29 '08, 05:47 AM
Joined: Oct 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lttan123
    started a topic access component of a usercontrol
    in .NET

    access component of a usercontrol

    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?...
    See more | Go to post

  • lttan123
    replied to Running wpf in windows xp
    in .NET
    Well .net 3.5 is installed.
    It freezes with a message
    something like Application stopped working....
    See more | Go to post

    Leave a comment:


  • lttan123
    replied to Database connection
    in .NET
    basically the connection is still open and will eat up system resources which will eventually slow down your system.
    See more | Go to post

    Leave a comment:


  • lttan123
    started a topic Running wpf in windows xp
    in .NET

    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?
    See more | Go to post

  • lttan123
    replied to assign value to combobox
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • lttan123
    started a topic assign value to combobox
    in .NET

    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'
    See more | Go to post

  • lttan123
    replied to merge two xml file of the same structure
    in .NET
    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>...
    See more | Go to post

    Leave a comment:


  • lttan123
    started a topic merge two xml file of the same structure
    in .NET

    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>
    ...
    See more | Go to post

  • lttan123
    started a topic Bundling .netframework in a setup file
    in .NET

    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...
    See more | Go to post

  • lttan123
    replied to checking for .net framework 3.5
    in .NET
    I mean doing it programatically from vb.net for example.
    See more | Go to post

    Leave a comment:


  • lttan123
    started a topic checking for .net framework 3.5
    in .NET

    checking for .net framework 3.5

    How to detect whether the machine have .Net Framework 3.5 install
    from framework 2.0
    See more | Go to post
No activity results to display
Show More
Working...