Search found 20 matches
- Fri Mar 14, 2014 6:35 am
- Forum: News
- Topic: C++Builder for iOS is coming soon
- Replies: 10
- Views: 61197
Re: C++Builder for iOS is coming soon
For the cell phone?
- Mon Dec 17, 2012 7:44 pm
- Forum: Technical
- Topic: XE3 and Decision for GetSystemTimes on Windows 2000
- Replies: 4
- Views: 18666
Re: XE3 and Decision for GetSystemTimes on Windows 2000
I'm surprised anyone is still using Windows 2000...
- Fri Nov 16, 2012 8:33 am
- Forum: General
- Topic: C++Builder XE books
- Replies: 2
- Views: 19906
Re: C++Builder XE books
Yea,I've noticed that and they will be rolling out the 64 bit version of C++Builder XE3 soon. Another thing I wish they sold their stuff on DVD with a manual like they did with the older versions.
- Thu Nov 15, 2012 5:19 pm
- Forum: General
- Topic: C++Builder XE books
- Replies: 2
- Views: 19906
C++Builder XE books
Has anyone written any books or even a ebook on C++Builder XE? XE is different from C++Builder 6 and any books would help me out tremendously(I don't like pulling out my hair
)

Re: tray icon
Thank you for that,I'll try that out 

tray icon
I need an example to put the icon I have for my program in the system tray when I minimize it and a message what it is when a mouse arrow is hovered over it
- Sun Jun 12, 2011 9:55 am
- Forum: Website
- Topic: editing posts
- Replies: 0
- Views: 16615
editing posts
How do you edit your posts? I must be blind if that option is available......
Never mind I just saw the edit button,wasn't there when I made a post in another section?
Never mind I just saw the edit button,wasn't there when I made a post in another section?
Re: adobe pdf
Thanks,James,it's a start 

adobe pdf
I will be building a app that will be making use of adobe .pdf and I need to know how to call that up plus have the user specify whether the said pdf is in a directory or not(is it possible to have the pdf reside on a form?)
- Sat May 14, 2011 8:57 pm
- Forum: Technical
- Topic: Code for closing with C++Builder XE
- Replies: 19
- Views: 66541
Re: Code for closing with C++Builder XE
BTW thanks for helping me,Eudy
- Sat May 14, 2011 6:18 pm
- Forum: Technical
- Topic: Code for closing with C++Builder XE
- Replies: 19
- Views: 66541
Re: Code for closing with C++Builder XE
Yes,it should but for me that didn't work,so using the bitbtn solved that,anyways I'm beginning to like C++Builder XE(once I get comfortable with it),and may upgrade to it from my C++Builder 6.
- Sat May 14, 2011 1:42 pm
- Forum: Technical
- Topic: Code for closing with C++Builder XE
- Replies: 19
- Views: 66541
Re: Code for closing with C++Builder XE
I got rid of the TButton and decided to try the TBitBtn with the Close() method and this works with no errors.
- Fri May 13, 2011 6:19 pm
- Forum: Technical
- Topic: Code for closing with C++Builder XE
- Replies: 19
- Views: 66541
Re: Code for closing with C++Builder XE
My code works,except for the stack overflow when it exits.
- Fri May 13, 2011 6:08 pm
- Forum: Technical
- Topic: Code for closing with C++Builder XE
- Replies: 19
- Views: 66541
Re: Code for closing with C++Builder XE
I tried your method,and I got this message:
Code: Select all
[BCC32 Error] E2316 '_fastcall TForm5::Button1Click(TObject *)' is not a member of 'TForm5'
- Fri May 13, 2011 3:09 pm
- Forum: Technical
- Topic: Code for closing with C++Builder XE
- Replies: 19
- Views: 66541
Code for closing with C++Builder XE
Code: Select all
void __fastcall TForm5::close(TObject *Sender)
{
close(Form5);
}