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
J

John Strudwick

@John Strudwick
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • All my buttons have gone haywire
    J John Strudwick

    Nila I got an email, but can't see your post. As I'm online, I thought I'd respond straight away. I have the full version of VS2005 and I don't believe I set this project as a template - although I might have done unwittingly. I actually don't know how I would do that yet! (I'm very experience at VC++ in version 6 only and am crash-coursing in ASP.NET & C#!!) I just loaded the project, watched the video and moved on. thanks again

    ASP.NET csharp asp-net tutorial question

  • All my buttons have gone haywire
    J John Strudwick

    Hi Nila I can't because, the solution I found was to just delete the project (see link below) and all my buttons came back - very strange that this project changed all my buttons? If anyone can figure it out, I'd still like to know what was going on many thanks, John I was running through a load of tutorials found at http://msdn.microsoft.com/vstudio/express/visualCSharp/learning and the project was: http://download.microsoft.com/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/ButtonCustomizeCS.msi\[[](http://download.microsoft.com/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/ButtonCustomizeCS.msi "New Window")

    ASP.NET csharp asp-net tutorial question

  • Scrollbar position on a panel web server control
    J John Strudwick

    Hi Rastgar Many thanks for the pointer - FYI my implementation of the initialisation, is like this: (c#) StringBuilder sb = new StringBuilder(); sb.Append(""); sb.Append("var szValue = document.getElementById('Panel1');"); sb.Append("szValue.scrollTop = 146;"); sb.Append("szValue.scrollLeft = 182;"); sb.Append(""); ClientScript.RegisterStartupScript(typeof(string), "Init", sb.ToString()); This then just runs at startup. And of course I can harvest the values from the user by any number of means Once again, many thanks regards, John

    ASP.NET sysadmin tutorial question

  • Scrollbar position on a panel web server control
    J John Strudwick

    Anyone know how to get / set the position of the scrollbars on a panel web server control. Thus I can remember where a user was in a given panel, if they had used the scroll bars??? Many thanks

    ASP.NET sysadmin tutorial question

  • All my buttons have gone haywire
    J John Strudwick

    Hi All I am fairly new to the asp.net 2.0 world and have been following a number of demos. I did one that showed rollovers and stuff on buttons. Now even in a brand new project, I get weird buttons that adopt this style and go the whole width of the page. Can someone tell me how to restore the normal button please?

    ASP.NET csharp asp-net tutorial question

  • CString issue after upgrading to VS2005 (not using _T)
    J John Strudwick

    Thanks Gary - that has solved the problem I went into the properties dialog and changed from unicode to not set - works a treat Thanks again

    C / C++ / MFC help c++ question

  • CString issue after upgrading to VS2005 (not using _T)
    J John Strudwick

    Hi All I have miles of old code that looks like this: CString csString = "hello World"; Having just installed VS2005, I get the error: 'initializing' : cannot convert from 'const char [3]' to 'ATL::CStringT I know that I can get around this like this: CString csString = _T("Hello World"); But want to know if there is a single switch somewhere that will let my code compile as it was? I also don't understand why it's using ATL and not MFC - I craeted a new MFC project Many thanks for any help offered

    C / C++ / MFC help c++ 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