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 SkipVought 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. jmlady

    Insert Query with multiple SubQueries..

    Thank you much! Had to make some edits and badabing! Works like a charm! Thanks again, Leslie. John
  2. jmlady

    Insert Query with multiple SubQueries..

    Hey there, I'm trying to write an insert query that takes two different queries, and inserts the values based on the year inputed by the user... insert into [pnltable] (totalsales, totalpurch, totalsupp, totaluniform, totalautoexp, totalofficeexp, totalphone) (Select [ADMIN TotalCost Annual...
  3. jmlady

    Deny Switch Ports on 2924xl

    Hey all, i'm trying to deny ports 17-24 on my cisco 24-port switch from ports 2-16 and permit it to port 1... 1 = Internet Connection 2-16 = LAN 17-24 = Computer Repairs I want to disable ports 17-24 from accessing all the ports but the internet port (1) so that in case a computer has a virus...
  4. jmlady

    how do you tell which parent process is running a .dll??

    Hey all, I was wondering if there was a program out there that would tell you which of the current processes is running a certain .dll? Also for virus/spyware, which program the .dll is created from (if it's a manifested .dll) or which program owns it (for non-manifested .dlls). Thanks in...
  5. jmlady

    Windows XP Won't release Autoconfig IP, Wireless not connecting..

    Hey, Me again. I just found the solution to the problem where you can't release the IP at all and where DHCP will not assign at all. here's the article: http://support.microsoft.com/default.aspx?scid=kb;en-us;817571 Enjoy :-) hope this helps anyone. John
  6. jmlady

    Windows XP Won't release Autoconfig IP, Wireless not connecting..

    Hey, I've read a few posts on wireless laptops not connecting to DHCP, and that it might be router config, problems with the cards, or a couple other things. I haven't found anything on my issue, though. ~I have a network, using IPCop as the DHCP server, connected into a linksys router, that...
  7. jmlady

    Processes

    Hey, I have a question reguarding system processes.. My goal, is that I want to terminate program specific processes, (for example, notepad.exe or other process)... All of the TerminateProcess script examples I look at are for Terminating ALL processes, but I only want to terminate 1 or 2...
  8. jmlady

    Interact with Java Applets..please help

    my work has a Java Applet that, in order for it to process certain, vital information and statistics, a button on the applet must be pressed... I want to create a VB program that automatically presses the button when it's able to be pressed and save the information in a log file...so that I can...
  9. jmlady

    Interact with Java Applets..please help

    Hey, Is there a way to interact with Java Applets on a webpage? I have an applet and I need a VB program to coincide wtih certain aspects of the applet...is that possible? thanks..
  10. jmlady

    Opening Access database without Access??

    I have an db in Access, and Im in the process of designing a program that will Open the db; The catch is, I dont' want to load Access. Is there a way to Open the .mdb file through Visual Basic without having to load access to add/remove/edit data? or is there a way to just load the forms from...
  11. jmlady

    RTF - Save/Rename/Format

    hmm, it worked....Thanks a lot!
  12. jmlady

    Interaction with Webpage/Java Applets

    Hey, I have another question.. How would I go about creating a program to interact with values in a Java Applet (take certain values and determine procedure to call based on values), or on a Webpage (an auto-form filler)...? Also, where are some good tutorials to teach ActiveX/OLE programming...
  13. jmlady

    RTF - Save/Rename/Format

    the code to save.. Form2.RTB.SaveFile (test.ODL) I believe that's it..
  14. jmlady

    RTF - Save/Rename/Format

    Hey again, I'm currently trying to create a program that takes a file, (an .ODL file - a running script) and deletes a word in a certain line. That works fine, however; when I try to save the contents of the RTB.Text back as the .ODL file, the program that I use with the .ODL file won't run...
  15. jmlady

    Search based on Input, results display in list box..

    That won't work...say I search for something like "allure" - aellru if I have a word like "lee" or something, it will keep bringing repeating letters...which is what i can't figure out.
  16. jmlady

    Find/Replace in RichTextBox, Urgent!

    Thanks a lot guys...it's quite alright, there were no special formats I had on the text. I'm teaching myself Visual Basic, and am just trying to get a real feel in a real time environment with an actual program idea... But thanks again!
  17. jmlady

    Search based on Input, results display in list box..

    Hey, I have a code that takes a user input from Text1.Text and searches a dictionary.txt file for all words containing character values. My problem is, however, if I put in the letters "BORDER", in the return List1 box, I I don't want results that have two "E"'s, three...
  18. jmlady

    Find/Replace in RichTextBox, Urgent!

    Wow, Thanks a LOT! I guess I was going about it all wrong. Well, again, Thanks :-)
  19. jmlady

    Find/Replace in RichTextBox, Urgent!

    Hey, I currently have a RTB1 field, and I'm trying to make a FOR loop to seperate words.. The files that are uploaded into the RTB field, are .txt files that have words: aaa bbb ccc ddd ... and i'm trying to take each word insert a linebreak at the space. However, when I get to the end of the...

Part and Inventory Search

Back
Top