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 Mike Lewis 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: adekunleadekoya
  • Order by date
  1. adekunleadekoya

    ebook and assembler

    i need a good ebook with a free assembler . i need to start coding in assembly language. i have a compiler project with a target language of assembly.
  2. adekunleadekoya

    connect from sql server management studio to a remote ms sql server

    i want to know how to configure ms sql server management studio to connect to a ms sql server 2005 database on the internet. i have the ip address of the ms sql server machine, the databse name, the login user name and password. my web application uses the above parameters to connect to the...
  3. adekunleadekoya

    asp.net reading http post data

    hello can anyone show me an asp.net code that reads an http post data. the point is dat the data was posted without a field name which means method such as request("name_of_field") cannot be used to read the posted data. any other means of reading http post data in asp.net?
  4. adekunleadekoya

    win32 api

    are u saying i can load a .net dll - for instance - from tcl/tk ? if yes can u show me a sample code in tcl/tk that does loading of dll ?
  5. adekunleadekoya

    win32 api

    how can i access win32 api from tcl/tk ?
  6. adekunleadekoya

    convert ascii value to corresponding character

    tanks. it works
  7. adekunleadekoya

    convert ascii value to corresponding character

    i need sample code that converts ascii value (e.g. 48 ) to corresponding character (e.g. '0') tanks
  8. adekunleadekoya

    read/write binary files in tcl

    fconfigure $fid -translation binary scan [string range $contents i i] %c strA above command did the magic thanks
  9. adekunleadekoya

    read/write binary files in tcl

    i need sample code that will read from a binary file like gif and store what is read into a variable and later - supposedly after preprocessing - write back d bytes of data stored in the variable into another binary file. while the bytes are stored inside the variable i may want to access them...
  10. adekunleadekoya

    getting the error code

    tanks it works like charm. my app is geting more robust. love u all for giving me d tcl-specifics. i hav been able to focus on solving d real problem while learning a new language.
  11. adekunleadekoya

    multi line comment in tcl/tk?

    can i write a multi line comment in tcl/tk ?
  12. adekunleadekoya

    getting the error code

    How do i get the error code and error message associated with a catch block like the one below? Assuming the remote machine is never existing /********************************** catch { set s [socket 192.168.0.200 1110] } ************************************/
  13. adekunleadekoya

    tcl/tk odbc database commands

    i need sample tcl/tk code/commads that work(s) with an odbc database like ms sql server 2005/ms access any ?
  14. adekunleadekoya

    package tk is not loaded statically

    i have solved this i just added this line /******************* package require Tk ********************/ Tanks
  15. adekunleadekoya

    package tk is not loaded statically

    /*********************** socket -server Accept 7000 proc Accept { sock addr port} { server_delete_interp $sock interp create interp_$sock load {} tk interp_$sock } *************************/ I run the above tcl/tk code. I effected a telnet connection to the server...
  16. adekunleadekoya

    multi threading in tcl/tk

    proc {} { puts "hello world" } how can i run the above procedure from a tcl/tk thread. i simply need a no nonsense approach to multi-threading in tcl/tk tanks
  17. adekunleadekoya

    "couldn't open socket: address already in use " socket programming

    note that running the same sample code with tcl interpreter works fine but for wish interpreter. my version of wish is 8.5 which i always invoke with wish85 hope these may help any person that can assist. my ultimate app will be a windows based application. so wish will surely be the target...
  18. adekunleadekoya

    multi column listbox

    Can the columns be made draggable to make them expandable ? Any possibility of inserting a checkbox in each list item ? Can a special color highlighting be applied to any row of item in the list , expecially the first row so it takes a different look ? Can a row selection be binded to an...
  19. adekunleadekoya

    "couldn't open socket: address already in use " socket programming

    yes it was a typo. I still have similar experience. What could be wrong ? excellent insights/leads will be appreciated tanks
  20. adekunleadekoya

    multi column listbox

    Can the columns will be draggable ? Any possibility of inserting a checkbox in each list item ? Can a special color highlighting be applied to any row of item in the list ? Expecially the first row so it takes a different Can a row selection be binded to an event handler such as a procedure...

Part and Inventory Search

Back
Top