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

    adding version info to 16bit EXE

    i have an EXE and i need to add version info to it. searched everywhere and dont know where to start regards Darren ##################################### ---------Dal1983@hotmail.com--------- ##################################### I am here, but where is here when i am there and not here, but...
  2. DGoulston

    httpsvr not sending data???

    ok i am using the visual studio provided code for httpsvr and have added a bit that when it finds [do-filename-do] in the html it replaces it with around 3000+ characters and sends them as such: // CString csSendLine, csSend // int nBytes while (csSend.GetLength() > 1024) { csSendLine =...
  3. DGoulston

    socket programming..

    ok i have a program that is running gettin network/user data and i am adding a bit to it so it is a winsock server, i then have another program that is the client. basicall im just trying to get them to comunicate at the mo. here is the code: //SERVER: BOOL Create_Socket() { CString dwValue...
  4. DGoulston

    set cache lifetime = 0?

    what vbscript code would i need to set the lifetime of the cache to 0? thanks Dal #################### # www.DGoulston.com # # Darren@DGoulston.com # ###################
  5. DGoulston

    open file from web server

    ok i have the code below open a file, but it opens a file from the computer the page is accessed from and not a file from where the html doc exists. and if i try take away the c:\ then it cant find the file at all... (this is only a section of the code, i do a lot of work with the file. which...
  6. DGoulston

    changing the text color on consol c++

    what is a simple if there is one, bit of code that can change the text color to for example red (a predefined color) e.g. i choose the color not the user. thanks in advance. DAL ########################## # www.DGoulston.com # # Darren@DGoulston.com # ##########################
  7. DGoulston

    Re-install issue

    ok our software installs fine using a inf file, but if you click the setup agian and try and re-install it you get prompts saying it cant find the 3 1/2 A: disk when it dont need it, if you click ok, it then asks you for the location of the file, in the location bar it allready shows where the...
  8. DGoulston

    WINS

    ok heres the problem i connect to wins on an ip address (for example 128.11.22.102) then i disconect now i reconect and it gives me a new ip address e.g.(128.11.22.105) i know that the way wins works it notices that there is allready my comp name registered with a different ip address in the...
  9. DGoulston

    WINS reconnection

    is there a way to connect to wins then disconnect and reconect? we log on once and it registeres the ip address with wins, but when we disconnect and reconect, because we have a different ip address when we reconect it dosnt allow us to log in because it is expecting the same ip address. how...

Part and Inventory Search

Back
Top