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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Tareq
  • Order by date
  1. Tareq

    Modem question

    Hi , this is an example to check if modem is available and on which port is connected , hope this code would answer your question <----------- If WitchComm(DIALER) > 0 Then StatusBar1.Panels(4).Picture = LoadPicture(App.Path & &quot;\Phone.bmp&quot;) StatusBar1.Panels(4).Text =...
  2. Tareq

    Sorting in FlexGrid

    each time you add a value to you Grid Sort it <br>&nbsp;MsflxGrid.AddItem &quot;2&quot;<br>&nbsp;MsflxGrid.AddItem &quot;1&quot;<br>&nbsp;MsflxGrid.Sort = 1<br>&nbsp;MsflxGrid.AddItem &quot;3&quot;<br>&nbsp;MsflxGrid.Sort =...
  3. Tareq

    CommonDialog.Open Problem in VB5

    CmDlgSnd.DialogTitle = &quot;Please Select the Text File&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CmDlgSnd.Filter = &quot;Text File (*.TXT) ¦...
  4. Tareq

    CommonDialog.Open Problem in VB5

    CmDlgSnd.DialogTitle =
  5. Tareq

    Need code for outlook interface

    create new form and add text boxes<br> ComTo, ComCc, ComBcc, mBody, mSubject <br> Then add a command button CmdSend<br> <br> Private Sub CmdSend_Click()<br> <br> Dim olapp As Object<br> Dim oitem As Object<br> <br> Set olapp = CreateObject(&quot;Outlook.Application&quot;)<br> Set oitem =...

Part and Inventory Search

Back
Top