Click here to Skip to main content
15,881,559 members
Home / Discussions / C#
   

C#

 
QuestionTimer problem in UserControl Pin
Xmen Real 14-Dec-08 23:34
professional Xmen Real 14-Dec-08 23:34 
AnswerRe: Timer problem in UserControl Pin
#realJSOP14-Dec-08 23:47
mve#realJSOP14-Dec-08 23:47 
GeneralRe: Timer problem in UserControl Pin
Xmen Real 15-Dec-08 1:36
professional Xmen Real 15-Dec-08 1:36 
QuestionRename Taskbar Window Titles Pin
C470214-Dec-08 23:16
C470214-Dec-08 23:16 
AnswerRe: Rename Taskbar Window Titles Pin
Tom Deketelaere14-Dec-08 23:33
professionalTom Deketelaere14-Dec-08 23:33 
GeneralRe: Rename Taskbar Window Titles Pin
C470214-Dec-08 23:46
C470214-Dec-08 23:46 
GeneralRe: Rename Taskbar Window Titles Pin
Tom Deketelaere15-Dec-08 0:04
professionalTom Deketelaere15-Dec-08 0:04 
GeneralRe: Rename Taskbar Window Titles Pin
Luc Pattyn15-Dec-08 0:11
sitebuilderLuc Pattyn15-Dec-08 0:11 
Gi,

this is what I would try:
1. find the window handle of the main window you want to change; do this by enumerating all visible windows, all processes, or whatever seems most appropriate;
2. then call SetWindowText[^]

Both actions will require the use of P/Invoke.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


AnswerRe: Rename Taskbar Window Titles Pin
Kristian Sixhøj15-Dec-08 0:12
Kristian Sixhøj15-Dec-08 0:12 
QuestionISAPI Pin
m-khansari14-Dec-08 23:09
m-khansari14-Dec-08 23:09 
AnswerRe: ISAPI Pin
Dave Kreskowiak15-Dec-08 4:12
mveDave Kreskowiak15-Dec-08 4:12 
QuestionADOX problem Pin
Sabry190514-Dec-08 23:03
Sabry190514-Dec-08 23:03 
GeneralRe: ADOX problem Pin
selcuks15-Dec-08 2:41
selcuks15-Dec-08 2:41 
QuestionDate Pin
ellllllllie14-Dec-08 21:46
ellllllllie14-Dec-08 21:46 
AnswerRe: Date Pin
Christian Graus14-Dec-08 21:59
protectorChristian Graus14-Dec-08 21:59 
GeneralRe: Date Pin
Luc Pattyn15-Dec-08 0:18
sitebuilderLuc Pattyn15-Dec-08 0:18 
QuestionCALLING AN EXE FROM C# CODE Pin
vnr14-Dec-08 20:24
vnr14-Dec-08 20:24 
AnswerRe: CALLING AN EXE FROM C# CODE Pin
Lev Danielyan14-Dec-08 20:30
Lev Danielyan14-Dec-08 20:30 
AnswerRe: CALLING AN EXE FROM C# CODE Pin
Christian Graus14-Dec-08 20:52
protectorChristian Graus14-Dec-08 20:52 
AnswerRe: CALLING AN EXE FROM C# CODE Pin
KarstenK14-Dec-08 20:59
mveKarstenK14-Dec-08 20:59 
QuestionNetworking Pin
yesu prakash14-Dec-08 17:58
yesu prakash14-Dec-08 17:58 
AnswerRe: Networking Pin
Christian Graus14-Dec-08 18:09
protectorChristian Graus14-Dec-08 18:09 
GeneralRe: Networking Pin
yesu prakash14-Dec-08 18:19
yesu prakash14-Dec-08 18:19 
GeneralRe: Networking Pin
Christian Graus14-Dec-08 19:26
protectorChristian Graus14-Dec-08 19:26 
GeneralRe: Networking Pin
yesu prakash14-Dec-08 22:02
yesu prakash14-Dec-08 22:02 

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.