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

C lviu

@C lviu
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to redirect a .NET app to run on a specific .NET runtime
    C C lviu

    Ok but I was talking about desktop applications not web applications.

    .NET (Core and Framework) csharp php com tutorial announcement

  • How to redirect a .NET app to run on a specific .NET runtime
    C C lviu

    Hello, I need to redirect my application to run on the latest version of the .NET runtime available on a machine. Does anyone have any idea how I could do this WITHOUT using a configuration file. I saw an application that does that, it's called "netz" (a .NET application compressor) The application is available at this url: http://www.madebits.com/netz/download.php If I run that application with both .NET 2.0 and .NET 1.1 it will run on 2.0, but if I have only .NET 1.1 it will run on 1.1 aswell and it doesn't have a netz.exe.config file. Thanks a lot -- modified at 5:38 Monday 9th January, 2006

    .NET (Core and Framework) csharp php com tutorial announcement

  • How to get the user group in win NT/2000/XP
    C C lviu

    Yes, this works fine for local users but I want to list even the users on other domains. It must be possible beacause in Win2000 when I go to "Control Panel\Users and Passwords\Add\Browse" it shows me a list of all users on my domain but NetUserEnum() only enumerates the users that are stored on my computer.

    C / C++ / MFC question json help tutorial

  • How to get the user group in win NT/2000/XP
    C C lviu

    This is good, but it seems to work only for local users. It doesn't work for a user on a diffrent domain for exaple if my computer name is "Station" and it belongs to the "LAN" domain and there is a user on the domain "LAN" called "globalUser" and a user on the local machine called "localUser", the function fill fail if I try to look up the user "LAN\globalUser". Even more, NetUserEnum() will not show the user called "globalUser".

    C / C++ / MFC question json help tutorial

  • How to get the user group in win NT/2000/XP
    C C lviu

    I have a string specifying the user name in the format: "domain\username". My question is: How can I get the group to witch the user belongs to? I searched API's but couldn't find anything all I could find was "LookupAccountName" but it is not what I'm looking for. Please help if you know something. Thank's

    C / C++ / MFC question json help tutorial

  • NT Authenticated Website
    C C lviu

    In an NT Authenticated Website, I have a string in the format "domain\username". My question is: How can I get the group to witch the user belongs to?

    ASP.NET question

  • Screenshot of a hidden window
    C C lviu

    Yes I know, I had that idea myself but my boss doesn't like it. There must be some other way. Thanks anyway.

    C / C++ / MFC tutorial

  • Screenshot of a hidden window
    C C lviu

    Does anyone know how to get a screenshot of a window witch is hidden (WS_VISIBLE = 0). I tried to send WM_PRINTCLIENT to that window, but it doesn't seem to work. I realy need that window to draw itself somehow into a device context I specify. Please tell me if you know something about this. Thanks

    C / C++ / MFC tutorial
  • Login

  • Don't have an account? Register

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