Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sonar87

@Sonar87
About
Posts
16
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Passing a C# variable to included javascript file
    S Sonar87

    Alright, and sorry. By the time I got to this problem I'd already been up most night. Lesson learned.. don't post the help topics when severely lacking sleep..

    C# javascript csharp visual-studio

  • Passing a C# variable to included javascript file
    S Sonar87

    Forgot to mention I'm working with a WPF app and the html is included with that. How would all this work and be placed in that?

    C# javascript csharp visual-studio

  • Passing a C# variable to included javascript file
    S Sonar87

    is there any way at all to get a value from one to the other? Well.. I don't need it to go two ways..

    C# javascript csharp visual-studio

  • Passing a C# variable to included javascript file
    S Sonar87

    I few sites said to (in the js file) put the varible in <%= %> these tags but thats not doing any good. Is there some other part needed to this I'm missing. The javascript I'm using is in a file I included in my VS project.

    C# javascript csharp visual-studio

  • changing input value atrribute
    S Sonar87

    Hmm thought thats what I did the first time without getting anywhere.. Was 2 am though. Thanks.

    JavaScript tools

  • changing input value atrribute
    S Sonar87

    Thanks a lot, it worked. One more question.. varibles.. Tried asigning it one like this: int num = 4321; document.getElementById("number").value=num; but that way didn't do it..

    JavaScript tools

  • changing input value atrribute
    S Sonar87

    I Need to get the value attribute to change to different numbers that I want to change in script parts based on user input so that the form will post a message to a different place depening on what they choose, but whatever I try it won't change, or at least not in time so that it posts right document.getElementBytagName("member_id").value="40603"; Hello.

    JavaScript tools

  • Upating xml in C#
    S Sonar87

    [edit]nvm, got it.

    modified on Thursday, August 26, 2010 4:27 AM

    XML / XSL csharp xml question

  • Upating xml in C#
    S Sonar87

    Is there any way I can get the information I'm using from an xml source to be updated while the program is running?

    XML / XSL csharp xml question

  • Changing HTML value in other part of WPF program
    S Sonar87

    I'm working on a WPF program and I have a frame that reads an html file that I have included in the project. In the html file there is an input box. [CODE][/CODE] Is there anyway I can make the value something I can change in the rest of the program, say back in the .cs file, instead of just a constant set number placed there, like if I want to change the number based on user input? I won't know all the numbers it will need to be ahead of time.

    Web Development csharp html wpf json question

  • viewing xml data in wpf [modified]
    S Sonar87

    Is there any way I can get the resource/xml file I'm reading from to be changed, say, based on user input when the program is running, or does it have to stay a set path that I decide ahead of time? I tried accessing some of the info back in the Window1.xaml.cs file to to see if I could make changes there but if theres a way its nothing I've thought of.

    WPF csharp question php wpf xml

  • viewing xml data in wpf [modified]
    S Sonar87

    Never mind, figured it out. Thank you very much, your article and method was the first -after hours trying to get this to work- that made much sense to me. -- Modified Sunday, August 22, 2010 5:39 AM

    WPF csharp question php wpf xml

  • viewing xml data in wpf [modified]
    S Sonar87

    I just want to get the text in elements like the id, name, and lastactive from an xml file like this ( http://www.dreamincode.net/forums/xml.php?showuser=34 ) into a textbox or anything that would just display in a simple way, but I haven't been able to find anything that explains that level of it. How can I do this? -- Modified Sunday, August 22, 2010 3:07 AM

    WPF csharp question php wpf xml

  • Help with textbox for calculator
    S Sonar87

    Sorry to take more of your time. I've figured out what I did wrong and have gotten it working now.

    WPF question csharp wpf help

  • Help with textbox for calculator
    S Sonar87

    Even with each of those lines it still tells me it can't convert from string to int. in case its signifigant, I'm using Visual Studio 2008 btw.

    WPF question csharp wpf help

  • Help with textbox for calculator
    S Sonar87

    I'm relatively new to C# and have just started playing around with WPF. As a start I decided to make a simple calculator. I added one of the permade textboxes to take input from the user, but you can't perform addition, subbtraction, and so on, oporations on a string, and it won't let me typecast the string to another type like double. How can I change the textbox input to something I can use, or what is there some other object I can use to get the input?

    WPF question csharp wpf help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups