This worked perfectly. Thank you very much. Jason
Jason Coggins
Posts
-
Communicating between windows -
Communicating between windowsDave, I have tried the example but for some reason I get the following error: "Error 1 'System.Windows.Window' does not contain a definition for 'SendText' and no extension method 'SendText' accepting a first argument of type 'System.Windows.Window' could be found (are you missing a using directive or an assembly reference?) The line that I get the error on is as follows: req.SendText = new getArtistName(changeArtistName); I am using Windows Presentation Foundation instead of Windows Forms. Jason
-
Communicating between windowsI have a program that opens a small input window which prompts the user to enter a name. I want to store the name entered in the input window in a string variable in the main window. How do I do that? Jason
-
determing the full name to My Music on the start menuOn Windows when you press the start button (lower left corner) one of the entries that comes up is "my music." Part of this folders name includes the user name. For example in the following path "C:/Documents and Settings/john smith/My Documents/My Music" john smith is the user name. Since this part of the name will vary from user to user how can I open this folder on different computers with the same program? Jason