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
U

User 138817

@User 138817
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Silent EXE application
    U User 138817

    This stuff will not work if you have'nt Framework installed on the target machine. You better use unmanaged C++ for this application...

    C# csharp winforms performance

  • Avoiding memory problems
    U User 138817

    Actually, real allocatable memory less than 2147483647, especially when you use CString or CByteArray classes. CString and CByteArray allocate memory in process heap, and exception will rise when you allocate more than aproximately 256 Mb. So better allocate memory in 10 heaps by 100 Mb than in 1 Heap by 1Gb... WBR NB

    C / C++ / MFC csharp c++ database performance help

  • How to get Windows Directory with C#
    U User 138817

    [DllImport("kernel32.dll", CharSet=CharSet.Auto)]private static extern uint GetWindowsDirectory( [MarshalAs(UnmanagedType.LPTStr)] System.Text.StringBuilder lpBuffer, // buffer for Windows directory uint uSize // size of directory buffer); Really great language C#. Fast, simple and very comfortable...

    C# csharp help tutorial

  • COM-port for multiple applications
    U User 138817

    Hi All ! Does anyone know the way to share one COM-port for a few applications ? I know that OS gives only one handle for COM-port for all applications, but may be exist some sharing method ?

    C / C++ / MFC com question

  • SuspendThread problem
    U User 138817

    Question is simple but mystic. Why calling SuspendThread inside overloaded Run function of CWinThread-based class dont pause thread execution ?? Does anyone khow ? WBR NB

    C / C++ / MFC question help

  • Stupid question about VC6 to VC.Net migration reason
    U User 138817

    Please, can anyone say me reasons for buying VS.Net and using managed C++ instead unmanaged C++ (and C# instead Java for Web) ? Except compatibility ( "you can use this applications anywere... where Windows and .Net framework installed, heh ")and fashion reasons %) I'm sorry for this vulgar question, but i cant find this reasons by myself. Can anyone help me ? P.S. I forgot - call "delete" for any called "new" is not a problem for me WBR NB

    Managed C++/CLI csharp help question c++ java
  • Login

  • Don't have an account? Register

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