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 SkipVought 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. LoneRanger123

    Lost of my graphic interface

    hhmmm goto Project->Options->Forms make sure the form is in the autocreate column, and the correct for is the Main form,as this is shown first.
  2. LoneRanger123

    Error Handling

    I have a program that communicates with other programs, and I want the server to ping the other servers in case 1 of them crashes, but if one of them does crash, the Program Generates an error with could not connect, I want this, but I want to use the OnConnectionFailed event handler and not...
  3. LoneRanger123

    getting certain filenames in directory

    hhhmm get the full list and run a reg exp on it, u would need an algorithm to convert the Template into a Reg Exp, and as im a borland guy im not sure Reg Exp is implemented in MSVC++
  4. LoneRanger123

    overloading form Constructor

    I want to overload a forms constructor, but I also want to access the forms Controls and Values, but if I use it it says its undefined, also if I comment them out it says my second Constructor, when it is called is [Linker Error] Unresolved external '__fastcall...
  5. LoneRanger123

    multi form stuff

    thats not really multi form, the question started out differently, but I came up with that second Idea halfway thru :)
  6. LoneRanger123

    multi form stuff

    Right, heres the background im trying to create an MSN Messenger, Chat program. I seem to have a few options 1)Use a central UDP connection, and send all data thru that 2)have a central 1 for detecting incoming connections, incoming connections give there local IP this then opens a new form...
  7. LoneRanger123

    Opening a New Form

    thanks, that explains everthing now back to the program
  8. LoneRanger123

    FAO exodus 300

    Can u see my "opening new form thread", just in case u think its been answered :)
  9. LoneRanger123

    Opening a New Form

    and another thing, if I want to reference the instance of a Form, and this will change on each, what reference do I use?
  10. LoneRanger123

    Help - Close Form ShowModal

    can I do Cyprus->Close() and kill him ? :)
  11. LoneRanger123

    VERY VERY DIFFICULT PROBLEM

    well, if its a long passage, compare no words correct / Total words * 100 would that work?
  12. LoneRanger123

    Opening a New Form

    oh, and again, i dont want to edit Vars of the Program, but I want to pass it variables that it can use itself, but they would be different for each instance.
  13. LoneRanger123

    Opening a New Form

    also the Main CPP file has a createform command, would it involve that? :)
  14. LoneRanger123

    Opening a New Form

    yeah, I want to create more than 1 instance :) ty in advance :)
  15. LoneRanger123

    Opening a New Form

    I have a form form2, and a main form, FrmMain, (im imaginative) From a button click in FrmMain, how can I open a new copy of Form2, and pass it some variables? Nice and simple 1, hopefully :)
  16. LoneRanger123

    Passing A Parameter to A DialogBox

    what code are u using to call the box?
  17. LoneRanger123

    Hi everybody!! I'm using Borla

    first, when u call square_click you need to use square_click(Sender); also put your declarations in the public part, where it says "User declarations" :)
  18. LoneRanger123

    No Taskbar Icon

    Is there a way to have a program running without a Taskbar icon, I want the program to be viewable so I can use it but only have a system Tray entry, otherwise it clutters up the Program List :)
  19. LoneRanger123

    Error. Privileged instruction...

    Suddenly out of the blue a peice of code that has been working fine has suddenly given an error. I have a function defined as.... void __fastcall TSidebar::make_dir_listing(TObject *Sender) { and declared as... public: // User declarations __fastcall TSidebar(TComponent* Owner)...
  20. LoneRanger123

    How to print a TreeView

    hhmmmm does it have the SavetoFile() method? I have v4. if it has, save it as a file, then print the file

Part and Inventory Search

Back
Top