Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

Microsoft Expression Blend Newsgroups Microsoft Expression Blend Newsgroups

1 2 3
(112 threads in 3 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

Silverlight 3 And Httprequest

hi, i want to send this simple httprequest http://PC1.Domain.local:10000/Mobile/Lighting.aspx?Room=214&Action=SwitchOff" i try,try,try but it doesn work the silverlight website runs on PC...

On Wednesday, November 4th 2009 at 05:58 AM by Anonymous | 1 Reply

Styling Analog Clock For Datetime

Hi, I would like to style datetime as a editable analog clock. Step by step instructions are apriciated. I am looking for analog clock (no second hand with 4 positions 12,3,6,9) and date is displayed...

On Saturday, September 19th 2009 at 12:09 PM by Anonymous | No Replies

Running SilverLight 3 App From Expression Blend 3

I just installed the new Expression Blend 3 and SilverLight 3 RTW. After creating a simple project with a single button, I press F5 to run the program. IE opens with no content in the web page....

On Friday, July 10th 2009 at 02:34 PM by Anonymous | 1 Reply

UserControl Button

I'm new to expression blend and I'm trying to make a custom button. I've created a userControl Class project and placed a user control on the worspace. Please correct me if i'm wrong. It doesn't...

On Monday, July 6th 2009 at 03:16 AM by Anonymous | No Replies

2214 An Error Has Occurred "An Exception Was Thrown"

I'm getting the error "2214 An error has occurred" when I try to edit a style I created. Here are the steps: 1) Open App.xaml, navigate to the Resources Tab 2) Double click my style "VSRadTabItemCore...

On Wednesday, June 24th 2009 at 01:16 PM by Anonymous | 1 Reply

Path Or Ellipse... In Hyperlinkbutton (XAML , Blend : Silverlight

Hello, When I put a Path (or Ellipse, Rectangle ...) into an Hyperlinkbutton markup, the behaviour is strange : all my picture which is behind the path is considered as an hyperlinkbutton , here...

On Wednesday, June 17th 2009 at 03:32 AM by Anonymous | No Replies

Twoway Xml Data?

I am trying to link to some simple xml data... Line Backflash Rate Line test change I have tried a couple ways, but right now have this in the xaml: then...

On Friday, June 12th 2009 at 10:13 AM by Anonymous | No Replies

Events No Longer Firing In Expression Blend V2 SP1 Project

Hi, I have a Silverlight 2.0 project in Expression Blend Version 2 SP1. I have a simple text box and a button. When I click on the button, I have code that should populate the text box with a simple...

On Friday, June 5th 2009 at 03:36 PM by Anonymous | No Replies

Adding Animated Gif File?

Hi, i'm adding a gif file to blend 2 wpf application. but when i debug it, gif is not animated. it's like still image file. i try to put in mediaelement, image, scrool viewer but it is not work....

On Tuesday, May 26th 2009 at 04:36 AM by Anonymous | No Replies

Animated Gif

How can I animate a transaparent Animated GIF in WPF? Is that possible?

On Wednesday, May 13th 2009 at 12:38 AM by Anonymous | 1 Reply

Wmv Issue

I added to my project a video in wmv format. I set behavior to forever but after a few moments the video stops for no reason. Do you have any idea how to solve this problem?

On Wednesday, May 13th 2009 at 12:34 AM by Anonymous | No Replies

Customizing Workspace Themes

In Expression Blend 2 when I go to the Tools->Options I see only two themes listed. 1. Expression Dark 2. Expression Light How do I create custom workspace themes? Thanks in advance

On Sunday, May 10th 2009 at 02:25 AM by Anonymous | No Replies

Hello World Silverlight

I have attempted to recreate a HelloWorld silverlight app following documentation from the Silverlight.net home page walkthrough. I cannot make the name entered in the text box to show when the page...

On Monday, April 27th 2009 at 01:14 PM by Anonymous | No Replies

Fonts Are Ignored In Custom Controls Instances

Hi, I created a very simple UserControl (MyUserControl) that contains 3 text controls: TextBlock, Label and RichTextBox. Each of them uses different fonts (standard ones, no custom fonts). When...

On Thursday, April 23rd 2009 at 10:36 AM by Anonymous | 1 Reply

Disabled + Property Button...

Hi, I have a rectangle here. I have made it a button and I now want to add a property, however, the + Propert button in Triggers is disabled/greyed out. Anyone else encounter this the first time...

On Monday, March 23rd 2009 at 06:34 AM by Anonymous | No Replies

Expression Blend 3 Installation (What And How To Do Next?)

This dialog is driving my nutts.... I dont know if it sucks or I'm so dumb to handle it. My Expression Blend 3 CTP installations stops @ this dialog http://img208.imageshack.us/img208/9942/blend3setup...

On Sunday, March 22nd 2009 at 10:09 AM by Anonymous | No Replies

Graphic Sound Display

hello, I want to show on a canvas a graphic display of the sound that is going out from the speakers, from all aplications. please somebody give me a guide about what I need to research for, in...

On Friday, March 20th 2009 at 09:35 PM by Anonymous | No Replies

Blend 3.0 --> Supports Visual Studio Template Parameters!!!!

Great with Version 3 of Blend we can use Template Parameters!!! http://msdn.microsoft.com/en-us/library/eehb4faa(VS.80).aspx I feature I wished since Version 1.0 and tell it Unni Ravindranathan!...

On Friday, March 20th 2009 at 10:52 AM by Anonymous | No Replies

Trigers/Events Panel How Do I Get It Up

This is a dumb question but I've looked high and low and can find the "Triggers" panel. I drag a button onto the canvas and still nothing comes up. What am I missing? Is that a versional issue?...

On Friday, March 13th 2009 at 03:10 PM by Anonymous | 3 Replies

Nested Collection In A Listbox Item

I have couple classes like this (trimmed down): Public Class Item Dim ItemNo As Integer Dim ItemPrice As Decimal Dim ItemQty As Integer End Class Public Class Order...

On Monday, February 9th 2009 at 07:55 PM by Anonymous | 1 Reply

Scaling Listbox Item To Listbox, Accounting For Scrollbar

I have managed to have items in a listbox scale to fix the width of the listbox. I achieved this by creating an user control that is wrapped inside of a viewport control. Then, I bound the listbox...

On Wednesday, February 4th 2009 at 06:41 PM by Anonymous | No Replies

How Do I Constrain A Listbox To Its Parent Size?

I have a listbox inside of a canvas. How do I (a) get the listbox to size itself to its parent and (b) constrain the size of the listbox to that of its parent (that is, the canvas object)? I've...

On Wednesday, February 4th 2009 at 03:56 AM by Anonymous | 1 Reply

+Property Button Disabled

I'm trying to add a Selected action to a ListBoxItem (to change the object's background color), but the +Property button in the Triggers window is disabled. And yes, I've selected the item in the...

On Tuesday, February 3rd 2009 at 02:38 AM by Anonymous | 2 Replies

Controll Trigger From C# Code.

hello. (WPF 3.0) Can anybody give a simple example controll trigger from c#? for instance. when i click a button the trigger will be start. i know this is simple to do this in Blend but i want from...

On Sunday, January 25th 2009 at 05:13 PM by Anonymous | No Replies

BitmapEffects

I've seen tutorials and even in the help guide of Expression Blend 2 on how to apply Bitmap Effects; however, that ability has been removed from the Appearance window. I did so something about...

On Thursday, January 15th 2009 at 06:33 PM by Anonymous | 1 Reply

Image Tabs

We have a tab control that is being used as the app main interface. We would like to have images with text overlays for each of the tabs. Each tab would have three different images - one for each state...

On Thursday, January 15th 2009 at 10:18 AM by Anonymous | No Replies

Very Buggy Expression Blend?

Is anyone else seeing a large number of serious bugs in Expression Blend 2 sp1? I am developing WPF and Silverlight 2 with Visual Studio 2008 and Expression Blend 2 on Windows Server 2008 (basically...

On Wednesday, January 7th 2009 at 08:10 PM by Anonymous | 1 Reply

SWAP: Silverlight Work For Software Access

Hey everyone, I'm a start-up in the U.S. looking for a new Silverlight developer. I'm not able to pay anyone quite yet, but I can offer full MSDN access which includes Expression 2.0 via my BizSpark...

On Wednesday, January 7th 2009 at 01:34 PM by David C. | No Replies

XAP Without Visual Studio / Silverlight Toolkit?

I cannot install Silverlight 2 Toolkit because the installation says that I do not have SP 1 for Visual Studio 2008, but I do even with the correct release number. So, I would like to know if I...

On Tuesday, November 25th 2008 at 03:08 PM by Anonymous | No Replies

Using Listbox In Itemplate

Hi, I have a listbox control. I have created a ItemTemplate for this listbox which has two controls within it. 1. Toggle Button 2. Listbox Control Structure...

On Wednesday, November 19th 2008 at 04:49 AM by Anonymous | No Replies

Expander Like In Notetable

Hi until now I used WPF vor simple surfaces in C# Now I installed Expression Blend 2. There is a Sample Application Notetable. In the application is an Expander on the right side after opening...

On Thursday, November 13th 2008 at 05:32 PM by Anonymous | No Replies

Loading A Project Fails Silently & Is There Diagnostics/Logging?

I'm running Blend 2, sp1 (2.1.1760.0). When I open certain projects (or the corresponding solution) Blend, the open fails silent. It is as if I did nothing at all and Blend is just waiting. I deleting...

On Wednesday, November 12th 2008 at 12:02 PM by Anonymous | 2 Replies

Is It Possible To Create Image Using Expression Blend?

Is it possible to create image(.gif/.png/.jpg) using blend with silverlight2 beta2? If possible then help me with some code example? -- Thanks & Regards, Tanusree

On Monday, November 10th 2008 at 02:41 PM by Anonymous | No Replies

Motion Path

How to choose starter point of object? And how to choose you direction loop to right or loop to left... thx a lot

On Friday, November 7th 2008 at 01:43 PM by Anonymous | No Replies

Play Mp3 During Press A Button

...

On Friday, October 10th 2008 at 03:20 AM by Anonymous | No Replies

Is Possible To Build A Menu In Blend 2, Silverlight Site Type?

I'm new in Silverlight and I want to know the way to build a menu in Silverlight site type. I build an WPF application (.exe) and with this type it is possible. Best regards, Javier Valverde...

On Wednesday, October 8th 2008 at 10:07 AM by Anonymous | 1 Reply

Exciting User Experience (UX) Opening: Dallas/Fort Worth, TX

A global leader in the digital media space based in the Dallas/Fort Worth Metroplex =96 is currently re-architecting its core product line and is doing so on the back of Microsoft .NET 3.0/3.5 and Silverlight...

On Wednesday, October 1st 2008 at 01:03 PM by David_Parkes | No Replies

How To Display The Publish Version Number In XBAP

Hi How can I display the Publish Version Number which is automatically incremented in Visual Studio each time I am publishing a new version of my XBAP. -- Thanks in advanced Lars ;o)

On Wednesday, October 1st 2008 at 08:36 AM by Anonymous | 8 Replies

WPF Usercontrol Alt-drag

Does anyone know how to make a WPF usercontrol where you can drap new button on top of the control like the built in grid? lets say I make a usercontrol with a grid. I now add my new control to new...

On Monday, September 29th 2008 at 04:51 PM by Anonymous | No Replies

How To Extract Video Still Frames With Silverlight.

How to Extract Video Still Frames with silverlight.

On Wednesday, September 17th 2008 at 12:15 PM by Anonymous | No Replies

ComboBox Vs. Window Property - AllowsTransparency

Hi! I have created a new project in Expression Blend 2. The only thing I have added to the project is a Border and a ComboBox with three items (Window -> LayoutRoot -> Border -> ComboBox -> ComboBoxItems...

On Tuesday, September 16th 2008 at 02:51 PM by Anonymous | 7 Replies

Design Time Support For Silverlight Controls

I'm working on some Silverlight controls that throw an exception in Blend, and hence do not render usefully. I am curious to know if there is a way to manipulate the way they appear at design time...

On Tuesday, September 16th 2008 at 09:03 AM by Anonymous | No Replies

Bug: Can't Load Dialog If Project Uses Non-standard Output Folder

If a solution is created in Visual Studio, and the projects in the solution have an output path other than the the standard bin\Debug (as is often the case, for example, in projects that use System...

On Tuesday, September 16th 2008 at 12:27 AM by Anonymous | No Replies

DatatBinding

Here is the problem. I want to have a single data source in code behind which can be referenced by multiple controls throughout the application. The key is that I want them all using the same instance...

On Thursday, September 11th 2008 at 03:51 PM by Anonymous | 2 Replies

Proportional Resizing, Brennon Williams

Hi, Im new to Blend and have picked up Brennon Williams book Unleashed. In chapter 8 (gel button) we create a custom button however it does not resize proportionally after being built. I am trying...

On Thursday, September 4th 2008 at 02:46 PM by Anonymous | No Replies

Proportional Scaling When Resizing, Brennon Willaims

Hi, Im learning Blend using Brennon Williams Unleashed and im trying to figure out how to set the properties of a control with multiple layers (Gel Button, Chap 8) to resize proportionally when...

On Thursday, September 4th 2008 at 02:43 PM by Anonymous | No Replies

Wrapped WindowsFormsHost An Blend

Hi I wrapped a WinForms Control in a UserControl: This to make it possible our Designers do set the ControlsProperties of the WinFormsControl inside Blend. Works great....

On Tuesday, September 2nd 2008 at 06:25 AM by Anonymous | No Replies

Video Shelf(sample Project) - Videos Are Not Playing In Windows XP

I used one of the sample WPF project named as Video Shelf which was provided by Microsoft wih the Expression Blend 2.5. When I run that project in Windows Vista, the project is running without any...

On Monday, September 1st 2008 at 11:24 AM by Anonymous | 4 Replies

3d Button

Hi, I would like to build a button which is normally flat, but pops up when the mouse hovers over it. Any suggestion?

On Friday, August 29th 2008 at 12:00 PM by Anonymous | 1 Reply

Opacity Mask

I'm having some difficulty with applying a (sort of complicated) opacity mask. I'll use an oversimplified example here to reduce complexity. First some foundation: Assume a simple Grid with a...

On Wednesday, August 27th 2008 at 12:40 PM by Anonymous | No Replies
1 2 3
(112 threads in 3 pages)
Sponsors
Discover Geekpedia

Other Resources