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
R

ROWALI

@ROWALI
About
Posts
83
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • future of programming
    R ROWALI

    nothing of any of that sort after looking at the picture in india where students are just going and doing anything for computer degree to get a good job Row

    The Lounge game-dev question

  • Get to know your local frog...
    R ROWALI

    How three monitors are configured with one cpu. Row

    The Lounge html com tools question announcement

  • Get to know your local frog...
    R ROWALI

    Thanks :-O Sorry if I had offended you. Row

    The Lounge html com tools question announcement

  • It's Friday!
    R ROWALI

    I would rather prefer clean deserts ;) Row

    The Lounge com question learning

  • It's Friday!
    R ROWALI

    I am in Thailand on onsite assignment, I am going to have wild nights this weekend. ;) Row

    The Lounge com question learning

  • Problem in WH_CBT hook [modified]
    R ROWALI

    define a BOOL variable BOOL windowCreated = FALSE; then in your windows procedure. if(windowCreated==FALSE) { msgbox.. windowCreated=TRUE; } Row

    C / C++ / MFC help tutorial

  • code frog read this
    R ROWALI

    I worked late night in the office yesterday. Also needed to attend the conference call in the morning so I came with cloths not ironed. But my boss blamed me for shabby look. Better to work at home like code project. wear anything.. or nothing .. do you cod-frog. which cloths do you wear at home in front of your machine or nothing at all? Row Row

    The Back Room question

  • [Message Deleted]
    R ROWALI

    [Message Deleted]

    The Lounge

  • password hacking ideas.
    R ROWALI

    I think set a windows hook, if any windows is opened then enum windows in it. if edit field is there.. then start a timer for it or something and check if focus is getting lost for it. at the time of focus getting lost , capture the text in it. any modification anyone suggest? What about edit fields in the webpage? how can I get to it actually? Row

    The Lounge question

  • Atl executable without Interface
    R ROWALI

    Hi, I have created an ATL executable. It has only CExeModule (base -> CComModule) I inserted a dialog. and in _tWinMain , I create this dialog and show. So when I execute this exe itself, dialog shows up. Now I want this COM exe to be used in a VB program. I give the reference to this particular component . But in code how may I use this to show my dialog in my exe COM. had there been an Interface with method showdialog (where dialo will be created and showed), I would have used similar to.. Dim obj as Object Set obj = new MyInterface obj->showdialog 1. But without such interface , how can I show up my dialog in VB , if the dialog itself is created at the entry point of com i.e. in _tWinMain 2. If the ATL exe has interface and method (to show dialog), then how can I use ATL exe itself to show the dialog. Thanks Row

    ATL / WTL / STL c++ com question

  • what is windows service?
    R ROWALI

    What is windows service? What is it's purpose? does service means , a program which starts to run when the windows starts .. Row

    The Lounge question

  • import
    R ROWALI

    I want to use COM components in my application. When to use #import and when to use CoInitialize, CoCreateInstance(..) Are both reaching to same destination? Or #import has to be used with ATL executable and CoInitialize, CoCreateInstance has to be used with InProcess Dlls Please confirm? Row

    C / C++ / MFC c++ com question

  • How to use ATL executable(exe) and service exe with the client? [modified]
    R ROWALI

    How to use executable(exe) and service exe with the client? Is it same as using Dll with client? Any sample links please? Thanks Row -- modified at 8:02 Tuesday 20th June, 2006

    COM c++ tutorial question

  • how to know?
    R ROWALI

    ;P Row

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • how to know?
    R ROWALI

    :)abe ghanchu=> oy cheap guy. dotn mind :rose: Row -- modified at 6:33 Tuesday 20th June, 2006

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • how to know?
    R ROWALI

    abe ghancu Row

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • how to know?
    R ROWALI

    Tell me Row

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • how to know?
    R ROWALI

    Many times I have to maintain the existing code. So how to understand in visual studio if the given code is MFC dll or win32dll or if the given executable had other dlls statically linked or dynamically linked? row

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • Linking external library to ATL
    R ROWALI

    I have a win32 library with no interfaces , just only exported functions. e.g. One of those is .. bool getInfo (char *string, int counter); I created a ATL exe , inserted a simple object.No I want to link the above library to my ATL project. So in Project->settings->link, I gave the lib name and directory of the lib file. Now I want to use this function getInfo in my atl program. SO I added one method in my interface say CallLibFunction And in that method I want to call getInfo.. Are these steps ok? Please let me know, any other precaution or regarding data types??? Kindly let me know. Row

    ATL / WTL / STL c++ question

  • Linking external library to ATL
    R ROWALI

    I have a win32 library with no interfaces , just only exported functions. e.g. One of those is .. bool getInfo (char *string, int counter); I created a ATL exe , inserted a simple object.No I want to link the above library to my ATL project. So in Project->settings->link, I gave the lib name and directory of the lib file. Now I want to use this function getInfo in my atl program. SO I added one method in my interface say CallLibFunction And in that method I want to call getInfo.. Are these steps ok? Row

    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