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

MarqW

@MarqW
About
Posts
14
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • The man may own no pants or shoes...
    M MarqW

    "(for us Brits "pants" don't mean trousers Smile | :) )" What? They do around these parts

    The Lounge javascript com question

  • CCC Tuesday (Solved)
    M MarqW

    Correct. Sorry if it wasn't challenging enough, I don't really do Cyptic Crosswords, just knew the last one ;-)

    The Lounge

  • CCC Tuesday (Solved)
    M MarqW

    Sorry it's a bit late, was in a meeting... Black and white lamb starts to cry (4)

    The Lounge

  • CCC Monday + Hint + Hint: SOLVED!
    M MarqW

    Urm, I have no idea for actually providing a puzzle. I also don't frequent CP much, but I'll try and remember. BTW, what does CCC actually stand for?

    The Lounge

  • CCC Monday + Hint + Hint: SOLVED!
    M MarqW

    The Wireless?

    The Lounge

  • VB Date Nonsense
    M MarqW

    I would argue that it's not nonsense - you can tell by looking at it exactly what it does - it's just not the best way of doing it :)

    The Weird and The Wonderful

  • Theme broken images
    M MarqW

    I spent ages looking for the bookmark button which had disappeared. It turns out that following images are broken links. They return "Page Not Found"

    http://s.codeproject.com/App\_Themes/Valentines/Img/email.gif
    http://s.codeproject.com/App\_Themes/Valentines/Img/print.gif
    http://www.codeproject.com/App\_Themes/Valentines/Img/bookmark.gif

    Site Bugs / Suggestions com

  • MQOTD
    M MarqW

    Yip... Love that movie :D

    The Lounge com question

  • Tabs versus spaces: Spaces won
    M MarqW

    I hate all the defaults of tabs space of 4 and 8... I mean 8!? Come on, you're half way across the screen. 2 is the magic number :-D

    The Insider News csharp visual-studio com question

  • Coding - the new Latin
    M MarqW

    I can kind of agree - I got into programming mainly because my parents got me a programming book, and my dad did really primitive code. That said, if they don't get any exposure they'll never even think of looking at it.

    The Lounge com question announcement learning

  • how to disable multi select of checkbox in listview ?
    M MarqW

    Just a little improvement for you. This one only performs one check condition, and handles the case if both keys are pressed (or one key with Alt or Win)

    if( (Control.ModifierKeys & (Keys.Shift | Keys.Control)) )
    {
    e.NewValue = e.CurrentValue;
    }

    C# tutorial question

  • how to disable multi select of checkbox in listview ?
    M MarqW

    Seriously? The reply above has already converted it to C#. Even if you hadn't seen that, it's one line of code which pretty much translates as-is, apart from If Then, becomes If( )

    C# tutorial question

  • how to disable multi select of checkbox in listview ?
    M MarqW

    I've got a better solution:

    Private Sub ListView1_ItemCheck(ByVal sender As Object, ByVal e As System.Windows.Forms.ItemCheckEventArgs) Handles ListView1.ItemCheck
    If (ModifierKeys And (Keys.Shift Or Keys.Control)) <> 0 Then e.NewValue = e.CurrentValue
    End Sub

    Enjoy

    C# tutorial question

  • Next VS 2010 Rant
    M MarqW

    Sorry, but he is correct. Might be the MSI for Visual Studio, but it's not Visual Studio 2010

    The Lounge visual-studio question workspace
  • Login

  • Don't have an account? Register

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