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 Mike Lewis 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: amsh7
  • Order by date
  1. amsh7

    proclarity - export to excel from macro

    I need to export a page from proclarity briefing book (OLAP) to excell from macro (VB editor) or to move the table to a flexgrid so I could access all the filesds at the table from the code Thank You Amos
  2. amsh7

    ignoring error mesages

    I using some controllels (for example SMTP) that pop-up errors message box. the command: on error resume next does not help How can I ignore these messages automaticlly ? Thank You Amos
  3. amsh7

    Outlook events (hoolidays) for next year,

    I need to see all the holidays for the next year (2003). but when adding these holidays,i can see holidays events only until the end of this year (2002). please advise. Thank You Amos
  4. amsh7

    using ssh

    I know how to use the telnet with winsock. how can I use the SSH1 ? Thank You
  5. amsh7

    richtextbox

    10X, working great !!!
  6. amsh7

    richtextbox

    as you look at the code below, I want to chnge the color of each line. why it is not working ? even when using the selstart and sellength it change only to 1 color. Thank You Amos RichTextBox1.SelColor = vbRed RichTextBox1.Text = RichTextBox1.Text & "aaaaaaaaaaaaaaaaaaaaaaa&quot...
  7. amsh7

    date validation in form textbox

    go to the setting -> control panel -> regional opptions-> date -> short date format : chage the format there as you want like : dd/mm/yyyy enjoy
  8. amsh7

    How to insert new line character in VB

    check that the multiline paramter is true (at the textbox) add "VBcrlf" to the string enjoy
  9. amsh7

    winzip command line

    I working on automation of zipping files. I know how to zip files from the command lines, but can I add parameter that delete the files after zipping or get confirmation after zipp all files successfuly so I'll delete them with del command line. Thank You Amos
  10. amsh7

    port sniffer

    from the help i think i need to use the bind method but how ? can you guid me in general hoe to listen to a port ? regarding the scond tip where can I find this DLL ? Amos
  11. amsh7

    port sniffer

    I need to listen to one of the port on my computer. I saw code how to look for port but didn't find any code that listen. 10X Amos
  12. amsh7

    proclarity olap and VBA

    I need to get data from proclarity olap (ver 3) page to VB. I need the data at flexgrid or any data container. can you give me the basic code of obtaining the data to vb ? 10X Amos
  13. amsh7

    VB excel and OLE

    how do i open and show an existing excel file on ole control.(at running time) please give 1 example of using the sheet properties (through the ole) like rang find or anything else thank you. Amos
  14. amsh7

    VB & excell - find next is not workin.

    hello i open an excel file and find the first word at the sheet. when I'm usind the findnext method it is remain in the first word. and also, how can i present the page in my application (not opennung it in excel document (ole??). the code below: Dim xlsapp As Excel.Application Dim xlsbook As...
  15. amsh7

    text to speech and VB for wavephon.

    in order to play text to speech to the modem i need to change the format to 8kHz 16 bit output format. I can play regular wave files that saved in this format but regular text to speach is not working. where can i download this kind of TTS or how can i change the format through the properties ...
  16. amsh7

    messenger and makin a call

    how do i open the dialer of the messenger from VB. I succeed to log in , but can't call the dialer to make a call. thank you.
  17. amsh7

    visual basic and access

    thanks for the reply where do i need to check it ? in the rs.open ? or when I open the DB ? do you know what is the number of the "adModeShareExclusive" and what number do I ned to user instead ? the Critical code : set db = OpenDatabase("shiftoption") SQLquery =...
  18. amsh7

    visual basic and access

    I'm using MS Access with VB6, when the App is running I can't use the database with other ASP application, I have no problem to use the DB with many ASP pages, but when 1 app of VB is running I get error message. I have tried to open recordset with the parameters 3,3 with no help, please...

Part and Inventory Search

Back
Top