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
B

bscaer

@bscaer
About
Posts
30
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I find this article offensive: curse words in an article and in the app's title bar.
    B bscaer

    I agree with Slacker007 about the title being offensive. I understand that no offense was intended but spelling it as "Brainf***" would solve the problem, I think, and set a good example for future articles.

    Site Bugs / Suggestions visual-studio com tools

  • Member joy2020 is spamming me
    B bscaer

    Here is her message: Message from joy2020 : Hello My Dearest one, How are you today.I am miss joy william,i would like to know more about you, please never mind to contact me through my email (joy.william102@yahoo.co.uk) that will enable me to explain myself to you,i will also send my pictures for you to know whom i am.Regards Miss joy william. To whom do I report her?

    Site Bugs / Suggestions question

  • Select Row in DataGridView By Using Code (Physically)
    B bscaer

    Your question did not translate well to English so it may be difficult for anyone to answer.

    C# csharp

  • Advice on how to help an 11 year old start programming...
    B bscaer

    I vote for Scratch, too. The user interface is amazing and I don't think there is any upper age limit where it would not be fun, including adults.

    The Lounge game-dev help tutorial question

  • NumericUpDown Mouse Wheel
    B bscaer

    See this post for answer: http://answers.yahoo.com/question/index?qid=20080820123925AAGeohi[^]

    C# csharp help

  • Numeric formatting question
    B bscaer

    The original code was mangled because of fixes required for smileys. Here is the correct code:

    System.Console.WriteLine ( "{0 , 1 : + ; -}{0 , 7 : -O ; 0}" , 2009 ) ;
    System.Console.WriteLine ( "{0 , 1 : + ; -}{0 , 7 : -O ; 0}" , -2009 ) ;

    C# question

  • Numeric formatting question
    B bscaer

    From my experimentation it seems like the number sign (#) is only useful when specifying the location of a special character, like a comma, such as in String.Format("0:###,###,###").

    C# question

  • Celestial spectacular
    B bscaer

    I saw the same here in New Hampshire last night.

    The Lounge

  • Numeric formatting question
    B bscaer

    Yes, that is brilliant! Thank you :cool:

    C# question

  • Numeric formatting question
    B bscaer

    Thanks for the link. I have spent quite a bit of time reading the documentation but it seems to be incomplete, at best.

    C# question

  • Numeric formatting question
    B bscaer

    In the following String.Format call it will format a number to 6 zero-padded digits, prepend the plus or minus sign and then pad with a space on the left to 8 characters: String.Format({0,8:+000000;-000000}, num); // result is of the form " +002009" What format string can I use to format a number to 7 space-padded digits and prepend the plus or minus sign before the spaces? I am looking for something like "+ 2009" Beth

    C# question

  • Cursing in forum posts
    B bscaer

    Both. Here is a good example from this forum: http://www.codeproject.com/script/Forums/View.aspx?fid=1645&msg=2695524[^]

    Site Bugs / Suggestions question

  • Cursing in forum posts
    B bscaer

    The words are being used everywhere. Sometimes I feel like I walked into a cigar shop or a men's locker room the way people talk here. It is offensive.

    Site Bugs / Suggestions question

  • Cursing in forum posts
    B bscaer

    The cursing in forum posts seems to get worse all the time. Is it appropriate to flag a message as "Abuse" if it has inappropriate words in it? Or is that abuse of the "Abuse" flag?

    Site Bugs / Suggestions question

  • How to get Delete key to function in a PropertyGrid?
    B bscaer

    Is there a straightforward and clean way to get the Delete key to function correctly in a textbox entry in a PropertyGrid? Right now I have code that intercepts the Delete key on the parent form, checks to see if the property grid has focus, and then tries to mimic the delete functionality but it is all very kludgy and it doesn't support Undo.

    C# css tutorial question

  • How to internationalize AssemblyInfo strings?
    B bscaer

    Is there a way to internationalize the strings in the AssemblyInfo for a C# DLL? I am used to doing this with the VersionInfo in C++ where you could have a separate instance for each language and each VersionInfo instance could be placed in a separate resource DLL. If not, is there another approach I should look into?

    C# csharp c++ tutorial question learning

  • Bug when searching Articles
    B bscaer

    If I search for "Panel2Collapsed" in Articles from the Search textbox no articles are returned. However, if I search for "Panel2Collapsed" from Google it is the second hit with article http://www.codeproject.com/KB/miscctrl/splitcontainer.aspx[^]

    Site Bugs / Suggestions com algorithms help

  • Article search problem
    B bscaer

    The following article doesn't seem to show up in any article searches. I eventually stumbled onto it through Google. http://www.codeproject.com/KB/cpp/dropdownproperties.aspx[^] If I type "propertygrid dynamic enumeration" this article is the first hit in Google. If I type the same thing into the CodeProject article search this article is not found. Is there a problem with article search? Is there a workaround? Beth

    Site Bugs / Suggestions c++ com help question

  • Is there a way to the label the ticks in the TrackBar
    B bscaer

    Is there a way to the label the ticks in the TrackBar without creating separate label controls? Beth

    C# question

  • Add TrackBar to PropertyGrid - C#
    B bscaer

    Look at this example: http://www.eggheadcafe.com/tutorials/aspnet/270e9432-d236-47e7-b1af-5cd3abe27a75/net-propertygrid-control.aspx[^] Copy the UIListBoxEditor class in the example, rename it to UITrackBarEditor, and replace the ListBox control with a TrackBar. Beth p.s. - A much better example is here: http://www.codeproject.com/KB/cpp/dropdownproperties.aspx[^]

    modified on Friday, May 2, 2008 5:58 PM

    C# csharp css 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