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
C

cdehelean

@cdehelean
About
Posts
12
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Document Management Software...
    C cdehelean

    I think Windows Sharepoint Services v3 http://blogs.msdn.com/sharepoint/default.aspx[^] might help, it contains doc management capabilities, integrates in Office and has good APIs. Not open source, but free.

    All I need is a roadmap and then I might be able to find a clue.

    The Lounge question

  • Document Managment Systems
    C cdehelean

    We use Documentum and it rocks. It has support for san systems and can handle 30 GIG. And the API is tremendous and can be easily used in .NET All I need is a roadmap and then I might be able to find a clue.

    The Lounge security question

  • XML Loading Problem
    C cdehelean

    My guess: it has nothing to do with the categories XPath you gave. Your xml document is malformed and the parser gets confused in parsing it. All I need is a roadmap and then I might be able to find a clue.

    C# help question visual-studio xml

  • HiWord/LoWord/etc in C#
    C cdehelean

    static int HiWord(int Number) { return (Number >> 16) & 0xffff; } static int LoWord(int Number) { return Number & 0xffff; } All I need is a roadmap and then I might be able to find a clue.

    C# csharp c++ question

  • Problems with dll's in C#
    C cdehelean

    This may help http://www.csharphelp.com/archives/archive52.html All I need is a roadmap and then I might be able to find a clue.

    C# question csharp c++ delphi help

  • Capture Winlogon.exe Events
    C cdehelean

    Read the GINA Docu from MSDN I don't think you can do it with managed code, it has to be a dll that exports some funcs All I need is a roadmap and then I might be able to find a clue.

    C# csharp dotnet tutorial question announcement

  • Menus
    C cdehelean

    1. In the menu item, define the Text with ampersand ex: &File. Then you can use the shortcut ALT+F to get to this menu 2. Look after accelerators in MSDN

    C# help tutorial question workspace

  • Logging into WinNT over network
    C cdehelean

    You'll just need to download the free VNC server from http://www.uk.research.att.com/vnc/winvnc.html and configure it to run as service. It offers some basic functionality regarding login at a WinNT computer.

    System Admin sysadmin

  • Socket Programming
    C cdehelean

    Thanks a lot. I will do it with your first approach. The whole thing is based on the need to make an app work in a Terminal Services environmnent. It's something strange, I got a telnet session on a foreign OS. From there I launch a command like RunWord. The process of this command retrieves through native API's the IP adress and client port number of the telnet session . These parameters are sent to a service on the Terminal Server, that now has to decide on what Session to open Word. So one approach is to search for the PID of the open port, to get from this PID the SessionID and to launch Word in this Session. All I need is a roadmap and then I might be able to find a clue.

    System Admin sysadmin question

  • Socket Programming
    C cdehelean

    Hi Guys I have following technical question. Maybe someone has the knowhow, so I wouldn´t have to worry about seeking further I have a server, he receives as input parameter a port number. So I want to find out what process established the connection through this port. More rigurous: I would like to find a method about determining a Process ID knowing a port number of a connection opened by this process. Any hint would be highly appreciated. Thanx

    System Admin sysadmin question

  • Question about socket programming
    C cdehelean

    Hi, I have following technical question. Maybe someone has the knowhow, so I wouldm´t have to worry about seeking further I have a server, he receives from somewhare a port number. So I want to find out what process communicates wia this port. More rigurous: I would like to find a method about determining a Process ID knowing a port number of a connection opened by this process. Any hint would be highly appreciated. Thanx Bla´bla

    C / C++ / MFC sysadmin question

  • .NET is crap
    C cdehelean

    There is the mono project that will make .NET available to LINUX. http://www.linuxdevices.com/news/NS6609104471.html Javas primary goal was to build OS independent client software. How many commercial client apps written in Java do you know. With .NET you will have some powerful libraries (Forms, etc) to get your job done in a productive manner. All I need is a roadmap and then I might be able to find a clue.

    .NET (Core and Framework) csharp java dotnet visual-studio
  • Login

  • Don't have an account? Register

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