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
B

Bashir Irfan Malik

@Bashir Irfan Malik
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Remote Data Service 2ndPost
    B Bashir Irfan Malik

    Hi All : Not a single one who can give me information about RDS programming with VC++. Any references or good articles / books . i know there is MSDN and Microsoft.

    C / C++ / MFC c++

  • Remote Data Service
    B Bashir Irfan Malik

    Hi All: Any helpful material on RDS( Remote Data Service) development with VC++ . I only know VC++. Please try to avoid VB and ASP ( I know it is possible ) Just my (VC++)control on the client, and business and server objects at the back ( Remind you only VC++ specific material ). I know there is MSDN. But it is not toospecific about VC++.. Tutorials, Code snippets,references .....all welcomed

    C / C++ / MFC c++ sysadmin business

  • DCOM...? Problem......?
    B Bashir Irfan Malik

    Hi : Hope you are familiar with DBMON utility I want to use it with DCOM to monitor remote OutputDebugString messages. If I simply use CoCreateInstanceEx with COAUTHINFO as NULL then the mutex created in my server process access the OutputDebugString messages in two scenarios only. 1. The client ( network )user is the local admin of the server machine 2. The client and server machine users are same ( I mean same users not same groups )... I used COAUTHINFO and COAUTHIDENTITY from the client ( where I could always pass the user name and password of the local admin of the remote computer ). But when I do it It has got strange results. 1. I only succeed if on the client machine I am any network user and I have given the user name and passwd of the local admin of the remote machine and the user logged on the server also belong to the local admin groups of the server pc. Now the second condition above, which was working previously does not work any more now. why ,,,, I am totaly confused . 2. Does it haveanything to do with the creation of the filemapping object remotely which is responsible for signaling the DBWIN_BUFFER_READY event to indicate that a OutputDebugStrng message is captured. I have supplied security identifiers as NULL in the DBMON code. In case you are not familiar with DBMON or its code . It is available in Platform SDK samples and the code is one cpp file with 2 or 3 pages max and the very easy for a person of your calliber... RE .. I am desperate ....

    COM sysadmin c++ security tools help

  • Dialog in a DLL !?!?!?!?
    B Bashir Irfan Malik

    Hi : Its pretty simple. Insert a new resource to your dll ( Dialog ) and add class to your resource inheriting from CDialog . and in the dllmain just CMyDialog dlg; dlg.DoModal() or Create and ShowWindow. Now from your Exe jusrt call load library and that is it.

    C / C++ / MFC question help learning

  • MFC -> COM, ActiveX
    B Bashir Irfan Malik

    Hi : Not sure about what specifically you are asking for. Because it depends upon your app architecture. Let me assume you are talking about a simple Dlg based Exe than Just Insert a new ATL object in it with all the default settings and here you go. Note that your app main thread can now be an owner of a COM object . Simply call CoCreateInstanceEx() from your client code and your COM object will be instantiated.. Anyway for your information. Any object inherited from IUnknown is called a COM object and a COM object which is self registering is called an ActiveX control (simple is that)

    C / C++ / MFC com c++ 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