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

    Form window move event?

    I have a program which consist of several forms which can be shown or not. I would like to be able to preserve a certain "look" with the different forms and thus i would like to save their position on the screen, this part is the easy and already done. My problem is that i can't find an...
  2. Totte

    How to get version info?

    WinXP, BCB6. Have a project that the customer repeatly wants new ways of doing things. Mainly it's expansion of an existing project but i would like to be compatible so i don't need to copy and rename a lot. I back-up with the correct names so now i have one problem: I would like to read the...
  3. Totte

    Restore form size

    I have an application with several forms. On e form is resizable and i save the last set size in the registry whenever a "resize" action is done. But when the application launches it does resize the form thus rewriting these datas with the default form size. Som now i'm wondering: how to set...
  4. Totte

    Redirect consol output from "DOS-windows" program

    I have a programmer for PIC (WISP628) which works like a charm. The software to transfer the datas through the serial port is however running as a "DOS-application" (no GUI) and it's a bit tiresome as several parameters need to be set and the status needs to be shown. I therefor plan to make a...
  5. Totte

    Pocket PC GSM-modem

    I have the Visual Studio .NET with the compact framework, i have a program allowing me to access the serial port (RS232) and such but now i would like to do that connection through the GSM-modem (Unit: Qtek 9090 Pocket PC). I have added the OpenNET Compact Frame and i can compile the program...
  6. Totte

    Pocket PC

    I might be in the wrong forum but here goes: I'm making a program to a Pocket PC with cell phone and i would like to communicate with the Hayes-kompatible modem but i can't find it! I know that COM1 is the optional serial cable but no answer from COM2 - COM8 besides from the bluetooth at COM6...
  7. Totte

    Qtek 9090 program

    I have been asked to alter a program to a Qtek 9090 running Win Mobile 2003 SE. Can i use BCB6 for that tast or must i get another language? Totte Keep making it perfect and it will end up broken.
  8. Totte

    TMemo limit of lines

    I have a form with amongst other a TMemo. I use that TMemo to write status information (i.e. "2005-01-11 13:42 Statistic fetched OK" and so forth). As the program are to be run 24/7 without human intervention i would like to be able to remove old lines so i limit the number of lines to a...
  9. Totte

    Several bitmaps on one SpeedButton?

    I need to use 2 different glyphs on one speedbutton (connect or disconnect) and tried the .RC-Way described in www.BCBDEV.COM and i get no compiler errors. But i get: Access violation at address xxxx in module yyy. Read of bla bla. at runtime. It's where i load the glyph into the speedbutton...
  10. Totte

    TpaPro install on BCB6

    I would like to install the TurboPower Async Professional package on BCB6 but none of the files is applicable when i try to install as a package. Any tips? Totte Keep making it perfect and it will end up broken.
  11. Totte

    ListBox Column Headers name

    As a fairly beginner in VBA in Excel i'm almost about to give up. I have a normal ListBox with 4 columns, has enabled the 'ColumnHeads' feature and like to put some values into those columnheads.....but HOW??? I'm trying to get hold of MSDN but it will take some time and i'm sure some of You...
  12. Totte

    Mobile edition

    I'm looking into the Mobile Edition and need some links to examples/documentation/tutorials if anyone has any. Thankfull for all tips. Totte
  13. Totte

    How 2 connect 2 programs?

    I has made a program with a usefull function and i have an idea about another program which includes hardware and thus is in the future. The two programs should be able to run individually and perform their task but if BOTH are running they should syncronize their datas (project names and such)...
  14. Totte

    Several Glyph's in a SpeedButton..HOW???

    I have tried using the way outlined in www.bcbdev.com/faqs/faq52 & 53 but to no avail. I keep getting [LinkerError] RLINK32: Unsupported 16bit resource in file "C:\BORLAND\PROJECTS\DUK-UNI\DUK_UNI_P.RC". at compile time so obviously i'm doing wrong....but what do i need to do...
  15. Totte

    TurboPower Async Pro install

    I did fetch the total package but i'm having a hard time installing it. It installs quite well but it constantly claming that a DLL-file for reading the package is missing. I did follow the instructions but to no avail. Anyone knows how? Is it some path to set? I'm using BCB3, Win98. Totte
  16. Totte

    Internationalize a program

    by chancing the captions and hints and such would be usefull to me as i'm a danish living in sweden and fiddling a little with windows-softwar that my friends use now and then but to make a program, debug it and then make different versions with different languages...... I'm CERTAIN that there...
  17. Totte

    Modem Dial-up and such

    I have made a program which communicates with different units thart we also manufactures. Some of the units are placed up to 1200 Km away which makes it some task to drive to the unit, load a patch and then drive back. On some of the units we have modems and this saves a lot of driving. I have...
  18. Totte

    How to remove TString in ListBox?

    I have a totally ordinary ListBox in which i have TStrings, I can Add(), alter the string by assigning new value and such but how do I remove a string in that ListBox? Can't find any help in OnLine or books.
  19. Totte

    COM-port event

    I have no problem with opening the COM-port (serial device) and reading and writing but i have seen somewhere that i can make make it do a sort of "SetEvent" when there are incoming data on the serial port. I.e. the OS doing the "SetEvent".

Part and Inventory Search

Back
Top