Click here to Skip to main content
15,885,546 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Custom Combobox Control Issue - Please Help! Pin
Pete O'Hanlon16-May-12 1:33
mvePete O'Hanlon16-May-12 1:33 
GeneralRe: WPF Custom Combobox Control Issue - Please Help! Pin
Adam_Dev20-May-12 21:38
Adam_Dev20-May-12 21:38 
Questionsingle line animation in wpf Pin
Member 859146215-May-12 19:18
Member 859146215-May-12 19:18 
QuestionShellExecute in WPF Pin
pix_programmer14-May-12 3:21
pix_programmer14-May-12 3:21 
AnswerRe: ShellExecute in WPF Pin
Pete O'Hanlon14-May-12 3:27
mvePete O'Hanlon14-May-12 3:27 
GeneralRe: ShellExecute in WPF Pin
pix_programmer14-May-12 3:35
pix_programmer14-May-12 3:35 
GeneralRe: ShellExecute in WPF Pin
Pete O'Hanlon14-May-12 4:08
mvePete O'Hanlon14-May-12 4:08 
GeneralRe: ShellExecute in WPF Pin
pix_programmer14-May-12 18:41
pix_programmer14-May-12 18:41 
Hi!
I've to change the state of the application to minimized before opening the URL.
I'm using this code.

<pre lang="c#">
#if WINDOWS
this.WindowState = WindowState.Minimized;
#endif
</pre>

But it shows the following error:

The name 'WindowState' does not exist in the current context

How to minimze the application before opening the URL?
GeneralRe: ShellExecute in WPF Pin
Richard MacCutchan14-May-12 21:45
mveRichard MacCutchan14-May-12 21:45 
GeneralRe: ShellExecute in WPF Pin
Pete O'Hanlon14-May-12 21:56
mvePete O'Hanlon14-May-12 21:56 
GeneralRe: ShellExecute in WPF Pin
Richard MacCutchan14-May-12 22:29
mveRichard MacCutchan14-May-12 22:29 
GeneralRe: ShellExecute in WPF Pin
Pete O'Hanlon14-May-12 21:55
mvePete O'Hanlon14-May-12 21:55 
QuestionSilverlight project publish Pin
yesu prakash14-May-12 1:35
yesu prakash14-May-12 1:35 
AnswerRe: Silverlight project publish Pin
ManojKumar1914-May-12 3:55
ManojKumar1914-May-12 3:55 
Questionemulator wp7 Pin
heba abu ghaleih22 13-May-12 23:34
heba abu ghaleih22 13-May-12 23:34 
AnswerRe: emulator wp7 Pin
Pete O'Hanlon14-May-12 0:13
mvePete O'Hanlon14-May-12 0:13 
GeneralRe: emulator wp7 Pin
heba abu ghaleih22 14-May-12 9:39
heba abu ghaleih22 14-May-12 9:39 
Questionpassing data betwen tabitem and datagrid Pin
MemberDotNetting12-May-12 22:09
MemberDotNetting12-May-12 22:09 
AnswerRe: passing data betwen tabitem and datagrid Pin
Pete O'Hanlon13-May-12 1:52
mvePete O'Hanlon13-May-12 1:52 
GeneralRe: passing data betwen tabitem and datagrid Pin
MemberDotNetting13-May-12 7:50
MemberDotNetting13-May-12 7:50 
GeneralRe: passing data betwen tabitem and datagrid Pin
Pete O'Hanlon13-May-12 9:12
mvePete O'Hanlon13-May-12 9:12 
QuestionSQL query = How to get database table name only in to datagrid Pin
LAPEC9-May-12 12:48
LAPEC9-May-12 12:48 
AnswerRe: SQL query = How to get database table name only in to datagrid Pin
Mycroft Holmes9-May-12 14:24
professionalMycroft Holmes9-May-12 14:24 
GeneralRe: SQL query = How to get database table name only in to datagrid Pin
LAPEC10-May-12 0:21
LAPEC10-May-12 0:21 
GeneralRe: SQL query = How to get database table name only in to datagrid Pin
Pete O'Hanlon10-May-12 0:41
mvePete O'Hanlon10-May-12 0:41 

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.