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

    INTERBASE TIBTable->GetCurrentRecord

    Hello! I have BCB5 and Interbase 2007 I have crated table with to columns: ID - integer NAME - varchar2(50) When I try to read the current record from the table with char * buffer = new BYTE(TIBTable1->RecordSize); TIBTable1->GetCurrentRecord(buffer); There are about 150 characters in the...
  2. JustBeginer

    USB driver free component?

    I'm looking for free component to make USB driver. Thanks in advance friends!!!
  3. JustBeginer

    save file in blob

    Hello ! I know that is possible to save file in blob but I don't how to do it with C#. Thanks for your help!
  4. JustBeginer

    Is user logged in domain , if I know domain name?

    Hi, I'm new in C#.... How can I find that some user is logged in domain if I know his domain name ? Thanks in advance!!!
  5. JustBeginer

    Edit number control

    Hi !! I'm looking for editnumber control.... If anybody know something for free download :)) Thanks in advance !!!
  6. JustBeginer

    interbase interface

    Hello. I make a project using InterBase 5.5. When I have to change some table or whathever else I have to write a lot of lines SQL source code. Do you know some free user interface for managing InterBase database more easy... somthing like MSSQL Enterprise Manager Thanks in advance!
  7. JustBeginer

    RPC client/server example need !

    Hi All. I'm looking for RPC client/server example application.
  8. JustBeginer

    Stored Procedure Params

    Hello! I have connected stored procedure of MSSQL to crystal report. The procedure have one parameter [int]. Is it possible to send this parameter through MVC++ ? I've made class who use Crystal report DLL's. I tryed to use BOOL SetNthParameterField (short ParameterN, const...
  9. JustBeginer

    TRACE

    Hi All I have a simple question. Visual C++ have a option: when you write in source code TRACE("HI"); You can see output message HI on special window. Is there somthing simmilar in C++Builder? Thanks in advance.
  10. JustBeginer

    Take screenshot of my window

    Hi Friends, I've wrote a simple program for 3D graphic. I want to take a screenshot of the window where my objects are shown.I've tried to do that, but... I take the screenshot from the upper left corner on the main screen. Thanks a lot for the heplp in advance...
  11. JustBeginer

    LOAD 16 bit DLL

    I have a 16bit DLL without lib file. How can I use the functions in that library in my source?
  12. JustBeginer

    How to make NET protocol

    I am in my 4th year at the university and I have subject DATA TRANSMISION. I have to make a small project like LAN CHAT, but I have to use my own internet protocol with feedback. Any kind of information will be usefull :-) Thank you in advance. ICQ 235847881
  13. JustBeginer

    Hide process in Task Manager

    When I start my application I would like to hide his process in Windows Task Manager. How can I do it? Thanks for your help.
  14. JustBeginer

    All Process ID

    How can I see the list of the all ProcessID. Somethink like Task Manager on WIN 2000.
  15. JustBeginer

    TTable To MS WORD

    I want to export TTable to Word document. Does anyone have an idea how can I do this?

Part and Inventory Search

Back
Top