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 bkrike 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: cmahon
  • Content: Threads
  • Order by date
  1. cmahon

    Winsock SendData Issue

    Hi All I am having an issue with a Winsock control where I have 2 pcs on the same network. I establish a connection from the first pc to the second pc with the following code: tcpClient.RemoteHost = "CNNNNNN" tcpClient.RemotePort = 11542 tcpClient.Connect I then check the value of the...
  2. cmahon

    DNS Zone File $INCLUDE Statement

    Hi All Firstly I'm not even sure if it is possible to do this but I'm nearly sure I saw it discussed before in Books. We have a zone file that currently contains all of our A recrods, CNAME Records and our Dynamic DNS records. This zone file is currently called company.int What I would...
  3. cmahon

    Question Regarding the Distribution and installation of an Excel AddIn

    Hi, I have a question regarding the distribution and installation of an Excel AddIn. We have a Document Management System in place for Word documents which is basically controlled by a macro and a few ActiveX exes that are included in the macro as references - this works fine for us at the...
  4. cmahon

    Intercept the FileOpen event in Excel using VBA

    Hi, I am having a bit of trouble with intercepting the FileOpen event in Excel using VBA. We have a Document Management System in place for Word Documents whereby a user logs into the system and can open and save documents into a central location, without having to use the File System. I am...
  5. cmahon

    Configure Dynamic DNS on a SUSE Linux box

    Hi, We are currently configuring a SUSE Linux box to act as a DNS & DHCP server in our company. We can get the server to correctly assign an IP to clients and we have succesfully set up a records list of printer & server names and their relevant static IP Addresses. What we want to do now...
  6. cmahon

    Installation issues

    Hi All I'm sorry if this topic has been covered before but I'm really stuck at the moment and I can't quite figure out how to create an install program. I originally used the Package and Deployment wizard as included with VB and after succesfull installs on Win 98 machines I then tried to...
  7. cmahon

    Setup Problem in XP Pro

    I'm having some trouble installing Windows XP Pro on a second PC at home and I was wondering if anyone could help me out or offer any advice. The PC had Windows 98 on it and I tried to install XP but I got loads of errors and I thought the best thing to do would be to format the C drive and...
  8. cmahon

    Hi All I've just taken the step

    Hi All I've just taken the step up from VB6 to VB.NET and I'm having lots of trouble with it (although I expected this). Apologies if this sounds like a ridiculously easy question but to set focus to a control do I just need to code controlname.focus() I've been trying this but to no avail...
  9. cmahon

    Running VB on an G4

    Hi All, I am looking at buying a new laptop and I am extremely interested in buying an Apple G4 but as I am a programmer I am concerned that I won't be able to run VB.net on it - is this correct? Or will the MAC OS allow me to run the Visual Studio development languages? Thanks

Part and Inventory Search

Back
Top