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 SkipVought 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: fravio
  • Order by date
  1. fravio

    TTrayIcons - anybody used them before?

    Hi, Check if the visible property in the object Inspector is true. Now if the form has an associated icon, then that will be visible in the system tray on mininmising... By default, double clicking on this icon will make the form reappear..You can use ResotreOn option to change the...
  2. fravio

    How to remove TString in ListBox?

    Probably u could save the content to a temporary array, then clear the list box and reassign from the array. Fravio..
  3. fravio

    Variable Declaration ..

    Thanx guys..its become more clear now..
  4. fravio

    Variable Declaration ..

    Hi, If we are declaring a variable inside a loop, what will happen to the instance of that variable before the next iteration? Does it mean that each time the variable is created though its not being explicitly destroyed at the end of each iteration...Case is same for local function variables...
  5. fravio

    Adding Tool - Tip

    Hi, Need to add tool tip / hint for each item in a listbox / combo box. How can this be done?? Thanx..
  6. fravio

    Linker Fatal Error -- Help !!

    "[Linker Fatal Error] Fatal: Unable to open file 'VPORT_BR.LIB'" this error is displayed while runnning any new appln. Some old applns. are running fine though. How to correct this?? Someone pls help.
  7. fravio

    Passing Recordset

    My application needs recordset to be passed to a remote client(through client socket ofcourse). How do I pass this information so that without any unbundling I can display the same at the client side? Any other suggestion for this data handling?? Hope somebody outthere has a solution to my...
  8. fravio

    Loading from a ListBox

    Hi, I am finding it difficult to save only the selected item from a combo/listbox into a stream. (Saving the entire list is possible though) Now how do I do this??
  9. fravio

    Session Management

    Hi, I would like to know of session management in non-blocking connections. Thanx..
  10. fravio

    Handling Streams

    Hi Folks, I would like to know how we can pass streams (memorystream / filestream) between sockets. Is it good practice to do so if the data passed is of big size(say in Mb).. Expecting ur help and code if any..

Part and Inventory Search

Back
Top