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: *

  1. AZSEEK

    a deployment question

    I haven't done a MSI under the new VS.net yet -- Are there any good examples (aka walkthroughs) out there that you know of?
  2. AZSEEK

    Window Services

    thank you for your answer -- i wasn't using the command prompt tool that VS.net has...
  3. AZSEEK

    a deployment question

    what is the best way to deploy the new service -- by using the installutil to load it on another computer or by doing an MSI package... any samples of do this for a Windows Service...
  4. AZSEEK

    Window Services

    I created a Windows Service in VB.Net and I tried using the InstallUtil and I keep getting this error message -- please help Exception occurred while initializing the installation: system.io.filenotfoundexception: file or assemble name emailpooler.exe, or one of its dependencies, was not found..
  5. AZSEEK

    NTSVC.OCX

    Does anyone know where I can download this control -- NTSVC.OCX? It is no longer available on Microsoft's site...
  6. AZSEEK

    XML Web Service Results...

    I created an .Net XML Webservice using VB.net -- I have an ASP form that uses the post method -- the web service does it thing -- but it displays the results in xml -- i would like to take it to the next step how do I transform the results... i have read examples of if the XML is in a...
  7. AZSEEK

    .To Email Address

    Hello All... We are using Outlook 2002... I have code that de-attaches an attachment (see below) -- I now need to find out the email address (need the email address and not the name) the message was sent to in the same code of through another function call... Can anyone help? Public Function...
  8. AZSEEK

    VB 6 & VPN...

    this article helped me get what I needed... http://www.vbarchiv.net/archiv/tipp_221.html
  9. AZSEEK

    VB 6 & VPN...

    b/c I need it to -- so do you a proper answer to my question
  10. AZSEEK

    Socketwrench

    does anyone have sample code on how to connect to a VPN using the Socketwrench Freeware product...
  11. AZSEEK

    VB 6 & VPN...

    Hello All... can anyone point me in the direction of sample code that will show me how to estiblish a vpn connection via visual basic 6 (or .net)... -John
  12. AZSEEK

    Outlook Objects...

    when I insert this line - oMessage.Move objProcessedFolder - the loop only goes through once even tho the collection holds more and if I remove the line the entire collection is gone thru... Public Function SaveAttachments(Optional PathName As String) As Boolean Dim oOutlook As...
  13. AZSEEK

    Outlook Objects...

    i have code that deattaches "attachments" from a message and stores them in a certain directory... it works fine until i issue instructions to either move or delete a message... what it does, it only loops through once even though the collection as more messages... any way around this
  14. AZSEEK

    VB / Outlook / Moving a Message

    here's some sample code -- i have the first part working in which I can strip out the attachment and save it to another location... what I am trying to do next, is once the attachment has been stripped -- move the message to another folder... -- the moving to another folder is not working, any...
  15. AZSEEK

    Book Recommendation!

    Good Afternoon, All... I have been able to create and deploy several .NET XML Web Services using VB.Net -- Now, I would like to transform the resulted XML into a nice looking ASPX page... Can anyone recommend any good books on the subject... Thank you
  16. AZSEEK

    MQSeries SDK Question

    what I mean inactive/active (or timeout), is that if the mqseries is not used for a length of time -- it goes to sleep (connection to the other end is lost) -- then we send a message after this -- the first message fails but the second works - after it has time to re-estiblish everything... so I...
  17. AZSEEK

    MQSeries SDK Question

    Using the MQSERIES SDK, can I in Visual Basic on another computer -- check to see if the MQSeries Queues on a server are inactive (aka timeout) or active... If so, any examples out there...
  18. AZSEEK

    Validating / Validated Events -- Inconsistent...

    I have two radio buttons in a single group on a form... I am trying to understand how the Validating and Validated events work; however, there seems to be some inconsistency issues - for example: On initial form load - RadioButton1 has focused, the following event gets triggered...
  19. AZSEEK

    Canceling an event...

    Is it possible to cancel this event -- RadioButton1_CheckedChanged -- from with in it ... I know that in the Validating event - you can issue something like e.cancel = true...
  20. AZSEEK

    fp webbot tag...

    a friend is using front page for a very small intranet site... he has a question -- if a certain checkbox is checked, he would like to change the following email address on the fly for the fp component to use... any ideas or samples of how this can be done... <!--webbot...

Part and Inventory Search

Back
Top