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

    Getting A function/subroutine memory Address

    I seem to recall some time ago being able to get the address of a powerbuilder function and sending it to my c/c++ dll which in turn will call the powerbuilder function DIRECTLY!!! yes i recall doing this like 3/4months ago.. Anyway to give you some idea it is similar to VB "AddressOf <vb...
  2. cenwesi

    Importing Text File and ListBox

    Apart from me having to read a text file line by line and using the listbox.additem(...) function, is there another way or a better way to do this. Like with datawindow we can use the importfunction. Infact are there any free activeX control that can be used???
  3. cenwesi

    OleObject and making it Visible

    Hi is there a way to make an oleobject visible...case in point, i dont want to make WMP9 visible on my app, i can create an OleObject to it and connect fine...even play a movie/song(mp3). But what i want to do next in the case of a movie is display that oleobject. I noticed one of the...
  4. cenwesi

    SQL7 and Stored Procedure ISSUE!!!!

    Can someone explain to me why i have to put commit using sqlca at the end of this stored procedure execution ======================================================= int mout DECLARE webrequest PROCEDURE FOR web_request @code = :cd1, @code2 = :cd2, @code3 = :cd3, @msg = :mesg using sqlca...
  5. cenwesi

    Sending Array from c/c++ to PowerBuilder

    Ok so i want to read a large/small file from c/c++ and send it to powerbuilder. I know i can use import function.... but i want to do it at the c/c++ level. I can read it into an array char **ar at the c/c++ level. Now how can i send this info to PB? Anyone

Part and Inventory Search

Back
Top