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

Search:

Type: Posts; User: manlee

Page 1 of 4 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    0
    Views
    1,363

    Visual Studio 2003 Configuration Manager

    Anyone else notice the following issue?

    I have 11 projects in my "Solution".
    I have setup/configure a build group to only build 6 out of the 11 projects, using the "Configuration Manager".
    I...
  2. Replies
    4
    Views
    1,929

    .

    .
  3. Replies
    4
    Views
    1,929

    yes I know :( Thats why the geniuses over at...

    yes I know :(

    Thats why the geniuses over at Microsoft hack together the CCeSocket class.
    The doc even says to override OnConnect() to check the state of the connection. Unfortunately, it does...
  4. Replies
    4
    Views
    1,929

    CCeSocket in Pocket PC

    hello all!

    I want to create an asynchronous socket connection for the Pocket PC platform.
    All the docs say to use CCeSocket.
    When I create my instance of CCeSocket and then call Connect(), it...
  5. Thread: MSN Messenger

    by manlee
    Replies
    0
    Views
    574

    MSN Messenger

    Hello all!

    I am playing with the MSN Messenger (Windows Messenger) SDK, that I've recently d/l from Microsoft.

    I am trying to create the contact list using the API's. But I keep getting Read...
  6. Retrieving secret key from Diffie Hellman Provider (Crypto API)

    Hello all,

    This one is for those security gurus!

    I am trying to retrieve the secret key from the Microsoft Diffie-Hellman Provider.
    It works fine when I encrypt and decrypt on different...
  7. Replies
    2
    Views
    1,010

    Outlook Express SDK

    Hello all!

    Is there such a thing as an Outlook Express SDK?
    I did searches on the net and came across an entry in the Microsoft Knowledge Base stating that ...
  8. Here's some more details to my problem. The...

    Here's some more details to my problem.
    The Compiler generates this file called, msxml3.tlh, that has the virtual functions() = 0. I think it grabs the names of the functions from my #import...
  9. Help with Compilation Problems for Virtual Funcs

    Hello all,

    I am trying to use MS's SAX2 parser.
    I grabbed the MSDN demo and compiled it.
    It works with no problem.

    So what I did was copy the files I needed into my own project.
    More...
  10. How do you determine your program's exe location?

    Hello all,

    I want to "autostart" my app when window boots up.
    I know where to put the entry in the registry to accomplish this, but I do not know how to figure out how to retrieve my app's...
  11. Replies
    4
    Views
    1,080

    try this link. someone has wrapped the SCHANNEL...

    try this link.
    someone has wrapped the SCHANNEL api's to make it behave like CSocket. It handles all the messy stuff.


    http://www.codeproject.com/internet/sslsocket.asp
  12. Replies
    4
    Views
    1,080

    yea You will have to mess with the SChannel...

    yea

    You will have to mess with the SChannel stuff if you want a Microsoft implementation.
    Search for "SCHANNEL" in MSDN.
  13. Actually, I already have mechanisms for...

    Actually, I already have mechanisms for authenticating to the server. I am using Microsoft's SChannel stuff for an SSL/TLS connection.

    But that wasn't my intended question. :p :)

    I just need...
  14. Replies
    8
    Views
    1,019

    oops my mistake, should've check the link you...

    oops my mistake,
    should've check the link you refered to.

    For .net versions I think you can only buy a Pro edition of Visual Studio.

    I don't think there is a Visual C++ .net Pro.
    This is...
  15. Replies
    8
    Views
    1,019

    Microsoft claims that the Pro version has a...

    Microsoft claims that the Pro version has a better compiler.
    As least thats what leads me to believe that from their elusive product website.

    The Pro version is Visual "Studio". Which has Visual...
  16. Replies
    3
    Views
    1,156

    I think the problem is when you have to provide...

    I think the problem is when you have to provide all 3 dll's
    mfc70.dll
    msvcp70.dll
    msvcr70.dll
    to the user.
    This totals to about 1.72 MB in size. :(

    Not a problem if your app is big to begin...
  17. What are some ways to encrypt a password onto the registry?

    Hello all,

    I have a client that logins into a server. (duh!, what else would it do?!)
    The client requires the user to enter a username and password to login.
    The client currently stores the...
  18. Replies
    0
    Views
    1,017

    another ActiveSync question

    Hello All,

    How does a program know when an ActiveSync connection is disconnected?

    Is there a message that gets passed?

    I have a network application using CSocket.
    When I unplug the ethernet...
  19. Thread: Ssl/tls

    by manlee
    Replies
    4
    Views
    937

    Actually, I'm trying to do exactly what you just...

    Actually, I'm trying to do exactly what you just said.

    Like I said, I am new at this and am totally clueless. :(
    I grabbed some code from CodeProject that wraps CSocket with SSL/TLS....
  20. Thread: Ssl/tls

    by manlee
    Replies
    4
    Views
    937

    Oops. I meant to say, I just want to get the...

    Oops.

    I meant to say, I just want to get the server's certificate to obtain the key and bypass all the client/server authentication. The client doesn't care if its the real server or not. It...
  21. Thread: Ssl/tls

    by manlee
    Replies
    4
    Views
    937

    Ssl/tls

    Hello to all you security gurus out there, :)

    I have a client that needs to talk to an SSL/TLS enabled server.

    No certificates are needed. I just need to grab the key from the server to use to...
  22. Sorry to restart this thread if its been dead...

    Sorry to restart this thread if its been dead since the 8th... but here goes...

    My 2 cents.. or $10000 ;)

    IMHO, it is rather relatively expensive from the point of view of small development...
  23. Replies
    3,704
    Views
    621,977

    Poll: Sorry, I just came out of Hibernation... ;) I...

    Sorry, I just came out of Hibernation... ;)

    I voted US.

    :)
  24. Replies
    1
    Views
    848

    How to get Menu ID's?

    Hello all,

    Is there a way to retreive the Resource ID of the whole menu?
    Not just a specific menuitem, but the whole menu.

    There is a method called GetMenuItemID() that retrieves the ID for...
  25. Replies
    7
    Views
    1,544

    Yes, it will look like i will have to use the...

    Yes, it will look like i will have to use the hook method.

    But what i dont quite understand is, why it must be in a dll?
    Or is that legacy windows?

    After some more digging i found a function...
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured