Search:
Type: Posts; User: Sonye
Search :
Search took 0.01 seconds.
December 15th, 2009, 07:48 AM
Are you doing school projetc, you have done soooo far and it seems unable to get back anymore. Go On, when I head it for something, I always want to completely eliminate/unearth it not words and...
December 15th, 2009, 07:42 AM
Draw it witha lighter color :)
October 28th, 2009, 05:59 AM
Thank you
I have another question
I'd like to draw that picture and also would want to draw its histogram at the same time. I am thinking about multithreading, but I am not sure I need it
So...
October 28th, 2009, 04:32 AM
I'd like to use CImage class to paint a picture of 512x512 with random images then save it. I don't know if this is feasible. Someone can tell me how to do this ?
Thanks
October 9th, 2009, 06:25 AM
September 29th, 2009, 08:43 PM
Yes, that is the information I am looking for.
More information below:
That I am working on a flash file I would like to chop it! segment all frames then mix them all together.
September 29th, 2009, 08:38 PM
My father can do this better, as he claims he is an expert of C then C++. I will introcude this to him for a within-family run show case
I advise a book by Barry Moose (?) Accelerated C++. a Cool...
September 29th, 2009, 08:32 PM
You think that thing is actractive ? an add-in as a tail in one's email to show off its fatness ?
September 28th, 2009, 09:12 PM
is there a function to swap bytes regardless of the number of byte digits entered ?
2: 0A = A0
4: 1234 =3412
6,8,10 etc
Thank you
September 28th, 2009, 09:07 PM
September 28th, 2009, 07:44 PM
You don't look like an Iraner. You can't be one I think
Mmmm, They called me Mr a Thousand Pounds of Pure Terror! I know I call myself that too.
September 28th, 2009, 07:40 PM
:D Hello, can you tell me how you detect if something is a link ?
September 28th, 2009, 07:26 PM
Can you give me the program please ?
I can make a vow at the time I recieve the program that I must use the program for humanitarian and "right" image processing purposes.
September 25th, 2009, 08:36 PM
Hello, this is a software
#include <iostream>
int main()
{
printf("Hello, this is a software");
return 0
September 25th, 2009, 08:32 PM
I use CArchive to store a string
into a file
But I always get an odd character (a square shaped) on top of the file,
--------
Cfile f("t.txt",Cfile::modecreate|cfile:modewrite);
CArchive...
September 25th, 2009, 08:25 PM
Thank you,
Yes I also tried this
case WM_NOTIFY:
NMHDR* p=(NMHDR*) lParam;
if(p->idCode==TAB5_ID && 5==m_tab.Getcursel())
{
//showmessage;
September 24th, 2009, 08:48 PM
I don't know what you are talking about.
Hmmm, Ok, I wish to meet you somewhere, so you can state your helpful solution.
My tab control hasn't been solved so far :(
Edit: you don't need to...
September 23rd, 2009, 07:58 PM
I have a dll without documents included. I always get errors although the function is called fine and it does what it was implemented to do.
"Access viation error. This is likely because of your...
September 23rd, 2009, 07:06 PM
Thank you hoxsiew,
Here is the code in a winproc
swith(message)
{
case WM_NOTIFY:
if(m_tab.GetCurSel()==5)
{
September 22nd, 2009, 08:41 PM
this is my third post to inform the issue i am running into now
could someone please ?
September 22nd, 2009, 07:34 PM
I am lost.
Can you just help me with what i lost ? that is my little happiness
September 22nd, 2009, 07:30 PM
I process WM_NOTIY in winproc to get what tab of a tab control the user choose
(display a message box when a user click tabpage number 2 of a tab control of 4 pages)
but the message box keeps...
Click Here to Expand Forum to Full Width