Click here to Skip to main content
16,011,428 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Anyone know about posting bot? [modified] Pin
syhs8924-Nov-08 4:17
syhs8924-Nov-08 4:17 
QuestionText rendered into Image question Pin
JJeffrey23-Nov-08 16:59
JJeffrey23-Nov-08 16:59 
AnswerRe: Text rendered into Image question Pin
Dave Kreskowiak24-Nov-08 2:06
mveDave Kreskowiak24-Nov-08 2:06 
QuestionIE Automation meet alert message [modified] Pin
simmons23-Nov-08 15:44
simmons23-Nov-08 15:44 
QuestionCross threading in class library Pin
MAP Tiger23-Nov-08 7:39
MAP Tiger23-Nov-08 7:39 
AnswerRe: Cross threading in class library Pin
Christian Graus23-Nov-08 9:22
protectorChristian Graus23-Nov-08 9:22 
GeneralRe: Cross threading in class library Pin
MAP Tiger23-Nov-08 17:34
MAP Tiger23-Nov-08 17: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
Dim myThread As 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

QuestionREAD TEXT FILE LINE BY LINE AND STORE ALL LINES IN ARRAY...(is a good idea?) Pin
sal2123-Nov-08 6:12
sal2123-Nov-08 6:12 
AnswerRe: READ TEXT FILE LINE BY LINE AND STORE ALL LINES IN ARRAY...(is a good idea?) Pin
Paul Conrad23-Nov-08 6:34
professionalPaul Conrad23-Nov-08 6:34 
GeneralRe: READ TEXT FILE LINE BY LINE AND STORE ALL LINES IN ARRAY...(is a good idea?) Pin
sal2123-Nov-08 7:29
sal2123-Nov-08 7:29 
GeneralRe: READ TEXT FILE LINE BY LINE AND STORE ALL LINES IN ARRAY...(is a good idea?) Pin
Guffa23-Nov-08 13:26
Guffa23-Nov-08 13:26 
GeneralRe: READ TEXT FILE LINE BY LINE AND STORE ALL LINES IN ARRAY...(is a good idea?) Pin
Paul Conrad24-Nov-08 5:59
professionalPaul Conrad24-Nov-08 5:59 
GeneralRe: READ TEXT FILE LINE BY LINE AND STORE ALL LINES IN ARRAY...(is a good idea?) Pin
Jon_Boy24-Nov-08 6:29
Jon_Boy24-Nov-08 6:29 
GeneralRe: READ TEXT FILE LINE BY LINE AND STORE ALL LINES IN ARRAY...(is a good idea?) Pin
Paul Conrad24-Nov-08 6:37
professionalPaul Conrad24-Nov-08 6:37 
GeneralRe: we prefer lower-case Pin
Luc Pattyn23-Nov-08 15:40
sitebuilderLuc Pattyn23-Nov-08 15:40 
AnswerRe: READ TEXT FILE LINE BY LINE AND STORE ALL LINES IN ARRAY...(is a good idea?) Pin
Jon_Boy24-Nov-08 6:05
Jon_Boy24-Nov-08 6:05 
QuestionMicrosoft.DirectX.DirectInput Pin
Derek Pescod23-Nov-08 6:10
Derek Pescod23-Nov-08 6:10 
AnswerRe: Microsoft.DirectX.DirectInput Pin
Paul Conrad23-Nov-08 6:41
professionalPaul Conrad23-Nov-08 6:41 
GeneralRe: Microsoft.DirectX.DirectInput Pin
Derek Pescod23-Nov-08 10:00
Derek Pescod23-Nov-08 10:00 
GeneralRe: Microsoft.DirectX.DirectInput Pin
Paul Conrad23-Nov-08 16:03
professionalPaul Conrad23-Nov-08 16:03 
AnswerRe: Microsoft.DirectX.DirectInput Pin
Luc Pattyn23-Nov-08 16:27
sitebuilderLuc Pattyn23-Nov-08 16:27 
AnswerRe: Microsoft.DirectX.DirectInput Pin
Derek Pescod25-Nov-08 12:10
Derek Pescod25-Nov-08 12:10 
QuestionHow to execute javascript function from BHO Pin
MAP Tiger23-Nov-08 6:00
MAP Tiger23-Nov-08 6:00 
QuestionCrystal Report 9 not run in anthor computer Pin
D.Manivelan22-Nov-08 20:21
D.Manivelan22-Nov-08 20:21 

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.