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!

Recent content by DGoulston

  1. DGoulston

    adding version info to 16bit EXE

    that is 32bit exe versioning.. im talking about 16bit exe's im talking about adding version information to an exe. it must be possible because there is software that can update the version data but just cant find any that add's it. #####################################...
  2. DGoulston

    adding version info to 16bit EXE

    yes we create the exe's ##################################### ---------Dal1983@hotmail.com--------- ##################################### I am here, but where is here when i am there and not here, but am i not always here? interesting........
  3. 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...
  4. 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 =...
  5. 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...
  6. DGoulston

    open file from web server

    yes i have to agree that accessing that accessing the file through the ip address is not nice, all i wanted was some VBScript code that read the file from the httpsrv server. as i said i am hardcoding the file handeling into the server using c++ and it works fine, thanks for all you guys help...
  7. DGoulston

    open file from web server

    your first piece of code looked good but the output of the path is: tp://10.0.11.29/auth.txt (which is the address of the file but what is the tp? anyway not to worry as i am hard coding it in the server and going to be using [d--fieldname--d] to suplement anything i need to display in the html...
  8. DGoulston

    open file from web server

    but server side is asp is it not? <% & %> makes it asp dont it?? the server im using only supports VBScript enless anyone knows a FREE asp standalone server (not the one provided with windows) becasue i need to re-distribute it. regards Dal #################### # www.DGoulston.com # #...
  9. DGoulston

    session variable

    but i need to do it in the VBScript section cause i have a varible that i want to go into the session one. #################### # www.DGoulston.com # # Darren@DGoulston.com # ###################
  10. DGoulston

    session variable

    hi, how would you do that the other way eg: //your current code <SCRIPT LANGUAGE=VBScript> dim sgroup sgroup = &quot;hello&quot; sgroup = &quot;<%=Session(&quot;sGroup&quot;)%>&quot; </script> //what i want to do (set the session var in VBScript <SCRIPT LANGUAGE=VBScript> dim sgroup sgroup =...
  11. DGoulston

    open file from web server

    i am not using asp... i am using vbscript because i am purposly only using a simplistic web server that does not support much, everything is working fine so far, im reading in a file, cuting it up, putting it into arrays, displayin parts, but currently it comes from the client computer and i...
  12. 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 # ###################
  13. 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...
  14. DGoulston

    changing the text color on consol c++

    also the example is in C not C++ it would seem! as it has all the printf's and things.. i need it in C++ thanks ########################## # www.DGoulston.com # # Darren@DGoulston.com # ##########################
  15. DGoulston

    changing the text color on consol c++

    im a novice in C++ and cant work out from that example the bits to take just to change the text color. becuase i tired loads of it but it dont work, and dont want all that xy and scrren color crap! thanx Darren ########################## # www.DGoulston.com # # Darren@DGoulston.com #...

Part and Inventory Search

Back
Top