Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi There,

I have designed a simple wpf application using expression blend 3, also i am using vb to control its function, like buttons and text boxes etc. And what i am doing is just copying the XAML code from blend 3 and pasteing it to the wpf application of vb 2008, but this method is not working, i think because some of the options are not available in wpf application of vb 2008. I am doing this because in blend 3 many of vb option are not available like timer etc.
SO my question is that is there any way to connect or link the gui of wpf with the vb code from vb 2008. Looking forward for your responses.


Sadiq
Posted

1 solution

You can do this by:



  1. Open Blend;
  2. Create a new WPF Project;
  3. Change the lenguage (default is c#) to Visual Basic;
  4. Click OK;
  5. Right click the Project in the Project tab;
  6. Select "Edit in Visual Studio" (seccond option on the context menu);
  7. Edit code in Visual Studio/ Edit XAML in Expression Blend.

Done


Hope this aids you


All best


Raul

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900