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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

Milton N

@Milton N
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Where have all the UARTS gone, long time passing
    M Milton N

    Seems these days if you want your software to talk to the outside world, all you have to work with is the virual USB<->Serial and USB<->Parallel devices. Especially in laptops. Someone in their wisdom thought that these devices are a suitable replacement for "real" ports. (ie UARTS and parallel i/o chips). You have to rely on the bulky overhead and often buggy device divers. In reality they lack performace and versatility. Bring back the serial port. Anyone with me! :)

    The Lounge

  • Why String?
    M Milton N

    A string of pearls A string of beads A string of characters ... why not!

    The Lounge com question

  • Why String?
    M Milton N

    Seems we have been Strung along for too long...... :zzz:

    The Lounge com question

  • Why String?
    M Milton N

    To me A$ was always spoken as "A dollar" but it was always understood it as, this is a string variable. Maybe an AU thing :)

    The Lounge com question

  • ContextMenuStrip
    M Milton N

    Hi all, I'm building a "usercontrol" that has a contextmenustrip on it. All is fine until I try to add an image to an item, it compliles ok but get a runtime error! An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll Additional information: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "HexBox.HexEditBox.resources" was correctly embedded or linked into assembly "HexEditBox" at compile time, or that all the satellite assemblies required are loadable and fully signed. I can only assume that it can not find the resource! I checked the .resx file and the resource (image) is there. Maybe it needs the be somewhere else, or a different process is require to use the contextmenustrip on a user control. I tried the same process on a "form" and as expected all compiles and run as it should. Using VS2008 Framework 3.5 Any help is appreciated. Milton.

    Managed C++/CLI help hardware learning

  • User Control
    M Milton N

    Hi all, I'm working on a user control which is basicly a customized edit control (HexEditBox). It has a context menu which is activated by the right mouse click, as per normal. All is working fine with the control, but has a visual aspect that I'm not happy with. When the context menu is activated the caret is hidden from the control. For most of the menu items this is irrelevant, but for the paste option the user looses visual indication where the paste will occur. It is anyway possible the prevent the context menu from hiding the controls caret? Thanks in advance .. Milton

    Managed C++/CLI 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