Click here to Skip to main content
16,010,392 members

Comments by Ubloobok (Top 6 by date)

Ubloobok 12-Oct-11 7:23am View    
Deleted
Reason for my vote of 5
Useful, i think about the same idea.
Ubloobok 17-Jun-11 3:12am View    
So, i think exists two ways:
1) Convert dll's into binaries stream, save it one EXE file, invoke it from concrete byte position. It's a very hard and long way, sorry i don't know how you can do this.
2) Try to get more knowledge about MSI Installer. It has many parameters and customization properties. MSI can check existing concrete Framework version and other programms. As i know MSI can invoke other DLL's and EXE files. But then you not merge files into one.
Ubloobok 16-Jun-11 10:42am View    
Sorry, i thought about the WPF.
Ubloobok 16-Jun-11 10:33am View    
You can set:

NavigationWindow.ShowsNavigationUI = false.
Window.WindowStyle = WindowStyle.None;

Will display only the content without the navigation buttons at the top.
Are you looking for this?
Ubloobok 16-Jun-11 10:01am View    
If you about the control template:
RadioButton is two or more controls. Main parts are:
1) Some UIControl which displays that button has been ckecked (clicked).
2) ContentPresenter which displays content.


You may see on the MSDN inheritance hierarchy for more understanding:
http://msdn.microsoft.com/en-us/library/system.windows.controls.radiobutton.aspx