Hi!
Me again :-)
Consider this piece of code:
s: UnicodeString;
s := '?? ?? ?? ?? ?? ?? ?? ????????????????????';
Memo1.Lines.Add(s);
and the same lines in C++ Builder:
UnicodeString s;
s = "?? ?? ?? ?? ?? ?? ?? ????????????????????";
Memo1->Lines->Add(s)...
Hi!
Me again :-)
Consider this piece of code:
s: UnicodeString;
s := '?? ?? ?? ?? ?? ?? ?? ????????????????????';
Memo1.Lines.Add(s);
and the same lines in C++ Builder:
UnicodeString s;
s = "?? ?? ?? ?? ?? ?? ?? ????????????????????";
Memo1->Lines->Add(s)...
Hi!
I also posted this question on the C++ Builder forum, but I would like to hear your opinion too. This forum has much larger user base, and it's the same IDE after all.
Here's the thing:
I've been using C++ Builder 2009 for the last couple of days trying to port one of my C++ Builder 2006...
Hi!
I've been using C++ Builder 2009 for the last couple of days trying to port one of my C++ Builder 2006 projects. The porting part went seamlessly. Had to change some parameter types for a couple of functions' calls due to the unicode support, but otherwise everything is great. I like this...
Hi!
I'm a very beginner C++ Builder programmer. So, I guess my question will be simple for you guys here.
I've been developing a simple application with two forms: one main and one modal (or even non modal). Adequate files are: main.cpp and modal.cpp.
I call and show modal form from main form...
Hi, again, uh...believe me, I would like I haven't asked all those newbie questions so far. I always try to find answer somehow else and not to bother you guys here.
But, I'm still pretty new to Delphi and even OOP, so please forgive me if I ask too much (or I ask stupid questions).
Problem:
I...
Hi to all :-)!
Well, I have been looking for some time for the answer for this question. I haven't found answer in Delphi or Windows SDK Help files or even on the internet after some searching...
Is there an easy (or hard) and efficient (or not) way for killing/terminating a procedure (or...
Hi, again, to all!
I have had hard time with my little application development, and, when I finally thought next steps would be easy, I faced a
new problem...
I have an Image component on my form where I load pictures through openpicture dialog, like this:
public
{ Public declarations }...
Hi to all :-)
One thing bothers me for some time now...
I'm in process of making an application which contains, for the sake of visual impression, animated cursor. The thing is: when the mouse pointer is on a caption bar of a form, animated cursor changes itself into standard Windows' mouse...
Hi,people,
as you, probably, guess, I'm pretty new to Delphi (assuming I don't know this what I'm asking), so I will need a lot of help until I'll be able to stand still on the ground of Delphi :-(. Anyway, I have this problem(s):
1. how to put an animated cursor (.ani) in my Delphi application...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.