CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HarryCummings

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    2,444

    Re: Classes...

    Read Scott Mayer's books please.
    He writes awesome items and explains things in details from basic to higher levels.
  2. Replies
    0
    Views
    384

    Sex scandal

    http://www.timesonline.co.uk/tol/news/world/europe/article4972855.ece

    I have been on holidays for a week...
    I can't believe Strauss-Kahn could do something like that, the news today shoots...
  3. Replies
    11
    Views
    1,535

    Re: Not yet resolve, clsid

    Thank you,
    What do you mean by Yes I can ?
    My questions are not how to make CLSID or IID. My previous post was to explain to cilu about what I would like to know.

    You sound like an expert of...
  4. Replies
    11
    Views
    1,535

    Re: Not yet resolve, clsid

    Thank you for your replies.

    My question is mainly about the CLSID

    For example, in the link you provide


    hr = CoCreateInstance ( CLSID_ActiveDesktop,
    NULL,
    ...
  5. Replies
    11
    Views
    1,535

    Re: Not yet resolve, clsid

    I am thinking those have been registered and I just would like to enumerate them. Well am I wrong ?
  6. Replies
    2,373
    Views
    1,545,352

    Re: The Boring Thread

    Actual question is could I get a feel of how the universe look like ? is it beutiful or just another real dark side of the star in question ? Will my mind change completly after I could see it ? ...
  7. Replies
    11
    Views
    1,535

    Re: Not yet resolve, clsid

    Thank you Victor,
    But when I try to do use it along with a iid in statement like

    CocreateInstance(clsid,....,iid_interface,&p);
    it return "class has not been registered". I know this is basic...
  8. Replies
    11
    Views
    1,535

    Not yet resolve, clsid

    Can I use a clsid in HKEY_CLASSES_ROOT\clsid ?
    is it the clsid for COM ?
    How can I use it ?
  9. Thread: class id

    by HarryCummings
    Replies
    5
    Views
    1,797

    Re: class id

    Thank you very much. I am not into strict argument when I am in need of help. But you know I am angry reading what you imply! Maybe it's my mental issue. but your post sparks other ideas I am not...
  10. Replies
    2
    Views
    582

    COM related questions

    I have a source code of a program using a compiled tlb file
    the file as I extracted into VC++ includes structs that do not define themselves (as I saw them in tlh and tli)

    I see in VB source code...
  11. Thread: class id

    by HarryCummings
    Replies
    5
    Views
    1,797

    Re: class id

    Thanks alot,
    Why do MS provide many interfaces that donot not have CLSID. Are they used in the way you explained ? If I'd like to use any of them what should I do ?

    Second, I mind-storm up an...
  12. Thread: class id

    by HarryCummings
    Replies
    5
    Views
    1,797

    class id

    Hello,

    I am a COM starter, I don't know exactly what is the differentce between class id and interface id ?

    I read into a tlh file which has the followiing definition


    struct...
  13. Replies
    0
    Views
    465

    TLB file compiled

    I have an TLB file got compiled into VC++ code but fails at
    one line

    void __stdcall CopyMemory(void* Dest, void* Src, long len);

    Errors are

    error C2146: syntax error: missing ) before...
  14. Replies
    1
    Views
    464

    Late and early binding

    What are they and How important are they ?
  15. Replies
    4
    Views
    462

    Re: about return value

    Why is that sort of return supposed to be "standard" ?
    Return is return.
    "Switch" to select cases for return code that might be predefined as const and documented for references
  16. Replies
    1
    Views
    2,269

    IShellAppManager

    Why can I not find where it is in my Vista with VS08 installed ?
    I also can't find the type libry to reference .

    Someone knows about this please hint.

    I look into shappmgr.h header but no such...
  17. Replies
    1
    Views
    619

    Uk'ers wedding

    What is that Royal Wedding supposed to mean actually ? What the hll, it's almost all over the places.
    I think I am watching old imperialists and how Creationists are making wedding vow.
    About fame,...
  18. Replies
    1
    Views
    899

    CoCreateInstance fails

    I have got a E_NOTIMPL return
    Here is my code



    GUID clsid;
    GUID iid;
    IUnknown*pUnknown=0;
    HRESULT hres=IIDFromString(L"xxx",&clsid); //S_OK
    hres=IIDFromString(L"xxx",&iid); //S_OK
  19. Replies
    6
    Views
    1,415

    Re: Africa Bike Week.....

    No, I like online bombs only, if I have free time

    Well I always have free time.
  20. Replies
    3
    Views
    934

    Define a variable

    WHat does this mean

    Dim variable(0,5) as Long

    later I'd use it as

    CoCreateInstance(variable(0),...)

    Someone could help me please ?
    Thank you
  21. Replies
    3
    Views
    606

    string class

    Is string class a container too ?
    As I see, it also has begin and end iterator/

    Thankyou
  22. Replies
    2
    Views
    851

    Re: Simple WPAN - Help me please

    You can use a wireless network USB, an IR module or a blue tooth USB device . The third one looks cheapest. taht you can send and rec files, betw two machines. I also saw people use it unreliably to...
  23. Replies
    3
    Views
    1,364

    import directive

    I'd like to use IEnumInstalledApps interface but it is not documented,
    I searched and found some things I wonder how to accomplish. Now here are some qyestions.
    1. How do you create a tlb file...
Results 1 to 23 of 24





Click Here to Expand Forum to Full Width

Featured