Advanced Forum Search Results
-
I wrote a Windows based Scrabble game that would allow users to play people on other computers over the Lan. I think its kind of cool. I even allow playing in different languages and Klingon.
However I was not able to get this to work so that it could be used over the internet. I used Sockets in this ...
-
On my website, you click on a control and a Media element is started and a wmv is played. This works, although it is a bit slow and pauses more than I expected. Also, you cant pause ...back up, move forward, etc. Here is the code:
Dim client As WebClient = New ...
-
I coded my website www.isildo.com in Silverlight 2.0 and just recenly updated to 3.x. I had posted these two problems previously, but as yet nothing seems to be addressed, so I wanted to issue them one more time.
1: Firefox Repeat keys - In my game, I hold down a arrow key so that the repeat ...
-
I just logged into the site, I have not been on for a while. I cant even count the number of errors that have popped up, so I wont try. Here is one of them
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR ...
-
Well, the site is up and running. I still have a couple of things to figure out or work around, but these are mostly nuisances.
www.isildo.com click on the ScWand link on the left
Thx again for the assistance
-
I think you need to open a new post for your problem. Include information like operation system, memory,etc. THe more info you put in the better. As is, the only thing you have said is that you have some resotres, which isnt helpful.
Also include any errors yoru getting. You will probably get better responses that ...
-
Hi ...good news
Well, you find of the missing <Binding> tag fixed the UpdateReference problem. I was elated! I ran it.. and temporarily...panic when it didnt work.
But,, I found the answer. So here is what I have done...for anyone else who is reading this.
1: in the System.ServiceModel tag add the ...
-
Here is the VB
Dim tstMedia As MediaElement = sender
ProgressBar.Value = tstMedia.DownloadProgress
I was trying to use my control (MediaPlayer). I would not have thought to create a temp MediaElement (tstMedia) to receive the value since the real one was available..
Thanks for the ...
-
Before reading all this... I tried what you said..same results. It just doesnt like <basicHttpBinding> tag. So anything we do after that cant work. I am going to have someone try these same steps tomorrow to see if they get the same results. I will let you know.
I started completely from ...
-
I wanted to try one more test. I created a totally new project with a Silverlight web service. Comipiled and ran. I made zero changes. All was well. Of course nothing shows up since added nothing, thats OK. Update Service reference works.
Then I went into the web.config and added the code. I get the ...