Click here to Skip to main content
15,930,182 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: byte to hex string Pin
richiemac13-May-05 4:26
richiemac13-May-05 4:26 
GeneralCMap lookup Pin
rgchezhian12-May-05 23:19
rgchezhian12-May-05 23:19 
GeneralRe: CMap lookup Pin
Jack Puppy13-May-05 0:49
Jack Puppy13-May-05 0:49 
GeneralRe: CMap lookup Pin
rgchezhian13-May-05 1:59
rgchezhian13-May-05 1:59 
GeneralRe: CMap lookup Pin
David Crow13-May-05 2:21
David Crow13-May-05 2:21 
GeneralRe: CMap lookup Pin
rgchezhian13-May-05 2:37
rgchezhian13-May-05 2:37 
GeneralRe: CMap lookup Pin
Jack Puppy13-May-05 13:28
Jack Puppy13-May-05 13:28 
GeneralRe: CMap lookup Pin
rgchezhian14-May-05 21:16
rgchezhian14-May-05 21:16 
GeneralRe: CMap lookup Pin
Jack Puppy14-May-05 22:20
Jack Puppy14-May-05 22:20 
GeneralRe: CMap lookup Pin
Jack Puppy13-May-05 2:30
Jack Puppy13-May-05 2:30 
GeneralRe: CMap lookup Pin
rgchezhian13-May-05 2:35
rgchezhian13-May-05 2:35 
QuestionHow to judge window server 2003 and 64-bit OS? Pin
>|Gaara|<12-May-05 23:11
>|Gaara|<12-May-05 23:11 
AnswerRe: How to judge window server 2003 and 64-bit OS? Pin
>|Gaara|<15-May-05 14:25
>|Gaara|<15-May-05 14:25 
GeneralHANDLE, DWROD please help newbiew Pin
afil654512-May-05 21:59
afil654512-May-05 21:59 
GeneralRe: HANDLE, DWROD please help newbiew Pin
Priyank Bolia12-May-05 22:14
Priyank Bolia12-May-05 22:14 
GeneralRe: HANDLE, DWROD please help newbiew Pin
CP Visitor13-May-05 2:19
CP Visitor13-May-05 2:19 
GeneralRe: HANDLE, DWROD please help newbiew Pin
Bob Stanneveld12-May-05 22:29
Bob Stanneveld12-May-05 22:29 
QuestionHi,a Dialog program insert flash file,but it runing error? Pin
tomenzi12-May-05 21:45
tomenzi12-May-05 21:45 
1.Project/ADD TO Project/Components And Controls insert SHOCKWAVE FLASH OBJECT Action
********************
The code:
CDialog::OnInitDialog()
{
...
m_ToolBar.CreateEx(this,TBSTYLE_FLAT,WS_CHILD
| WS_VISIBLE |CBRS_ALIGN_TOP,CRect(0,5,0,0));
m_ToolBar.LoadToolBar(IDR_TOOLBAR1);
RepositionBars(AFX_IDW_CONTROLBAR_FIRST,AFX_IDW_CONTROLBAR_LAST,0);
m_ToolBar.ShowWindow(true);
char cPath[_MAX_DIR];
::GetCurrentDirectory(_MAX_DIR,cPath);
strcat(cPath,"\\ss.swf");
this->m_Flash.SetMovie(cPath);
this->m_Flash.SetParent(&m_ToolBar);
this->m_Flash.MoveWindow(560,0,560,40,true);
this->m_Flash.SetPlaying(true);
....
}
Confused | :confused:
It runing error!Please everybody help me!

AnswerRe: Hi,a Dialog program insert flash file,but it runing error? Pin
toxcct12-May-05 22:46
toxcct12-May-05 22:46 
GeneralRe: Hi,a Dialog program insert flash file,but it runing error? Pin
tomenzi12-May-05 23:02
tomenzi12-May-05 23:02 
GeneralRe: Hi,a Dialog program insert flash file,but it runing error? Pin
toxcct12-May-05 23:04
toxcct12-May-05 23:04 
GeneralRe: Hi,a Dialog program insert flash file,but it runing error? Pin
tomenzi12-May-05 23:49
tomenzi12-May-05 23:49 
GeneralQuestion: Adding a progress bar in status bar using Win32 API Pin
lxcid12-May-05 21:11
lxcid12-May-05 21:11 
GeneralRe: Question: Adding a progress bar in status bar using Win32 API Pin
Jack Puppy12-May-05 22:38
Jack Puppy12-May-05 22:38 
GeneralRanges of an unsigned _int64 Pin
fardak12-May-05 20:53
fardak12-May-05 20:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.