Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I shut down explorer.exe but it restarts itself... Pin
Ian Bowler14-Jun-04 6:50
Ian Bowler14-Jun-04 6:50 
GeneralRe: I shut down explorer.exe but it restarts itself... Pin
Dan Madden14-Jun-04 9:37
Dan Madden14-Jun-04 9:37 
QuestionHow to show xp toolbar? Pin
JabraJabra14-Jun-04 4:55
JabraJabra14-Jun-04 4:55 
Generallooking for a tool or utility Pin
Anonymous14-Jun-04 4:55
Anonymous14-Jun-04 4:55 
QuestionHow to convert HTML to word DOC? Pin
Tcpip200514-Jun-04 4:31
Tcpip200514-Jun-04 4:31 
AnswerRe: How to convert HTML to word DOC? Pin
vcplusplus14-Jun-04 5:09
vcplusplus14-Jun-04 5:09 
QuestionHow to read all (or cell) data from *.xls? Pin
superwolf100814-Jun-04 4:06
superwolf100814-Jun-04 4:06 
AnswerRe: How to read all (or cell) data from *.xls? Pin
CAmelinckx14-Jun-04 4:33
CAmelinckx14-Jun-04 4:33 
From my experience I can tell you I've found two ways to read data from excel files, one is by adding the excel assembly reference to your project and creating an instance of the Excel application object, I suppose this would be the only way to actually 'show' the Excel grid programmatically, beware though, that this requires excel to be installed in any client executing you app. The other way is to use Extended Properties of the OleDbDataAdapter which allows you to get a range of cells or an entire worksheet into a DataTable, thereafter you can manipulate the data, show it in a datagrid or do whatever you need with it.
Chris.Smile | :)
GeneralRe: How to read all (or cell) data from *.xls? Pin
CAmelinckx14-Jun-04 4:40
CAmelinckx14-Jun-04 4:40 
QuestionHow to add 24bit BMP to Toolbar Pin
JabraJabra14-Jun-04 3:58
JabraJabra14-Jun-04 3:58 
AnswerRe: How to add 24bit BMP to Toolbar Pin
Johan Rosengren14-Jun-04 9:18
Johan Rosengren14-Jun-04 9:18 
GeneralRe: How to add 24bit BMP to Toolbar Pin
JabraJabra14-Jun-04 12:24
JabraJabra14-Jun-04 12:24 
GeneralRe: How to add 24bit BMP to Toolbar Pin
Johan Rosengren14-Jun-04 20:22
Johan Rosengren14-Jun-04 20:22 
GeneralView Pin
Poorniselva14-Jun-04 3:03
Poorniselva14-Jun-04 3:03 
GeneralRe: View Pin
David Crow14-Jun-04 3:19
David Crow14-Jun-04 3:19 
Questionhow display bitmaps files in my app? Pin
kimooo_4_u14-Jun-04 2:59
kimooo_4_u14-Jun-04 2:59 
AnswerRe: how display bitmaps files in my app? Pin
David Crow14-Jun-04 3:16
David Crow14-Jun-04 3:16 
GeneralWindows Service Pin
jstarr@m-net.arbornet.org14-Jun-04 2:52
jstarr@m-net.arbornet.org14-Jun-04 2:52 
GeneralRe: Windows Service Pin
David Crow14-Jun-04 3:21
David Crow14-Jun-04 3:21 
GeneralRe: Windows Service Pin
Navin14-Jun-04 4:28
Navin14-Jun-04 4:28 
QuestionUML-diagram program in VS.NET? Pin
anderslundsgard14-Jun-04 1:49
anderslundsgard14-Jun-04 1:49 
AnswerRe: UML-diagram program in VS.NET? Pin
toxcct14-Jun-04 3:53
toxcct14-Jun-04 3:53 
AnswerRe: UML-diagram program in VS.NET? Pin
Trollslayer14-Jun-04 4:13
mentorTrollslayer14-Jun-04 4:13 
GeneralRe: UML-diagram program in VS.NET? Pin
anderslundsgard14-Jun-04 21:17
anderslundsgard14-Jun-04 21:17 
GeneralMouse Move Event in Win CE Pin
S.DARWIN PAUL RAJ14-Jun-04 1:48
S.DARWIN PAUL RAJ14-Jun-04 1:48 

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.