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 Wanet Telecoms Ltd 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: AZSEEK
  • Content: Threads
  • Order by date
  1. 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...
  2. 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..
  3. AZSEEK

    NTSVC.OCX

    Does anyone know where I can download this control -- NTSVC.OCX? It is no longer available on Microsoft's site...
  4. 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...
  5. 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...
  6. AZSEEK

    Socketwrench

    does anyone have sample code on how to connect to a VPN using the Socketwrench Freeware product...
  7. 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
  8. 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
  9. 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...
  10. 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
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. AZSEEK

    MASK EDIT

    does anyone know how to do a mask edit on vb.net text box control (e.g. ssn ###-##-####)
  16. AZSEEK

    DataGrid / Column Formating Strings...

    i have a question for everyone... i have a string that I need to format in a certain way -- when I do the .FORMAT - it doesn't apply the style to the data... it does apply the style if the value is numeric... help
  17. AZSEEK

    VB / ASP / MQSeries

    does anyone know before I start down this road... if I can can create a VB Com object that will reference the MQ Series DLLs to pass messages to our MQ Series server; however, instead of using the VB COM object in a VB GUI - the object will be used in ASP pages...
  18. AZSEEK

    OS Environmental Variables...

    does IIS use the environmental settings that are set in the O/S?
  19. AZSEEK

    Excel 2002 XP SP2 Converters

    Is there a converter for Excel XP 2002 SP 2 to read in a spreadsheet created by an older version (Version 4) of Works for Windows... If so, how can I get it... Doesn't appear to be in the Office XP converter pack...
  20. AZSEEK

    Data Issues...

    we have an Access 2000 database (about 61MBs) that we use extensively... the database gets compacted and repaired on an every other night basis... has anyone hear of Access changing data in a field? the field that gets changed is the same one -- and it doesn't happen to a great number of...

Part and Inventory Search

Back
Top