freelanceprogrammers.org Forum Index » C
^_^ meay-meay!
Joined: 26 Jul 2003
Posts: 20
^_^ meay-meay!
Argh, i don`t like the plaintext :)
password: 24238
Joined: 26 Jul 2003
Posts: 20
^_^ meay-meay!
Grr.. that seems like a spam. Not from me. Really weird how
intelligent spam has become these days.
joe_steeve@... writes:
> Argh, i don`t like the plaintext :)
> password: 24238
--
.O. A proud GNU user
..O http://www.joesteeve.tk/
OOO http://gnukid.5gigs.com/
Joined: 03 Jan 2005
Posts: 10
^_^ meay-meay!
Joe Steeve wrote:
> Grr.. that seems like a spam. Not from me. Really weird how
> intelligent spam has become these days.
>
> joe_steeve@... writes:
>
>> Argh, i don`t like the plaintext :)
>>password: 24238
>
>
Thats a Virus sending out mails. SOmebody, whose system is infected has
you email id in his(her) address book.
Kapil
--
Joined: 28 Dec 2004
Posts: 2
^_^ meay-meay!
Hi,
Whats the difference between CreateThread and
Beiginthreadex.Which one is more efficient and better
to use.
VC++ query :
In edit box I want to prevent user from entering any
values other than <1,2,3,4,5>.How to do it? Is the
Pretranslate message only option or is there any other
way?
regds
vinay
__________________________________
Do you Yahoo!?
Yahoo! Mail - 250MB free storage. Do more. Manage less.
http://info.mail.yahoo.com/mail_250
Joined: 25 Jul 2003
Posts: 48
^_^ meay-meay!
Reply embedded...
> -----Original Message-----
> From: vinay sheel [mailto:vinay_sheel2k@...]
> Sent: Tuesday, December 28, 2004 1:56 AM
> To: Programmers-Town@yahoogroups.com
> Subject: (PT) CreateThread and BeginThreadex
>
>
>
> Hi,
> Whats the difference between CreateThread and
> Beiginthreadex.Which one is more efficient and better
> to use.
One is part of CRT and the other is an API.
_beginthread[ex] calls CreateThread eventually, so it could be slightly
faster. But there is a more important issue: if you call any C runtime
library function within your thread, you should use _beginthread[ex] instead
of CreateThread. Otherwise you might experience a small memory leak for
some CRT functions when the thread exits.
> VC++ query :
> In edit box I want to prevent user from entering any
> values other than <1,2,3,4,5>.How to do it? Is the
> Pretranslate message only option or is there any other
> way?
If you`re using MFC, subclass CEdit and derived your own specialized class
to handle this. See www.codeguru.com and www.codeproject.com for examples.
HTH
Shyan
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







