Click here to Skip to main content
16,005,162 members
Home / Discussions / C#
   

C#

 
QuestionHow to execute javascript function from BHO Pin
MAP Tiger23-Nov-08 7:42
MAP Tiger23-Nov-08 7:42 
AnswerRe: How to execute javascript function from BHO Pin
Christian Graus23-Nov-08 9:20
protectorChristian Graus23-Nov-08 9:20 
GeneralRe: How to execute javascript function from BHO Pin
MAP Tiger23-Nov-08 17:28
MAP Tiger23-Nov-08 17:28 
GeneralRe: How to execute javascript function from BHO Pin
MAP Tiger23-Nov-08 17:40
MAP Tiger23-Nov-08 17:40 
GeneralRe: How to execute javascript function from BHO Pin
Rick Kirch22-Dec-10 6:45
Rick Kirch22-Dec-10 6:45 
QuestionCross threading in class library Pin
MAP Tiger23-Nov-08 7:42
MAP Tiger23-Nov-08 7:42 
AnswerRe: Cross threading in class library Pin
Judah Gabriel Himango23-Nov-08 8:34
sponsorJudah Gabriel Himango23-Nov-08 8:34 
GeneralRe: Cross threading in class library Pin
MAP Tiger23-Nov-08 18:46
MAP Tiger23-Nov-08 18:46 
Hi
Thanks for the reply.

I actually needed it in class library which will be basically hosted as a BHO to IE. Moreover, I have solved the problem and mentioning that here so may be useful for any other person.

SongName = "Artist: " + myTrack.Artist + " - Name: " + myTrack.Name;
Thread myThread = new Thread(ChangeText);
myThread.Start();


SongName is defined on class level and ChangeText procedure do the work needed with SongName

Now the other question needs attention which is about invoking javascript function if someone can do help.

Regards,

MAP Tiger
Tiger Softwares

Software Designer and Developer
VB.NET, ASP.NET, VFP

QuestionXML DTD Vaildation Pin
Alex Grose23-Nov-08 6:53
Alex Grose23-Nov-08 6:53 
GeneralDragging the panel on the form Pin
Sokka9323-Nov-08 5:28
Sokka9323-Nov-08 5:28 
RantRe: Dragging the panel on the form Pin
Paul Conrad23-Nov-08 6:31
professionalPaul Conrad23-Nov-08 6:31 
AnswerRe: Dragging the panel on the form Pin
Sokka9323-Nov-08 6:46
Sokka9323-Nov-08 6:46 
GeneralRe: Dragging the panel on the form Pin
Paul Conrad23-Nov-08 6:48
professionalPaul Conrad23-Nov-08 6:48 
GeneralRe: Dragging the panel on the form Pin
Sokka9323-Nov-08 6:52
Sokka9323-Nov-08 6:52 
GeneralRe: Dragging the panel on the form Pin
Paul Conrad23-Nov-08 7:14
professionalPaul Conrad23-Nov-08 7:14 
GeneralRe: Dragging the panel on the form Pin
Sokka9323-Nov-08 7:49
Sokka9323-Nov-08 7:49 
JokeRe: Dragging the panel on the form Pin
Paul Conrad23-Nov-08 8:00
professionalPaul Conrad23-Nov-08 8:00 
GeneralRe: Dragging the panel on the form Pin
netJP12L23-Nov-08 10:04
netJP12L23-Nov-08 10:04 
QuestionC# - COM Port Communications Pin
See_Sharp23-Nov-08 4:36
See_Sharp23-Nov-08 4:36 
GeneralRe: C# - COM Port Communications Pin
Luc Pattyn23-Nov-08 5:34
sitebuilderLuc Pattyn23-Nov-08 5:34 
QuestionAnimateWindow API Pin
#realJSOP23-Nov-08 2:34
professional#realJSOP23-Nov-08 2:34 
AnswerRe: AnimateWindow API Pin
DaveyM6923-Nov-08 2:57
professionalDaveyM6923-Nov-08 2:57 
GeneralRe: AnimateWindow API Pin
#realJSOP23-Nov-08 3:31
professional#realJSOP23-Nov-08 3:31 
GeneralRe: AnimateWindow API Pin
DaveyM6923-Nov-08 4:26
professionalDaveyM6923-Nov-08 4:26 
GeneralRe: AnimateWindow API Pin
#realJSOP23-Nov-08 5:16
professional#realJSOP23-Nov-08 5:16 

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.