Click here to Skip to main content
16,012,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: would someone tell me if this is OK? Pin
Antony M Kancidrowski24-Sep-04 4:37
Antony M Kancidrowski24-Sep-04 4:37 
GeneralRe: would someone tell me if this is OK? Pin
David Crow24-Sep-04 4:42
David Crow24-Sep-04 4:42 
GeneralRe: would someone tell me if this is OK? Pin
BlackDice24-Sep-04 4:57
BlackDice24-Sep-04 4:57 
GeneralRe: would someone tell me if this is OK? Pin
David Crow24-Sep-04 5:02
David Crow24-Sep-04 5:02 
GeneralRESOLVED Pin
BlackDice24-Sep-04 5:10
BlackDice24-Sep-04 5:10 
AnswerRe: would someone tell me if this is OK? Pin
David Crow24-Sep-04 4:34
David Crow24-Sep-04 4:34 
GeneralRe: would someone tell me if this is OK? Pin
BlackDice24-Sep-04 4:43
BlackDice24-Sep-04 4:43 
Questionhow to merge cell in word by VC Pin
yingkou24-Sep-04 2:41
yingkou24-Sep-04 2:41 
I want to merge cell of the word by VC and my codes as follow:
for(int i=3,j=0;j{
c1.ReleaseDispatch();
c2.ReleaseDispatch();
c1=pTable->Cell(i,1);
c2=pTable->Cell(i+DayCount,1);
c1.Merge(c2);
}
the first time this section codes work well, but the second time bug happened.
and if I merge the first row in the seconde time and don't merge the first column it works well too.and continuiously merge the first column buf happned too,why?


GeneralDetect default language 'en' or 'de' Pin
Moak24-Sep-04 2:29
Moak24-Sep-04 2:29 
GeneralRe: Detect default language 'en' or 'de' Pin
Antony M Kancidrowski24-Sep-04 3:25
Antony M Kancidrowski24-Sep-04 3:25 
GeneralRe: Detect default language 'en' or 'de' Pin
Moak24-Sep-04 3:43
Moak24-Sep-04 3:43 
GeneralGet / Set Windows Title Bar Font, Text Colour and Size Pin
Tristan Rhodes24-Sep-04 2:26
Tristan Rhodes24-Sep-04 2:26 
GeneralRe: Get / Set Windows Title Bar Font, Text Colour and Size Pin
Ravi Bhavnani24-Sep-04 3:17
professionalRavi Bhavnani24-Sep-04 3:17 
GeneralRe: Get / Set Windows Title Bar Font, Text Colour and Size Pin
Tristan Rhodes24-Sep-04 4:25
Tristan Rhodes24-Sep-04 4:25 
GeneralRe: Get / Set Windows Title Bar Font, Text Colour and Size Pin
David Crow24-Sep-04 4:39
David Crow24-Sep-04 4:39 
GeneralRe: Get / Set Windows Title Bar Font, Text Colour and Size Pin
Tristan Rhodes24-Sep-04 12:52
Tristan Rhodes24-Sep-04 12:52 
GeneralRe: Get / Set Windows Title Bar Font, Text Colour and Size Pin
Gary R. Wheeler24-Sep-04 16:20
Gary R. Wheeler24-Sep-04 16:20 
GeneralManifest and Clistctrl Pin
Gemini_II24-Sep-04 2:24
Gemini_II24-Sep-04 2:24 
Generalirregular dialog box using MFC Pin
dipeka24-Sep-04 2:19
dipeka24-Sep-04 2:19 
GeneralRe: irregular dialog box using MFC Pin
Arsalan Malik24-Sep-04 2:27
Arsalan Malik24-Sep-04 2:27 
GeneralRe: irregular dialog box using MFC Pin
David Crow24-Sep-04 4:46
David Crow24-Sep-04 4:46 
QuestionProblem using direct draw in C? Pin
Dani10000124-Sep-04 2:13
Dani10000124-Sep-04 2:13 
Questionmedia player development in vc++? Pin
V.G24-Sep-04 1:56
V.G24-Sep-04 1:56 
AnswerRe: media player development in vc++? Pin
dipeka24-Sep-04 2:16
dipeka24-Sep-04 2:16 
GeneralExeption handling Pin
Cedric Moonen24-Sep-04 1:51
Cedric Moonen24-Sep-04 1:51 

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.