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

Marco M

@Marco M
About
Posts
12
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • why to put extern C before const IID?
    M Marco M

    The IID has to be visible across all .obj files that are using it. Say IID_IDictionary is defined in fileOne.cpp (which when compiled generates fileOne.obj) And in FileTwo.cpp you are referencing IID_IDictionary, the linker will error out unless the IID has the extern "C", as this extern "C" basically tells the linker that the IID is defined in another obj file. Marco M.

    COM c++ com question learning

  • Disabled CheckBox in a DataGrid
    M Marco M

    take a look at this article, it explains how you can use the ItemDataBound event to access each bounded row right before it's displayed, so you can do necessary changes.. http://www.codeproject.com/aspnet/ItemCreated.asp[^] Marco M.

    C# help question

  • FileSystemWatcher
    M Marco M

    Thank you much, that's exactly what i needed. shakoosh

    C / C++ / MFC csharp c++

  • FileSystemWatcher
    M Marco M

    anyone has an idea what alternatives to FileSystemWatcher class in .net are available in C++. Thanks in advance shakoosh

    C / C++ / MFC csharp c++

  • problem with class IPAddress
    M Marco M

    hi, just exectuing the code below throws an exception..anyone has a clue ??? byte[] address = new byte[]{10,127,176,100} IPAddress ip = new IPAddress(address); thanx a lot. shakoosh

    .NET (Core and Framework) help question

  • Problem with serializing objects
    M Marco M

    i have 2 modules (exe) and i'm serializing a certain object with one module and i want to deserialize it with the other one.. but the framework throws an exception coz the assembly is not the same one it was serialized from.. any clue ?? thanx shakoosh

    .NET (Core and Framework) help question

  • how can i dynamically get my machine ip address ?
    M Marco M

    i need to get the ip of the machine my code is running on.. how can i program that ? thanx shakoosh

    C / C++ / MFC question

  • how to left circular shift ?
    M Marco M

    is there an operator to make a left circular shift directly ??? thanx shakoosh

    C / C++ / MFC tutorial question

  • compiling MSIL to Native code using ngen.exe tool
    M Marco M

    anyone has an idea about the steps to use ngen.exe tool to convert my exe assembly to a native code ??? i read the procedure in the msdn but it's not working with me.. shakooosh

    .NET (Core and Framework) c++ question

  • how can i save 2D array of double to a file?
    M Marco M

    the problem is the array is not an array of bytes.. it's an array of type double, declared this way: " double arr[,] x; " and the method "Write()" takes array of bytes as an argument... thanx for replying shakoosh

    .NET (Core and Framework) question data-structures

  • how can i save 2D array of double to a file?
    M Marco M

    i tried to use FileStream Class but it only supports writing byte[] not even byte[,].. anyone has a clue ? thanx shakooosh

    .NET (Core and Framework) question data-structures

  • Balloon ToolTips
    M Marco M

    does anyone know how can i display a balloon tooltip in C# ? thanx shakooosh

    C# question csharp
  • Login

  • Don't have an account? Register

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