can you please tell me how to remove default windows step by step in expression blend 4 seriously i need ur help please how did u did it. plss and thanks in advence
@222phobos Yes you can edit the C# code in expression blend....but I dont think the syntax errors are detected while typing and the autocompletion feature ("intellesense" as microsoft calls it) is also not available. Even while debugging your code, it is easier to identify exactly where exceptios are thrown in Visual Studio. So I prefer writing the code behind with visual studio IDE. Also expression blend focusses more on creating advanced UI and animation effects rather than the code.
@swc20 Yep!...you can use any of the languages available in visual studio...while you are creating a new project in expression blend just select "Visual Basic" as the lenguage in the new project window. Then you can use VB for the code behind.
In expression blend, open your project and double-click "window" inside the "Objects and Timeline" category in the interaction window. Inside the properties window check "AllowsTransparency" checkbox in the Appearance category.
Make sure that inside "Brushes" category of the property window background and BorderBrush are set to "No Brush".
@JaimeR0M0 to allow your user to drag the window add a function for the "MouseLeftButtonDown" event for the background rectangle object...inside the function just call "DragMove();" its an inbuilt method...thats it.......and btw sorry for the late reply!
can you please tell me how to remove default windows step by step in expression blend 4 seriously i need ur help please how did u did it. plss and thanks in advence
lalitrai216 3 weeks ago
Awesome :) , I Loved WPF Because Of This Video :)
EslaMx7 2 months ago
Nice tutorial :)
DishwashersGuitar 3 months ago
Is there no way to build standard looking Windows apps with Expression Blend?
utubesqueeze 3 months ago in playlist Expression Blend
I can't see a damn thing
crimsloch 3 months ago
Am I the only one that cant read any of the type in the video? This is useless.
JohnnyBoyCali 3 months ago 2
I thought it was mandatory to have aero for WPF !!! but I realized it's also for XP. Thanks so much!
tenacious1884 4 months ago
I can't figure out the code to change the textblock text. I do VB but I'm just starting this today.
sorry for being so new haha
SIKZONER 9 months ago in playlist C#
@SIKZONER Try usingthis statement in VB : YourTextBlock.Text="content of the text block"
...............works in a similar way in C#. :)
omkardc 9 months ago
hello bro, nice video
can i ask you a question
is it true that i cant edit c# code in expression blend?
222phobos 11 months ago
@222phobos Yes you can edit the C# code in expression blend....but I dont think the syntax errors are detected while typing and the autocompletion feature ("intellesense" as microsoft calls it) is also not available. Even while debugging your code, it is easier to identify exactly where exceptios are thrown in Visual Studio. So I prefer writing the code behind with visual studio IDE. Also expression blend focusses more on creating advanced UI and animation effects rather than the code.
omkardc 11 months ago
@omkardc thank you very much buddy
222phobos 11 months ago
nice video
goldenpanther100 1 year ago
Nice song also! Nice video!
jcmilasch 1 year ago
Comment removed
AnewBANDareHERE 1 year ago
Can I use Microsoft Expression Blend and VB (Visual Baisc) instead for C#?
swc20 1 year ago
@swc20 Yep!...you can use any of the languages available in visual studio...while you are creating a new project in expression blend just select "Visual Basic" as the lenguage in the new project window. Then you can use VB for the code behind.
omkardc 1 year ago
Nice video!
how do you remove the default window?
kiranvr1 1 year ago
@kiranvr1
In expression blend, open your project and double-click "window" inside the "Objects and Timeline" category in the interaction window. Inside the properties window check "AllowsTransparency" checkbox in the Appearance category.
Make sure that inside "Brushes" category of the property window background and BorderBrush are set to "No Brush".
omkardc 1 year ago
@omkardc ,
. I was struggling at this part.
It works for me now.Thanks a lot
kiranvr1 1 year ago
Comment removed
kiranvr1 1 year ago
Expression Studio is awsome tool, THANKS for Video!
gioperc 2 years ago
Great video. Very nice way to create the "HelloWorld!" for Expression Blend.
Just music and all so clear.
I want to see more.
Thank you
pbotas 2 years ago
Great question by JaimeR0M0...
Is there any way to move the window in execution time?
olavodias 2 years ago
What if i want to move that window in execution time?
JaimeR0M0 2 years ago 2
@JaimeR0M0 to allow your user to drag the window add a function for the "MouseLeftButtonDown" event for the background rectangle object...inside the function just call "DragMove();" its an inbuilt method...thats it.......and btw sorry for the late reply!
omkardc 2 years ago