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 Chriss Miller 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: AnonGod
  • Content: Threads
  • Order by date
  1. AnonGod

    .NET Process object - 32 or 64 bit?

    Using Process.getProcesses() i'm pulling in all running processes on a machine. I need a way to determine if each Process is 32 or 64 bit. Problem is when I'm running a 32 bit host application on a 64 bit machine. When it tries to read Process p.MainModule.ModuleName (or any module access) it...
  2. AnonGod

    Screen Capture software request

    Hello - I'm looking for a Snagit-like software that has the following features: -- When running, is always recording the screen. -- When an option is pressed, the last 30 (60, 90, whatever) seconds of screen capture video is dumped to a file. -- Is customizable for how many frames per second to...
  3. AnonGod

    Search Byte Array for Pattern

    I'm looking for something that I can plug 2 byte arrays into and get an index returned of the first occurrence of the first array in the second array. Found this link that does what I want it to do, but I do not understand the use of the failure array...
  4. AnonGod

    Outbound PPTP VPN through PAT

    Just installed a new 5GT and having trouble VPN'ing out from any PC's that are using the interface (or DIP) ip. Logs show the outbound PPTP connection, but not the following GRE connection. (xp vpn client hangs at authentication.) Now, on my servers that have MIP's, the connection goes...
  5. AnonGod

    Internal Error - main2_w, 257

    First, apologies if this is the wrong forum, please redirect me if necessary. :) Trying to run an exe from a correspondence course. On my desktop it runs fine - If I copy the files to my desktop it runs fine (has 2 other folders with the .exe). However, I just bought a new tc1100 tabletpc (I...
  6. AnonGod

    Query Help - Quarterly Sums

    Hello again - :) This might be a vba only query, but any input is appreciated. Table 'Main': Date Contract TotalTrans Profit 9/28/2005 11/1/2005 111 $12.34 9/29/2005 11/1/2005 222 $56.78 9/30/2005 11/1/2005 333 $90.12 10/3/2005 11/1/2005 999 $98.76 10/4/2005...
  7. AnonGod

    Query Help - Group By and Where

    TIA for the help :) Having trouble getting my head around how this query should be built. I can do it in vba querying all the contracts, then querying all the latest dates seeing if OpenQty > 0, but I'd really like to have a single query that can return all of it on one shot. Table data...
  8. AnonGod

    VB.net to Standard DLL

    The answer may very well be no, but it's good to get ideas :) Been poking around the web for converting visual basic dll files to standard dll's. Pardon my not knowing, but I understand "standard dll's" as usually made in C++ and have exportable functions. (like windows api functions) I see...
  9. AnonGod

    RaiseEvent - Event running multiple times

    This app restarts services on a server. Everything is working well except the sub that runs when the custom event is fired is running multiple times. Example - first time btnTest is clicked, the event code runs once. Second time the btnTest is clicked, the event code runs twice, and so on...
  10. AnonGod

    System.ServiceProcess.* not available

    Thinking it might be because I'm on an academic version, but I can't find any documentation on it. The ServiceProcess namespace below System does not show up in autocomplete and if it's manually typed in it will not compile. I'm hoping it's something simple... any thoughts? Thanks! -Andrew...
  11. AnonGod

    System Performance - What to monitor?

    I'm sure this has been answered before... I must not be searching for the correct terms. If there is another thread that I can get linked to, I'd appreciate it. :) I want to monitor system performance on our servers and workstations (say 5-6 2003 and XP machines). I want to identify any...
  12. AnonGod

    Read data from a java applet

    Hello! - I use a java applet program daily and I would like to pull data from the applet into excel. (it looks like a spreadsheet in the app). I've looked around the Process and InternetExplorer classes, but I'm just not finding anything that can read what's inside the app yet. Any ideas are...
  13. AnonGod

    Invalid filename characters and REPLACE functions

    Hello! I let users update a text field in a database to have any characters they want. Later I pull the name they entered and look for an image matching the name they entered. Now there are reserved characters that you cannot use in a filename, so I want to strip them out of the name when I...
  14. AnonGod

    Count Query Xyntax Help

    Hey there - Trying to query some data and having a hard time getting my head around what needs to be done. I'm fairly sure I need a nested query, but just can't see where to put it... Existing data sample: col1 col2 col3 Cat Hat Book Big Hit Movie Cool...
  15. AnonGod

    PIX 501 inside routing question

    Howdy - I will be installing a router with a LAN IP soon and will need to route some subnets over it instead of the Internet. (partner intranet). The router will handle all nating and return traffic, I just need to get the traffic to it instead of my PIX (goes out to the Internet). Is there...
  16. AnonGod

    SELECT Query - VBA needed?

    posted this in access queries with no response yet, thought I'd try here as well. Hopefully not bugging too many people :) ----------------------- I'm sure this is a simple one, I just can't figure it out yet... :) I am trying to build an application that matches up records between 2 tables...
  17. AnonGod

    IIS Log File - Meaning of codes?

    Pulling my hair out this isn't easier to find... Using W3C logging on my SMTP server and getting a "SC-STATUS" or Service Status of 250. I know 400 is unreachable, 500 is server error, 200 is OK. But I only know these from experience. Is there a list somewhere I can look up an error code...
  18. AnonGod

    Messages stored in "Outlook Today"

    I have a user that accidently moved a message to "Outlook Today" - the top of his PST directory. We are running Outlook XP using a POP3 mailbox. This seemed quite odd to me that Outlook would allow you to put anything in that folder. Doing a search discovered it, but could not copy...
  19. AnonGod

    VPN Server Authentication Problem

    Hi there - I have a VPN server with 2 nic's, one inside 192.168.0.16, one outside 209.xxx.xxx.100. Server is part of my domain and uses PPTP for the VPN tunnel. When a user tries to connect, they are getting denied, prompting for a username and password. Username for testing is...
  20. AnonGod

    Hidden Registry Values?

    This has just happened recently, without any major system changes. I need to create a Null Session Share on a server. This is done by adding the existing share name to the registry Key\Value: HKLM\System\CurrentControlSet\Services\lanmanserver\parameters - REG_MULTI_SZ Value is...

Part and Inventory Search

Back
Top