Click here to Skip to main content
15,912,665 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralADO+DataGird+CJLibrary (Sample code) Pin
Masaaki Onishi21-Aug-00 15:38
Masaaki Onishi21-Aug-00 15:38 
GeneralRe: Copyright of CJLibrary ! Pin
Masaaki Onishi21-Aug-00 17:54
Masaaki Onishi21-Aug-00 17:54 
GeneralCustomized CFileDialog problem Pin
Randy More21-Aug-00 10:21
Randy More21-Aug-00 10:21 
GeneralFile Save As from ATL (no MFC) Pin
Chris L.21-Aug-00 8:57
Chris L.21-Aug-00 8:57 
GeneralRe: File Save As from ATL (no MFC) Pin
Michael Dunn21-Aug-00 11:34
sitebuilderMichael Dunn21-Aug-00 11:34 
GeneralRe: File Save As from ATL (no MFC) Pin
Member 105422-Aug-00 2:23
Member 105422-Aug-00 2:23 
QuestionCan Somebody Help? Pin
Tito Ruiz21-Aug-00 8:37
Tito Ruiz21-Aug-00 8:37 
QuestionHow can i insert code at current position withing Vc IDE like from VB Add In ??? Pin
Cheickna21-Aug-00 7:03
Cheickna21-Aug-00 7:03 
Hi every body,

Here's an example in Visual Basic to write directly code in VB code window

Dim lngStartLine As Long
Dim lngStartCol As Long
Dim lngEndLine As Long
Dim lngEndCol As Long

' determine current location in code window
VBInstance.ActiveCodePane.CodeModule.CodePane.GetSelection lngStartLine, lngStartCol, lngEndLine, lngEndCol
' insert ADO code at current position
VBInstance.ActiveCodePane.CodeModule.InsertLines lngStartLine, GenADOCode
.........
.........

I want to realize the same operation in Visual C++ 6.0 IDE

Can anybody help me ?


Thanks in advance
Excuse me for my poor english
GeneralURL Limit Pin
starzykp21-Aug-00 4:43
starzykp21-Aug-00 4:43 
GeneralA question about animated icon Pin
fangli20-Aug-00 21:01
fangli20-Aug-00 21:01 
GeneralRe: A question about animated icon Pin
Paolo Messina23-Aug-00 9:34
professionalPaolo Messina23-Aug-00 9:34 
GeneralLimitation of Rows in FlexGrid Pin
Nicholas Messaritis20-Aug-00 5:22
Nicholas Messaritis20-Aug-00 5:22 
GeneralChanging TEXT FILES into Access Tables Pin
Steve Lai20-Aug-00 4:19
Steve Lai20-Aug-00 4:19 
GeneralRe: Changing TEXT FILES into Access Tables Pin
Philip Nicoletti21-Aug-00 6:13
Philip Nicoletti21-Aug-00 6:13 
GeneralRe: Changing TEXT FILES into Access Tables Pin
Steve Lai23-Aug-00 9:18
Steve Lai23-Aug-00 9:18 
GeneralThanks Phil! Anyone know anything with Database? Pin
Steve Lai23-Aug-00 9:19
Steve Lai23-Aug-00 9:19 
GeneralRe: Changing TEXT FILES into Access Tables Pin
André Dewispelaere20-Sep-00 4:21
André Dewispelaere20-Sep-00 4:21 
QuestionHow to set a directory in CFile Pin
Nick19-Aug-00 15:23
Nick19-Aug-00 15:23 
AnswerRe: How to set a directory in CFile Pin
Mike Dunn19-Aug-00 17:22
Mike Dunn19-Aug-00 17:22 
GeneralATL COM Controls instantiation Pin
Aruna Gadige19-Aug-00 0:24
Aruna Gadige19-Aug-00 0:24 
GeneralGetting the call stack programatically Pin
Steve Driessens18-Aug-00 16:37
Steve Driessens18-Aug-00 16:37 
GeneralRe: Getting the call stack programatically Pin
Stephen Kellett22-Aug-00 3:48
Stephen Kellett22-Aug-00 3:48 
QuestionSet CListCtrl row height to zero? Pin
trey18-Aug-00 7:29
trey18-Aug-00 7:29 
GeneralCalling all windows guru's Pin
Fu Mo18-Aug-00 6:03
sussFu Mo18-Aug-00 6:03 
GeneralRe: Calling all windows guru's Pin
ldaoust18-Aug-00 10:21
ldaoust18-Aug-00 10:21 

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.