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

    Replication acting bizarre

    Is this the right area for this? Regardless, At work, we have multiple DB servers. A single master, and a single (soon to add more) slaves. Web front-ends load-balance between the slave servers. As our users post forms, the post data is added to the master and allowed to propegate to the...
  2. instar4per

    JPEG colors being mangled

    Despite this being a web application, I am asking here, because the core of it is done in VB. I have an ASP script which accepts an uploaded image ( using the FreeASPUpload class, www.freeaspupload.net ), and passes the temporary file's name to a custom component, which is supposed to do the...
  3. instar4per

    JPEG colors being mangled

    Despite this being a web application, I am asking here, because the core of it is done in VB. I have an ASP script which accepts an uploaded image ( using the FreeASPUpload class, www.freeaspupload.net ), and passes the temporary file's name to a custom component, which is supposed to do the...
  4. instar4per

    Callbacks?

    I have an application in which I take a large volume of domain names (the current list I have is approximately 35,000), and find out various information on them (including, WHOIS info, resolved IP, etc). Rather than hard-code these in, I would like to use a modular design, and add the...
  5. instar4per

    Enumerating functions from an ActiveX control

    I know it's possible, obviously, as VB is able to do it when we add a control to a form, and view it's properties. I've looked around (not hours, but not just one time), and haven't found anything very useful. If anyone has any insight as to how to do at least pull the function names (maybe...
  6. instar4per

    Dynamic forms and setting owners

    Whee, fun stuff here. After pawing through many samples of "SetParent", I decided to ask on the forums. Here is my application: I have a "control program", who's sole purpose is to load other mini-programs. The mini-programs (.DLL files), consist of a class module, and a...
  7. instar4per

    How to load DLL/OCX files at runtime

    I am trying to make an application with "plug-ins". Ideally, I'd use OCX modules, and have them draw on part of my form. Normally, this is just a "yea, so?" type of question, just right click -> Components, etc. But, I want to load arbitrary OCX modules, ones not included...
  8. instar4per

    Using VB DLL files with C++

    I know this is very backwards. I only know Visual Basic, and my friend only knows C++. But, he wrote a shell of a program which loads DLL files, and executes code from them. This way we can have the program do bazillions of things by giving it different DLL files. I have been able to find a...
  9. instar4per

    VB DLL files with C++

    I know this is very backwards. I only know Visual Basic, and my friend only knows C++. But, he wrote a shell of a program which loads DLL files, and executes code from them. This way we can have the program do bazillions of things by giving it different DLL files. I have been able to find a...
  10. instar4per

    Winsock API

    I'm getting my feet wet in certain aspects of Winsock API. Some of it, I've got down (making a socket, connecting it, recieving data). Other parts, I don't have. If anyone could provide insight to: -In the 'send' call, there is an argument named flags. What are the values that could go in...

Part and Inventory Search

Back
Top