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

    Any idea of how to lock a window tight to its position?

    I have to prevent a window not only from being resized, but also from being moved. It's very complicated according to MSN: Make a non client hittest, and receive HTCAPTION and re-direct it. As well system menu entries have to be hidden. Has anybody done this before woith BCB5? Thanx for your...
  2. finnmike

    Dual Core / Single core usage tpapro

    Has anybody an idea, how to make a dualk core processing environment run like a single core environment, FROM INSIDE THE PROGRAM?? That would be a great help for me, thanx! Michael Winds of May, that dance on the sea, Dancing a ringaround in glee From furrow to furrow, while overhead The...
  3. finnmike

    how to receive emails into my bcb5 exe to get ansi data (w/apro 4.06?)

    Can anybody tell me, how I could get emails from a pop3 server? I need to recevie them, and extract data out of them. I have apro 4.06 installed, or do I need another package? Best regards and thanx for help! Michael Winds of May, that dance on the sea, Dancing a ringaround in glee From furrow...
  4. finnmike

    BCB5 onto a windows mobile device

    Has anybody any idea how to get my bcb5 prog onto a windows mobile 5 or windows mobile 2003 handheld? or onot somewhere else (for symbian I would need to transform from bcb5 to bcbX, that's the 2nd question..) HELP... & thanx!! Michael Winds of May, that dance on the sea, Dancing a...
  5. finnmike

    TCP/IP?

    Oh, another thing: Can I run my prog somehow as an accessible (TCP/IP)device, or do I need to have more hardware than the computer which runs the prog? Best regards, Michael ... Welladay! Welladay! For the winds of May! Love is unhappy when love is away! -excerpt,see my profile- James...
  6. finnmike

    commandline options

    Hej guys, has anybody written a win-application with option keys? I need to run my prog as a service with some options predefined (such is a preselected treenode for example), so that it can be started by the win-taskagent. I do not want to write all the stuff which is doable with that...
  7. finnmike

    simple IDE Question: BCB5 Editor options

    Hi all You guys, just to give anyone a break and me a fine working again... Just a while ago I had to re-install my BCB5 in english. I did uninstall the previous german one. Now I have it all back, including my tpapro, but: My editor won't show me the left marginm where I could click on to set...
  8. finnmike

    new TFileStream, FileClose and delete TFileStream

    Dear guys (thats both boys and girls!), quite a while ago I had a problem with dead Files on my machine. It helped to do "FileClose(MyFileStream->Handle)" before I did the "delete myFilestream". That worked under win98, win2k. Now I tested the program with memory sleuth, and this is an error...
  9. finnmike

    a Win API function failed

    Dear guys (all sexes), I seem to get error messages containing "A WInApi function failed" randomly when running my app. What happens is, that I run Netscape 7.0 and maybe one or 2 MS apps parrallel to the BCB5 on W98. Am I out of memory already and BCB5 doesn't tell me this? And the...
  10. finnmike

    delete TFileStream and FileClose(TFileStream->Handle)

    Hello altogether! I have a remark to make and a question in the end: I use TFileStreams to append single AnsiStrings (TMemo->Text) at the end of a file. I am not using RichEdits (my files are in the end about 87k big) as it takes much too much time to append these strings to the Richedit and...
  11. finnmike

    TMemo buffer boost over 100k??

    Dear Guys, I am in desperate need for a component/solution to read about 1500 Lines into a TMemo which won't allow me this at once. I have tried Tfilestream but do not know how to to make my app just read the first, let's say 500, lines and then continue after them. Please note, I can't just...
  12. finnmike

    Include <some> MFC classes into my Prog, e.g. "CString"

    Hello guys (=girlsandboys), I am merging a program from VC++5 to BCB5, and found MFC-classes like CString and CArchive, which are not alike to be found in BCB5. To go around Cstring I tried AnsiString, which is quite complicated for the "CString.SpanInclude"-methods. In order not...
  13. finnmike

    Serial echo / terminal object for BCB5

    Hy guys! (Both from mars and venus!) I am new today, really happy about this forum. Good answers, good questions! Now I would like to try to solve my most urgent problem: I am a BCB5 programmer, writing an application that has to communicate a lot via RS232/Modem. For now, I have purchased...

Part and Inventory Search

Back
Top