Click here to Skip to main content
15,884,237 members
Home / Discussions / C#
   

C#

 
GeneralRe: Custom Panel THANKS! Pin
ernst wolthaus21-Jan-04 7:42
ernst wolthaus21-Jan-04 7:42 
GeneralChange listbox item index Pin
hazzem elrefai20-Jan-04 21:11
hazzem elrefai20-Jan-04 21:11 
GeneralRe: Change listbox item index Pin
hazzem elrefai20-Jan-04 21:35
hazzem elrefai20-Jan-04 21:35 
Questionhow to make fullscreen game animation ? Pin
tonaxxl20-Jan-04 20:57
tonaxxl20-Jan-04 20:57 
AnswerRe: how to make fullscreen game animation ? Pin
Mazdak20-Jan-04 22:05
Mazdak20-Jan-04 22:05 
AnswerRe: how to make fullscreen game animation ? Pin
Hauptman(n)21-Jan-04 3:43
Hauptman(n)21-Jan-04 3:43 
QuestionStart Calculator and active it again? Pin
god4k20-Jan-04 18:57
god4k20-Jan-04 18:57 
AnswerRe: Start Calculator and active it again? Pin
Kannan Kalyanaraman20-Jan-04 20:05
Kannan Kalyanaraman20-Jan-04 20:05 
I think what you want is to activate the calculator app. you have already launched through code, without launching another instance of it.
For this you need to use FindWindow api to determine whether you have the application(calc) active and then activate it by SetFocus API.
You need to pass the handle returned by FindWindow function to the SetFocus API. You need to P/Invoke for calling these two API's.

Cheers,
Kannan
GeneralToolbar button images disappear at runtime Pin
Jason Liu20-Jan-04 13:34
Jason Liu20-Jan-04 13:34 
GeneralRe: Toolbar button images disappear at runtime Pin
Anders Molin20-Jan-04 15:20
professionalAnders Molin20-Jan-04 15:20 
GeneralRe: Toolbar button images disappear at runtime Pin
Jason Liu20-Jan-04 15:51
Jason Liu20-Jan-04 15:51 
GeneralRe: Toolbar button images disappear at runtime Pin
Anders Molin20-Jan-04 15:54
professionalAnders Molin20-Jan-04 15:54 
GeneralRe: Toolbar button images disappear at runtime Pin
Jason Liu20-Jan-04 21:55
Jason Liu20-Jan-04 21:55 
QuestionHow to insert a tab into the label text? Pin
Jason Liu20-Jan-04 13:30
Jason Liu20-Jan-04 13:30 
AnswerRe: How to insert a tab into the label text? Pin
Heath Stewart21-Jan-04 4:45
protectorHeath Stewart21-Jan-04 4:45 
GeneralWeird Prob with input keys and toolbar Pin
cgcrute20-Jan-04 12:26
cgcrute20-Jan-04 12:26 
GeneralRe: Weird Prob with input keys and toolbar Pin
Heath Stewart21-Jan-04 4:37
protectorHeath Stewart21-Jan-04 4:37 
GeneralRe: Weird Prob with input keys and toolbar Pin
cgcrute21-Jan-04 4:50
cgcrute21-Jan-04 4:50 
Generalprinter Handshake Pin
Ankwa20-Jan-04 11:46
Ankwa20-Jan-04 11:46 
GeneralRe: printer Handshake Pin
Tom Larsen21-Jan-04 4:56
Tom Larsen21-Jan-04 4:56 
GeneralRe: printer Handshake Pin
Ankwa21-Jan-04 21:16
Ankwa21-Jan-04 21:16 
GeneralSecurity exception running from network Pin
cje20-Jan-04 11:19
cje20-Jan-04 11:19 
GeneralRe: Security exception running from network Pin
scadaguy20-Jan-04 11:34
scadaguy20-Jan-04 11:34 
GeneralRe: Security exception running from network Pin
cje20-Jan-04 11:42
cje20-Jan-04 11:42 
GeneralRe: Security exception running from network Pin
Heath Stewart20-Jan-04 14:58
protectorHeath Stewart20-Jan-04 14:58 

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.