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
M

Member 3797241

@Member 3797241
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Writing "apps" for Apple devices
    M Member 3797241

    cs193p.stanford.edu - all video lectures, slides, and assignments for learning iOS via iTunesU

    The Lounge ios com question

  • How to Get the 'fvalue' from an html option button
    M Member 3797241

    I have a C# IE add-on and need to obtain the 'value' (shown in bold, ie., 1, 96, 192) from a html dropdown list in the web page being displayed by the browser. The abbreviated html page code is as follows: 1/16"=1'0" 1/8" = 1'-0" Full Size/N.T.S. In my browser add-on I have the following C# code: public string ScaleFactor { get { HTMLInputElement elmListScale = (HTMLInputElement)_Document.all.item("listScale", null); if (elmListScale != null) { return elmListScale.value.ToString(); } else { return null; } } } then I have... string scaleFactor = this.ScaleFactor; When I run the VS2005 debugger on the above code, the debugger prompt disappears when it hits the line HTMLInputEelment elmListScale = .... Any ideas on how to read the value from a dropdown list??? Warren

    COM csharp html debugging tutorial question
  • Login

  • Don't have an account? Register

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