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!

Search results for query: *

  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

    commandline options

    Dear Ruggie, this is what I thought to find, great! Best regards, Michael Winds of May, that dance on the sea, Dancing a ringaround in glee From furrow to furrow, while overhead The foam flies up to be garlanded...
  6. 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...
  7. 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...
  8. finnmike

    TTreeView selecting top nodes?

    Dear cyprus106, I had a looong chat with my treeview in the beginning of using bcb5. I got it working and let me just collect some ideas I have: (MTV is mytreeview, MTN mytreenode, ok?) MTV->AutoExpand = false; // should let You collapse all When I use any ttreenode, and want it selected...
  9. finnmike

    An OnChange for an AnsiString?

    dear wengyan, could You explain that with the global object a little more? I have (in my ABSOLUTELY SLOPPY program (which I still like ;) ) ) problems with global declarations or availability of global defined objects. what I did around is writing setxy() and deletexy() methods in the...
  10. finnmike

    How do I delete all files in a folder?

    Hi SLider, unfortunately I am not familiar with the FindFirst and FindNext routines, I am doing a way around: //---------------------------------------------------- void __fastcall TMainForm::DeleteAllUserFilesBitBtnClick( TObject *Sender) { AnsiString ThisDataPath; if...
  11. finnmike

    TMemo cursor position

    Hi Isalamon and sritzel, I have been using the following code to scroll a memo, later adapted to a RichEdit, at their end. I wanted always to see the latest incoming Strings, which I add, when they arrive. After each add of a String to the Memo/RE->Text, I called this function. (I found it more...
  12. finnmike

    simple IDE Question: BCB5 Editor options

    Dear Totte, that was it, great!!!! first it had no effect, but setting the width to 20 made it work! Thanx again!
  13. 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...
  14. finnmike

    Exception Problem

    hi Borlandgeek, HM, what makes me wonder is, what is ADO??? Haven't heard from it yet. Regards, Michael
  15. finnmike

    Fatal linker error. What should I do?

    Dear imagenetics, error "[Linker Fatal Error] Fatal: Expected a file name:". I think when YOu have a new project, YOu should give it a name, maybe bcb6 won't ask You before liniing that it's needed? Please check project->options in the BCB main menu, how Your settings are! regards, Michael
  16. finnmike

    Convert AnsiString to Const char

    Dear david... So, just go a little step back and make a .c_str() (which is a const char*, as far as I know) from the text , how totte suggested. either You have a string of char which is as long as Your comboboxtext: char* mycopystring = new char[ComboBox->Text.Length()+1]; and then...
  17. finnmike

    TpaPro install on BCB6

    Hej 2ffat, are you also using the tapi component? I have some liittle problems with the tapiservers on XP, have You heard about that? regards michael
  18. finnmike

    Loading Custom Cursors from .RES

    Hi guys, I have seen a while a go, that it might be useful to fire Application->ProcessMessages(); sometimes, when it comes to changing a cursor. btw. when I edited an avi into my .res file (with M$VC, sorry did not find any other tool to do so), I had to recompile the myproject.cpp (complete...
  19. finnmike

    Word Wrap Text on Button?

    If YOu do not want to find some shareware components, then just use a TLabel in front of the button (with no caption). This is how I have made my button text coloured, for example. This also works for a checkbox, when You want the text being coloured or multiple lined. regards, Michael
  20. finnmike

    TpaPro install on BCB6

    Dear Totte, I am using since a while iexplorer to view this tektips, as my netscape 4.7 wont display all ok. when I then try to get into the newsgroups, Outlook express will open :( So, try to go to the following adress within a non-IE browser and get into the news://news.turbocontrol.com...

Part and Inventory Search

Back
Top