User Profile

Collapse

Profile Sidebar

Collapse
nelmr
nelmr
Last Activity: Jul 7 '09, 03:32 AM
Joined: Jan 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I had a brain fart apparently. I have nothing against programmaticall y setting p.FirstName = Joe instead of the txtFirst.Text = Joe.

    Thanks for the answer though as it makes sense why PropertyChanged does not fire when I set the text. Thanks.
    See more | Go to post

    Leave a comment:


  • INotifyPropertyChanged and programmatic changes to GUI controls issue

    Okay say we have a class that implements INotifyProperty Changed and a property that has code in the setter to raise the PropertyChanged event. On the GUI side we have a text box with the code:

    txtFirst.DataBi ndings.Add("Tex t", p, "FirstName" , True) Where p is a Person object and FirstName is the property that raises the PropertyChanged event.

    It works perfectly when I programmaticall y change the object's...
    See more | Go to post

  • That is where I got the code to make the bootstrapper. When I run my clickonce program using that code I do get the EULA displayed at the beginning. However, if I click "I Accept" it just stays at the "Installing ... End User License Agreement" screen and doesn't do anything (after 10 minutes I gave up). Any ideas why?...
    See more | Go to post

    Leave a comment:


  • EULA Bootsrapper (without anything to actually install)? - C# Express08 ClickOnce

    Hey guys,

    I wanted to write a bootstrapper to display my EULA prior to installing my click once app. However, it does display it but when I press "Agree" it locks up saying it is trying to install the End User License Agreement. I guess this is because I am not actually installing anything? How does one display their EULA using the Setup.exe of the clickonce application? Here is my bootstrapper code:

    --------------------------------------------------------------------------------------------...
    See more | Go to post

  • Need help publishing c# express progam (including how to obfuscate?)

    Hey guys, I've tried and tried to find a walk thru that works. Since I am using VS C# 2008 express, i am using clickonce deployment. I am targeting the 2.0 framework as I am not using any 3.5 features.

    Here is my issue and questions:

    1) I have a c# program that I would like to publish to my website (it does NOT have front page extensions, nor do I plan to use them). Should I publish to a file path and then copy the files...
    See more | Go to post
No activity results to display
Show More
Working...