Advanced Forum Search Results
-
I have an excel file that has some info I want to be able to be displayed and searched from the web. I am assuming that I need to use SQL and WCF. Are their any good tutorials out there about this?
-
Well, I have the source HTML, but I just cannot figure out whaat to do. I named the controls all the same, but then when I try to use the code I found using the link that SharpGIS gave, I get several errors.
Here is my code: 1 private void Button_Click(object sender, RoutedEventArgs e)
2 {
3 ...
-
I am very new to Silverlight, and am converting some parts of the web site I run to Silverlight. Right now I am working on the Message Center. I have the HTML version of it, but I need it in to work in Silverlight. On this form you put in your name and e-mail, select a recipient from a dropdown box, and then type your message. After ...
-
Here is the code. On my most recent build though it is acting even stranger (it is probably doing what I told it, but as I said I have never programed before) Now as soon as it starts to go to the center of the screen, it returns to the state of when the mouse leaves (I am guessing because as it was moving the mouse "left" it) Then ...
-
Any suggestions on how to do that?
-
I am new to programming so I have no idea how to do this even though I am sure it is easy. What I want to do is click on an image thumbnail, and then in the middle of the screen a larger version shows up. I tried to do it through states, but it doesn't work right. When you put the mouse over the image, it gets a little bigger. When you ...
-
Thanks, both the replies worked. I have never programmed before, so they helped a lot.
-
I have a picture that I want to change states when the mouse enters and leaves it. When I build it, it works great for the first time and then doesn't. The first time I move my mouse onto the object it gets bigger, like it should. Then when I move the mouse off, it returns to its original state (getting smaller). Then when I move the ...