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
K

Kurt _B

@Kurt _B
About
Posts
55
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Starting a .NET application from .NET service
    K Kurt _B

    I think you might run into some security problems trying to start a windows application from a service. Try setting the login credentials of your service.

    .NET (Core and Framework) csharp dotnet help question

  • Help with MFC Timers
    K Kurt _B

    Why would you create a whole class just for a timer? Seems to be overkill.

    C / C++ / MFC c++ help tutorial question

  • Detecting when one side of a Socket Connection Closes
    K Kurt _B

    Connected property is true. Even tried waiting a few minutes. Using asynchronous methods which do not use a timeout I believe.

    C# sysadmin tutorial question

  • Detecting when one side of a Socket Connection Closes
    K Kurt _B

    I am using the Socket class to communicate between two applications and if I close my server app closing the socket connections my client app is unable to detect that it is closed. Even doing a send from the client app does not throw an exception. Does anyone know how to detect if a socket has been closed from the other side? Thanks Kurt

    C# sysadmin tutorial question

  • SetTimer, nIDEvent and timer identification
    K Kurt _B

    i. If you do "this->SetTimer(100, 2000, NULL)" inside your CScrollView class it will use the handle for your view. ii. It is unique to your view. How many timers are you planning on using? If just one declare a constant. iii. Yes if some sends the WM_TIMER message to that view. Really shouldn't happen though. iv. How do you know it's failing?

    C / C++ / MFC question data-structures

  • How many people are using VSTS?
    K Kurt _B

    I'm sure they will be giving it away before to long.

    IT & Infrastructure question

  • Serial Port 2.0 to 1.1 backward compatibility
    K Kurt _B

    I think the serial port classes were new in 2.0 so they wouldn't even be in 1.1.

    .NET (Core and Framework) csharp dotnet question

  • How many people are using VSTS?
    K Kurt _B

    Visual Studio Team System, I think most people know what it is. -- modified at 11:52 Monday 17th July, 2006

    IT & Infrastructure question

  • vs2003 SCM integration
    K Kurt _B

    With VS2003 it only recognizes 1 SCM. You have to modify the registry to see the new SCM.

    Visual Studio visual-studio hardware question

  • including default project comments in new source code
    K Kurt _B

    You could try writing a macro. There are also serveral third party tools out there. -- modified at 11:48 Monday 17th July, 2006

    Visual Studio csharp question

  • How many people are using VSTS?
    K Kurt _B

    Are alot of people using this and if so how is it?

    IT & Infrastructure question

  • Release build runs slower than Debug build
    K Kurt _B

    I would have to say it's the slower processor in your test machine.

    C / C++ / MFC c++ graphics debugging performance announcement

  • How do I do this ? [modified]
    K Kurt _B

    Try using a SafeArray on the ATL side.

    ATL / WTL / STL question c++ data-structures

  • data not being inserted/updated
    K Kurt _B

    You need a java forum not a C++ forum. Give a little more detail when describing your problem. -- modified at 8:59 Tuesday 27th June, 2006

    ATL / WTL / STL java database mysql sysadmin linux

  • Is the tier design approach good for a windows app? [modified]
    K Kurt _B

    We are converting our system over to C# and I am wondering if the the tier design is worth the extra trouble. And it seems most of the applications I see designed this way are mainly web apps. -- modified at 9:09 Tuesday 13th June, 2006

    IT & Infrastructure csharp design question

  • Using unmanaged MFC classes from C#
    K Kurt _B

    No just exported mfc classes.

    C / C++ / MFC csharp c++ question

  • Using unmanaged MFC classes from C#
    K Kurt _B

    Is it possible to use unmanaged MFC classes from C#?

    C / C++ / MFC csharp c++ question

  • ATL property problem
    K Kurt _B

    COleDateTime is a MFC\ATL class and cannot be used in a idl file, you need to use DATE*.

    ATL / WTL / STL help c++ question

  • Dynamic cast problem
    K Kurt _B

    Why are you casting to the same type?

    Visual Studio debugging help question

  • Folders in the left tree in VS2003
    K Kurt _B

    Use the solution explorer to move them.

    Visual Studio data-structures tutorial 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