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 TouchToneTommy 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 bsisko

  1. bsisko

    Zire Handheld, and available software

    Uh, Geez, thanks, Do you know of any software available for it that performs similiar functions like the software that I listed. Bug in your code! Need a quick fix fast! Need Help from a programming expert! Click on the site below. We're here to help!
  2. bsisko

    Zire Handheld, and available software

    Hey, I just saw a Zire handheld at CompUSA the other day, and i wanted to know what software was available for it? Especially Quicken, MS Word, or Lotus WordPro, and possibly, Excel, or Lotus 1-2-3. Bug in your code! Need a quick fix fast! Need Help from a programming expert! Click on the site...
  3. bsisko

    How to write data to another applcation?

    Ok 2ffat, where can I find the MAPI files, components, etc. I have a similiar request as hstijnen, only I want my application to put data files into another application, preferably over an internet browser. Bug in your code! Need a quick fix fast! Need Help from a programming expert! Click on...
  4. bsisko

    convert mfc to c++ builder

    Uh huh, just like I tell my friends. Post some code, lets see if I can help you out! Bug in your code! Need a quick fix fast! Need Help from a programming expert! Click on the site below. We're here to help!
  5. bsisko

    Add character to an ansistring ?

    I'm not certain that this is what you're looking for, but here it is (untested, of course) char nvschar; AnsiString str; nvschar = {code of char} str = "Test" + AnsiString(nvschar); Bug in your code! Need a quick fix fast! Need Help from a programming expert! Click on the site below. We're...
  6. bsisko

    Simulating READ/DATA

    Hey, thanks Totte, I hadn't expected a reply so quickly. How long have yo been programming in C++? What type of software do you usually develop? Bug in your code! Need a quick fix fast! Need Help from a programming expert! Click on the site below. We're here to help!
  7. bsisko

    Simulating READ/DATA

    In most BASIC programming, there is a structure known as read/Data It goes something like this. Read a Data 1,2,3,4,5,6 Data 7,8,9,10,11,12 etc. In my C++ programming, I've been using databases for my data for so long, as well as arrays for data that I use them exclusively now. Recently...
  8. bsisko

    3D Studio Max into Delphi

    I'm not quite sure how to answer this problem. I don't use 3D Studio Max, (my preferred choice of Modeler is TrueSpace) but I know it is a package to produce 3D images. If it is indeed a 3D Modeler, it should support the .x DirectX format. Mirocosoft offers a small utility program for free the...
  9. bsisko

    DarkBasic

    DarkBASIC is a programming lnaguage that has been marketed for a t least two years now. Its main purpose is to let game designers design complex 3D games much easier than the C++ language. Though while many C++ programmers might discourage newer programmers form using such a language, do not...
  10. bsisko

    Movie player

    I don't know of any books or websites that could do the job, but check out the site at the end of my post here. Need Help from a code expert Log on to http://www.rentacoder.com/RentACoder/SmallBiz.asp?txtFromURL=AId_237595 Don't forget to tell them Amanda Dearheart sent you!
  11. bsisko

    PDA development

    Does anyone out there know where if C++ Builder can be used to develop games for PDA's such compaq's iPaq, or Toshibas's machine.
  12. bsisko

    Command Button text ?

    Oh brother!!! Unfortunately, there is a much easier way to do this, but I don't have the information with me a the moment. I'm using someone else's computer! Use a standard button and use the DOS escape code /n for the wordwrap feature. (you may have to use it in code: such as) char WW WW =...
  13. bsisko

    how do i write a "formless" application

    Which version of Builder are you using? You're on the right track by using the console wizard. Give it another try. Maybe the errors was just a 'zit' in the system. If you want ot use other compilers, try Dev-C++ from www.Bloodshed.com. Its free to use! See ya on www.RentACoder.com! Amanda...
  14. bsisko

    Borland C++ Builder 6 Personal

    Hi There, I'm known as Amanda Dearheart on www.RentaCoder.com where I contract much of my programming work. I use C++ builder primarily for many of my projects. I'm just now completing a Star-Map Maker program for one of my clients. The best place to find advice for the boralnd products is...
  15. bsisko

    borland gui for graphical interface available for MSVC ?

    Do you have a Borland compiler? It has a MSVC converter built into it. But then, if you want a Borland GUI, why are you using MSVC in the first place?

Part and Inventory Search

Back
Top