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

Search:

Type: Posts; User: hinksj

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Can I use an OCX and NOT put it on a Dialog

    All the OCX's I have used have always been placed on a Dialog or a Form.

    How do you use one if it is NOT to be associated with a Window since it's class is derived from CWnd. (The ocx was designed...
  2. Replies
    0
    Views
    602

    TAPI ocx NOT on a Dialog

    I am looking into a TAPI application.

    To get a jump on time so I have found multiple suppliers of TAPI ocx products.

    They all show examples with the ocx ON a Dialog box.

    I have NEVER tried...
  3. Replies
    1
    Views
    1,004

    Please point the way

    I do very well in MFC and Sockets.

    I have a need to interface with a specific web site, not my own.

    The site requires a human to interface ... logon, password, button presses, etc.

    I am...
  4. Replies
    1
    Views
    2,133

    DirectSound + Codec

    I want to pass a PCM buffer, obtained via DirectSound, through a Voxware SC03 codec. Everyting in DirectX9 says I have to use filters, or now DMOs, get get access to a codec through DirectPlay.
    ...
  5. Replies
    4
    Views
    791

    Works Great ... thanks. All I could find was...

    Works Great ... thanks.

    All I could find was _spawn() and _exec().
  6. Replies
    2
    Views
    1,095

    Just a few pointers: Open a COM Port using...

    Just a few pointers:

    Open a COM Port using CreateFile();
    Set Baud Rate using SetCommState();
    Write to it using WriteFile() ... use "AT command set".

    Good Luck.
  7. Replies
    4
    Views
    791

    How to find Application to Open a .PDF

    I want to _spawn() an application to process a file.

    Specifically, i want to spawn the PDF Reader and pass it a PDF file to process.

    HKEY_CLASSES_ROOT\.pdf does not provide path information.
    ...
  8. Replies
    0
    Views
    823

    Proper Font Point Size in Printing

    On the Display, in a SDI view, I have 14 point "Dosapp" font text string that I
    place on the display with pDC->TextOut(...). The display string just fills
    the width of the display. ...
  9. Replies
    5
    Views
    667

    krmed: Your reply was right on. I had not...

    krmed:

    Your reply was right on. I had not noticed the icon taking up menu position 0 when in full screen mode.

    I was using the function to gray out menu selections is a system unlock had not...
  10. Replies
    5
    Views
    667

    Index Changes on MDI Menu

    FMC MDI Application

    One View is displayed full size.

    Menu on MainFrame has six selections across the MainFrame.

    void CMainFrame::OnInitMenuPopup(CMenu* pPopupMenu, UINT nIndex, BOOL...
  11. Replies
    21
    Views
    2,368

    SuzanneMarie: Have you acquired your String...

    SuzanneMarie:

    Have you acquired your String Code Yet?

    If not, I have one I will send you.

    Written in standard C++;

    It has been in use since 95.
  12. Replies
    0
    Views
    996

    MFC ScrollView Goes Blank

    MFC ScrollView, simple CDC Line and Text draw commands.

    On my machine, Win2k, 512 Meg Ram, Hi-End Graphics card, I can scroll and move the objects around (mouse relocates object and calls...
  13. Replies
    4
    Views
    1,605

    It's a debugging wrapper I had in place to map to...

    It's a debugging wrapper I had in place to map to a file WinSock activity before I purchased TracePlus (Nice tool for debugging WinSock).
  14. Replies
    4
    Views
    1,605

    int HCSocketInitialize(void) { word...

    int HCSocketInitialize(void)
    {
    word wVersionRequested;
    WSADATA wsaData;
    int err;

    if(HCSocketInitialized)
    return 0;

    wVersionRequested = MAKEWORD( 2, 2 );
  15. Replies
    4
    Views
    1,605

    WinSock setsockopt - NO work

    DWORD TimeoutSnd ;

    TimeoutRcv = 120000;

    err = setsockopt(S, SOL_SOCKET, SO_RCVTIMEO,
    (char *)&TimeoutRcv , sizeof(TimeoutRcv ) );

    Using WinSock 2.2

    Established a Blocking...
  16. Replies
    2
    Views
    638

    Please find attached a file that contains the...

    Please find attached a file that contains the class header, the function MakeConnection() that is called by the App to Create the Socket and make the connection and the function Initialize() that...
  17. Replies
    2
    Views
    638

    WSAEventSelect Error

    WSAEventSelect(S, Sev, (FD_READ | FD_WRITE | FD_CLOSE | FD_CONNECT))

    S = Socket
    Sev = Event

    I as using overlapped socket operations .....

    The Event is set, which brings me out of a...
  18. Replies
    3
    Views
    2,017

    I have searched Winsock2.h and have NOT found...

    I have searched Winsock2.h and have NOT found error 997 or a macro that might produce it by subtracting from a value ....

    Question 1: Where did you find the information.

    Question 2: The root...
  19. Replies
    3
    Views
    2,017

    Socket Error ... Puzzled?

    Using Overlapped Socket opperations.

    Following code is a snippet ....


    r = WSAWaitForMultipleEvents(1, &H->RcvEv, FALSE, Min2, FALSE);
    if(r != WSA_WAIT_EVENT_0)
    return HSe_TIMEOUT;
    ...
  20. Replies
    7
    Views
    827

    I just spoke with a ex-Microsoft Tech Support. ...

    I just spoke with a ex-Microsoft Tech Support.

    Since the law suite, Microsoft had to give up the ability to configure the OS to some of the big OEMs. Dell being one of them.

    He is still doing...
  21. Replies
    7
    Views
    827

    Just a simple Dialog. It is called ... DoModal()...

    Just a simple Dialog. It is called ... DoModal() from within another Dialog. It displays a script. Really simple.

    Is there are system parameters or Registry settings that change the way the OS...
  22. Replies
    7
    Views
    827

    XP bails when opening a Dialog

    Net 2003 - VC7.

    Standard MFC programming.

    Program working on XP Pro, Win 2000, Win98.

    I have a failing XP Home version that generates a Microsoft notification of a failure in NTDLL.DLL that...
  23. Replies
    3
    Views
    640

    Here's the question. My router is the gateway...

    Here's the question.

    My router is the gateway for a small home network. The gateway's address is 192.168.0.1 (this happens to be the same for everyone who uses this brand of router). It is...
  24. Replies
    3
    Views
    640

    How To Connect using Sockets

    Can someone point me in the right direction.

    I am on a home network, thru a router to a cable modem to the Internet.

    I want to set up a ICP/IP Socket session with someone set up in a similar...
  25. Replies
    5
    Views
    763

    I had found and read the help on my w2k system...

    I had found and read the help on my w2k system by the time I got notified of your reply ... thanks.

    I got with my off-site facility that is crashing and drwtsn32.exe does NOT exist on his...
Results 1 to 25 of 54
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured