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. Kaos2800

    ssh sentinel + outlook 2000

    I am runing a Linksys befw11s4 and ssh sentinel. I'm trying to connect to my exchange server via pop3 and smpt. But I can't even telnet to those ports over the VPN. I can see the exchange server and verify my username, but can't send and receive mail. I know on the exchange side, the server...
  2. Kaos2800

    Return a Value from a Sub

    My mistake, I forgot. What's funny is my cousins are the Watsons. -David
  3. Kaos2800

    Return a Value from a Sub

    Thanks! That's what I needed -David
  4. Kaos2800

    Return a Value from a Sub

    What I want to do is this. Sub CompleteForm() Dim SomeVal As Interger SomeVal = SomeOtherSub() End Private Sub SomeOtherSub() Some test performed here Return PerformedTestValue End If I can find a Working example of something like this it would be great. I hate having so many Global...
  5. Kaos2800

    Returning the value of an access query to a variable

    The way I've been cheating right now is to create a variable at the top of your VBA Code, before any Subs or Functions, this way it becomes public that way one sub can store information to it and another sub can grab it. Then no one on the page can mess it up and you can have as many sheets as...
  6. Kaos2800

    Macro Cancel Button

    I had to change it to just cancel but that worked, Thanks!
  7. Kaos2800

    Macro Cancel Button

    I'm using the standard Message box. Here is the code I have. Public Sub Timestamp() 'Init Dim time As String Dim Hours As String Dim Min As String Dim AMPM As String Dim TestPeriod As String time = "" AMPM = "AM" Title = "Enter the time" Message = "Example...
  8. Kaos2800

    Macro Cancel Button

    Question, how do I set it up so that when I click the cancel it exits the macro without any errors or running any more of the VBA code?
  9. Kaos2800

    Auto Complete with VBA in excel?

    Ok, I have to enter in hundreds of phone numbers and the time they called. To make things go quicker I would like to enter something like this. 8.01.0 Which would convert to 8:01 AM Equally 8.01.1 would amount to 8:01 PM. The code for this is simple enough. However, is there a way...
  10. Kaos2800

    Checking for mouseover.....!?

    I wanted to do something similiar and I figured it out. What I wanted was one animation that started an effect, and second animation that looped when the mouse was over a button, and then a closing animation when the mouse left. I think this is what you wanted to do. Here is the code to make it...
  11. Kaos2800

    onSubmit with validation still submits

    Thanks, I knew that was it the second I saw it. And it works. Thanks again! -David
  12. Kaos2800

    onSubmit with validation still submits

    I'm trying to create a fake password screen. But I don't want them to be able to access the next page unless the correct password is entered. When I run the page, and don't enter a password then the alert pops up like it should, but it then goes to the next page anyway. Any and all help would be...
  13. Kaos2800

    Network and Dial-up connections show nothing!

    Ok, problem number 2. I want to be able to share files with my roommates WinMe system. I know I need to have ICS enabled and I have tryed enabling it on his. But the problem is I can't even get the two systems to talk together. Now, under the Network and Dial-up Connections it shows (0 Icons)...
  14. Kaos2800

    Explorer does not sort properly

    Hello, I am listing a number of problems and I know reloading would be the best option, until I finish the current project I am working on, reloading is not an option. Ok, explorer does not sort directories and files correclty. Even after changing the sort order and what not. There will be...
  15. Kaos2800

    Login Looping after ghosting and swapfile problem

    I ghosted a pretty fresh install of 2000 on a new hard drive I just got, and when it booted up, the automatic login script runs and it would then say that the swap file is to small and needs to be changed. When I clicked on ok, the script runs again, it says saving user settings and the swap...
  16. Kaos2800

    Running a dos program from C++

    HELP! I am doing a senior project, and I can not figure out how to get a C++ program to run a dos command line Cd-player. Does anyone out there know how to do it. Heck, I use to do it in basic 15 years ago, anyway, I need help! dmschlab@bulldog.unca.edu

Part and Inventory Search

Back
Top