Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Cesarion

  1. Cesarion

    Calling an application from IE menuext

    Hi! Someone knows how can i set a register entry to configute IE menuext to call an application like notepad passing the selected word in a command line argument? Clearing: I want to select a text word in the browser (IE) and, when right click over this word, appear a popup menu with my item...
  2. Cesarion

    How to create my own Dial-up dialer?

    Do you know something about "RasDemo"? I have used it us base to my DialUp Applications... It is good because it don't "lock" the system while is making a call. You can download it from CodeGuru. If you don't find it, ask me again...
  3. Cesarion

    Bringing window to top: how?

    I need to bring my application dialog to the top AND make it get the focus... The behavior in windows 95 and windows 98 is different... I have tryed many methods to do it, unsuccessfully... :-( Someone may give me a right way to do it?
  4. Cesarion

    Parameters argc,argv

    I`m using this: CString strNomeSenha; strNomeSenha = AfxGetApp()->m_lpCmdLine; //Obtem arg. da linha de comando (N=nome/S=senha) if ( strNomeSenha.GetLength() != 0 ) { if ( strNomeSenha.Left(2) == "N=" ) { m_socket->m_strNome = strNomeSenha.Mid(2,8)...
  5. Cesarion

    Dial-up connection: How do I change "wait for dial-tone" by program?

    Hi Pete! Thanks for your response!<br>I`m using two ways to make telephonic calls in my application:<br>1) I`m using TAPI to dial the code and numbers to program and to cancel the &quot;follow me&quot;. To dial using TAPI I`m changing the registry configuration for the used modem. It...
  6. Cesarion

    Dial-up connection: How do I change &quot;wait for dial-tone&quot; by program?

    Visual C++: I need change the parameter &quot;wait for dial-tone&quot; in the modem configuration of a phone book entry.<br>I didn`t found nothing related in MSDN and in the MSVC help!<br>Please, help me! It`s urgent!

Part and Inventory Search

Back
Top