Click here to Skip to main content
15,916,459 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: show text in statusbar Pin
Jon Hulatt30-Sep-02 5:37
Jon Hulatt30-Sep-02 5:37 
GeneralRe: show text in statusbar Pin
jafrazee30-Sep-02 6:25
jafrazee30-Sep-02 6:25 
GeneralRe: show text in statusbar Pin
jmkhael30-Sep-02 6:52
jmkhael30-Sep-02 6:52 
GeneralRe: show text in statusbar Pin
jmkhael30-Sep-02 5:31
jmkhael30-Sep-02 5:31 
GeneralCFileDialog question Pin
Brakanjan30-Sep-02 4:38
Brakanjan30-Sep-02 4:38 
GeneralRe: CFileDialog question Pin
jmkhael30-Sep-02 5:04
jmkhael30-Sep-02 5:04 
GeneralRe: CFileDialog question Pin
Brakanjan30-Sep-02 5:26
Brakanjan30-Sep-02 5:26 
Generalcatch block and 'return' Pin
ns30-Sep-02 4:33
ns30-Sep-02 4:33 
GeneralRe: catch block and 'return' Pin
Chris Losinger30-Sep-02 4:38
professionalChris Losinger30-Sep-02 4:38 
GeneralRe: catch block and 'return' Pin
ns30-Sep-02 4:48
ns30-Sep-02 4:48 
GeneralRe: catch block and 'return' Pin
Chris Losinger30-Sep-02 4:48
professionalChris Losinger30-Sep-02 4:48 
GeneralQuestion about excel automation with VC++ Pin
Gérald Mercet30-Sep-02 4:26
Gérald Mercet30-Sep-02 4:26 
GeneralRe: Question about excel automation with VC++ Pin
Stephane Rodriguez.30-Sep-02 4:42
Stephane Rodriguez.30-Sep-02 4:42 
GeneralRe: Question about excel automation with VC++ Pin
Gérald Mercet30-Sep-02 5:24
Gérald Mercet30-Sep-02 5:24 
if you want to fill cells with a for loop, how we could do that?

for(i=1;i<= Bound;i++)
{
.
.
}

where the term "Bound" could be different for different test( it could be equal to 20 or 10 or another number)
If the size of your set of data is always the same, i know i could do it:

range.GetRange(COleVariant("A1")),COleVariant("B20"))
range.SetValue(COleVariant("2"))

and you will see in each cell of the area A1:B20, the number "2". So, know if the width and/or the height change dynamically, how could i fill the set of cells i need?

Confused | :confused:
Questiondragable view? Pin
dazinith30-Sep-02 4:00
dazinith30-Sep-02 4:00 
GeneralCreate resource dll's Pin
Zizilamoroso30-Sep-02 3:39
Zizilamoroso30-Sep-02 3:39 
GeneralRe: Create resource dll's Pin
Stephane Rodriguez.30-Sep-02 4:02
Stephane Rodriguez.30-Sep-02 4:02 
GeneralRe: Create resource dll's Pin
Zizilamoroso30-Sep-02 4:22
Zizilamoroso30-Sep-02 4:22 
GeneralRe: Create resource dll's Pin
Andreas Saurwein30-Sep-02 4:22
Andreas Saurwein30-Sep-02 4:22 
GeneralRe: Create resource dll's Pin
Zizilamoroso30-Sep-02 4:25
Zizilamoroso30-Sep-02 4:25 
GeneralProblem with tray icon - very strange behaviour Pin
s_k30-Sep-02 3:36
s_k30-Sep-02 3:36 
GeneralChild Window Focus Pin
mleslar30-Sep-02 3:24
sussmleslar30-Sep-02 3:24 
GeneralCFileDialog and "New Folder" button. Pin
ns30-Sep-02 2:57
ns30-Sep-02 2:57 
GeneralbrowseInfo structure Pin
ns30-Sep-02 2:44
ns30-Sep-02 2:44 
GeneralRe: browseInfo structure Pin
jmkhael30-Sep-02 2:47
jmkhael30-Sep-02 2:47 

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.