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

    Forwarding Email using Perl

    Hi all, I have a small Perl script which uses Mail::POP3Client to periodically check an email account. It works great except for forwarding. Basically I want it to forward certain messages to a different address if found. Right now, it does this OK except for the fact that it loses the original...
  2. buzznick

    InternetReadFile() and 'POST' vs 'GET'

    Hi all, I'm using InternetReadFile() to successfully send form data via the 'GET' method to a url, eg: http://example.com/myscript.php?a=something&b=somethingelse And it works great... that is, except when the url length exceeds 2048 characters! Ideally, I need to be able to send such...
  3. buzznick

    ReadProcessMemory

    Hi, does anyone know how I can stop another process from using ReadProcessMemory() to read into my program? Thanks
  4. buzznick

    List View Control in Applet

    Hi all, I'm totally new to Java (coming from C/C++) - so please excuse this if it's a stupid question. :-S Basically, I want to create a java applet that displays a list control much like the common Windows list control with columns, etc. I'd like to do this directly in the applet itself...
  5. buzznick

    URL access from PHP

    Hi all, What is the best way to have a PHP script access another URL on a remote server. For example, let's say I have a PHP script on my server but I want to get the text returned by "http://someotherserver.com/somescript.php" Thanks, Nick
  6. buzznick

    MySQL and Apache efficiency

    Hi all, Having some troubles with MySQL and efficiency using Apache. Here's the set up: We have about 12 MySQL DB's running on a Linux server. We have approx 100 users accessing the DB via PHP scripts. However, the server load is way up to like 20-30 and everything is running at a crawl. We...
  7. buzznick

    User's country from IP address

    Hi, does anyone know any easy way for me to check a users country (via IP address) in a script? For example, if I detect the user's IP address is 123.123.123.123 I then need to determine if that user is in China or Australia. Thanks!
  8. buzznick

    User's IP address and location

    Hi, does anyone know any easy way for me to check a users country (via IP address) in a CGI script? For example, if I detect the user's IP address is 123.123.123.123 I then need to determine if that user is in China or Australia. Thanks!
  9. buzznick

    Adding child windows to a window in another module

    Hi, I have an interesting problem. I want to be able to add [at will] child windows to another window from another running executable. So, let's say there is a program ("program A") running on the PC which displays a main window ("window A"). My program ("program B") wants to create a child...
  10. buzznick

    Using LIMIT with SELECT queries

    Hi All, I have a problem using the LIMIT statement in MySQL. Basically I want to limit results to a number such as 200. However, this works fine except it returns the *first* 200 records it finds. What I want is the *last* 200 records because I need to examine the latest records. here's an...
  11. buzznick

    Calling exported C functions (DLL) in Visual Basic

    Hi, I'm writing a DLL in C/C++ that needs to export a couple of functions to be used by a Visual Basic program. However, we're having some trouble getting the Visual Basic to read the exported C functions. They are very simple functions, eg: extern "C" __declspec(dllexport) void...
  12. buzznick

    Exporting C/C++ DLL functions to VB

    Hi, I'm writing a DLL in C/C++ that needs to export a couple of functions to be used by a Visual Basic program. However, I'm having some trouble getting the Visual Basic to read the exported C functions. They are very simple functions, eg: extern "C" __declspec(dllexport) void...
  13. buzznick

    Combo Box Problem

    Hi, I have a problem with a combo box I'm creating on-the-fly programmatically. I can create the combo box and add items to it and select, etc. etc. - the problem I have is that when I click on the arrow to display the choices, the list doesn't appear and I can only choose items one-by-one...
  14. buzznick

    Need help setting up dovecot for POP3

    I'm trying to set up dovecot to serve POP3 mail on my Fedora Core 3 box. Everything looks fine except when I try to use my mail client on an external box I get the following error (where '<myserver>' is my server name): The POP server “<myserver>” rejected the password for user...
  15. buzznick

    LoadLibrary

    Hi, I'm trying to use LoadLibrary() in VC++ 6.0 to load a DLL in RAM. In other words, the DLL is not on disk but it's actually loaded into memory as a buffer of bytes. Does anyone know how I can trick LoadLibrary() into using the buffer as a disk file without me having to write the bytes to disk...
  16. buzznick

    Monitor problem and mirroring

    Hi all, here's my problem: I have a Toshiba laptop on which the monitor completely died on me today. I then plugged in an external monitor believing that I would get a mirror of the laptop screen. This works fine until Windows has finished booting up - then the external monitor just turns off...

Part and Inventory Search

Back
Top