Click here to Skip to main content
15,921,646 members
Home / Discussions / WPF
   

WPF

 
Questiondrag and drop question Pin
Member 2898335-Aug-08 7:12
Member 2898335-Aug-08 7:12 
AnswerRe: drag and drop question Pin
MIHAI_MTZ5-Aug-08 21:42
MIHAI_MTZ5-Aug-08 21:42 
GeneralRe: drag and drop question Pin
Member 2898336-Aug-08 6:02
Member 2898336-Aug-08 6:02 
QuestionRetrieve content of a Cell in WPF Grid Pin
ezazazel4-Aug-08 23:55
ezazazel4-Aug-08 23:55 
AnswerRe: Retrieve content of a Cell in WPF Grid Pin
MIHAI_MTZ5-Aug-08 2:09
MIHAI_MTZ5-Aug-08 2:09 
GeneralRe: Retrieve content of a Cell in WPF Grid Pin
ezazazel5-Aug-08 10:19
ezazazel5-Aug-08 10:19 
GeneralRe: Retrieve content of a Cell in WPF Grid Pin
MIHAI_MTZ5-Aug-08 21:46
MIHAI_MTZ5-Aug-08 21:46 
QuestionWPF Icon [modified] Pin
DocMod4-Aug-08 18:40
DocMod4-Aug-08 18:40 
Hi all, I am creating an app with WPF. In this app when a child window is opened the main window minimizes and show a NotifyIcon. This I have working, however my problem is that in VS 2008 I use the absolute path for the notifyicon (i.e. c:\\Documents and....myicon.ico), which is he only way that works (I am doing the is VB not xaml) but when the app is published and installed on anther computer, I get the cnt find part of the path exception. So I used the pack syntax (pack://application:,,,/Resources/myicon.ico. This way throws exceptions in VS 2008 debug and the published/installed version (the exception is "The given path's format is not supported"). Can somebody tell me what I am doing wrong. The same icon file is being used for the Application icon as well as the Window icon and those work. It is just the System.Drawig.icon that wont work.

nIcon.Icon = New Icon("pack://application:,,/Resources/myIcon.ico")

Regards

modified on Tuesday, August 5, 2008 10:47 AM

AnswerRe: WPF Icon Pin
DocMod6-Aug-08 6:45
DocMod6-Aug-08 6:45 
QuestionDataTemplate "library" Pin
Spaz803-Aug-08 21:32
Spaz803-Aug-08 21:32 
AnswerRe: DataTemplate "library" Pin
Gideon Engelberth4-Aug-08 3:13
Gideon Engelberth4-Aug-08 3:13 
AnswerRe: DataTemplate "library" Pin
Jammer5-Aug-08 2:42
Jammer5-Aug-08 2:42 
QuestionMake A Storyboard Reverse Pin
BlitzPackage3-Aug-08 10:11
BlitzPackage3-Aug-08 10:11 
AnswerRe: Make A Storyboard Reverse Pin
Pete O'Hanlon3-Aug-08 11:08
mvePete O'Hanlon3-Aug-08 11:08 
Questionsilverlight-InitializeComponent Pin
r aa j1-Aug-08 1:50
r aa j1-Aug-08 1:50 
AnswerRe: silverlight-InitializeComponent Pin
Michael Sync3-Aug-08 21:13
Michael Sync3-Aug-08 21:13 
Questiongetting HttpWebRequest Pin
r aa j30-Jul-08 21:30
r aa j30-Jul-08 21:30 
AnswerRe: getting HttpWebRequest Pin
Michael Sync31-Jul-08 16:45
Michael Sync31-Jul-08 16:45 
GeneralRe: getting HttpWebRequest Pin
r aa j31-Jul-08 21:05
r aa j31-Jul-08 21:05 
GeneralRe: getting HttpWebRequest Pin
Michael Sync31-Jul-08 22:42
Michael Sync31-Jul-08 22:42 
GeneralRe: getting HttpWebRequest Pin
r aa j31-Jul-08 22:52
r aa j31-Jul-08 22:52 
GeneralRe: getting HttpWebRequest Pin
Michael Sync31-Jul-08 23:00
Michael Sync31-Jul-08 23:00 
GeneralRe: getting HttpWebRequest Pin
r aa j1-Aug-08 1:25
r aa j1-Aug-08 1:25 
GeneralRe: getting HttpWebRequest Pin
r aa j1-Aug-08 1:42
r aa j1-Aug-08 1:42 
QuestionFlippable 3D List Items in WPF Pin
sumeetneo29-Jul-08 4:27
sumeetneo29-Jul-08 4:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.