Development Romance
WPF and C#
Sign in
|
Join
Help
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET application plug in
asp.net download file
crossword
Excel interop
SolFinder search algorithms
SolidTube youtube client WPF
splash screen WPF
SQL compact ADO.NET
surface SDK Linq Twitter
UAC manifest
visual studio setup uninstall
web request
windows mobile SDK
WPF
WPF button template
WPF ListBox
WPF studentguru
WPF sudoku
WPF toolkit
WPF Toolkit DataGrid
WPF validation
youtube wpf
News
Navigation
Home
Blogs
Forums
Videos
Δωρεάν e-Learning
Photos
Downloads
Archives
Μάρτιος 2010 (1)
Φεβρουάριος 2010 (1)
Ιανουάριος 2010 (3)
Δεκέμβριος 2009 (3)
Νοέμβριος 2009 (5)
Οκτώβριος 2009 (4)
Σεπτέμβριος 2009 (2)
Αύγουστος 2009 (4)
Ιούλιος 2009 (2)
Ιούνιος 2009 (2)
Μάιος 2009 (2)
Απρίλιος 2009 (2)
Μάρτιος 2009 (2)
Νοέμβριος 2009 - Posts
0
Comments
WPF και Facebook + Twitter training για τους συμμετέχοντες του Imagine Cup 2010
by
solidus
Την περασμένη Παρασκευή έλαβε χώρα το training για το Windows Presentation Foundation (WPF) και χθες το training για τα Facebook και Twitter APIs. Καλή συνέχεια στους συμμετέχοντες, happy coding and may the force be with you !! Τα links με το υλικό του...
0
Comments
CSS Tips - Tip 1: IE specific css
by
solidus
Have you ever found yourself in a situation in which you want to add a css style only for IE ? If yes, today is your lucky day. Have a look at this example: #myDiv { padding-top: 10px; height: 40px; } /* css style for all browsers */ html>body #myDiv...
2
Comments
SolidTube: A new Youtube desktop client
by
solidus
Recently, i started searching for a new API to play with, hopefully i found the Youtube REST API, so i decided to create a desktop client with it. Here’s how it works: You enter a title to search: Click on the title of the video you want: And voila, you...
Filed under:
SolidTube youtube client WPF
1
Comments
WPF Youtube player user control
by
solidus
Today, i had a fine idea to create a Youtube desktop client, but first, i had to create a user control in order to embed youtube video player in a window. An example: You can download this user control from codeplex (source code available). a2a_linkname...
Filed under:
youtube wpf
0
Comments
Download file using ASP.NET
by
solidus
Well, ASP.NET gives us an upload control, but what happens when we like to download a file ? One way is to add an anchor link (<a>…</a>) pointing to a file, in this case, when users click on the link, are able to download the specified file...
Filed under:
asp.net download file