Click here to Skip to main content
16,004,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VisualStudio: Copy/Paste a rectangular window Pin
toxcct22-Sep-05 1:30
toxcct22-Sep-05 1:30 
GeneralRe: VisualStudio: Copy/Paste a rectangular window Pin
Chintoo72322-Sep-05 1:50
Chintoo72322-Sep-05 1:50 
GeneralRe: VisualStudio: Copy/Paste a rectangular window Pin
*Dreamz22-Sep-05 2:04
*Dreamz22-Sep-05 2:04 
GeneralRe: VisualStudio: Copy/Paste a rectangular window Pin
Chintoo72322-Sep-05 5:25
Chintoo72322-Sep-05 5:25 
GeneralRe: VisualStudio: Copy/Paste a rectangular window Pin
*Dreamz22-Sep-05 19:15
*Dreamz22-Sep-05 19:15 
QuestionMODBUS/TCP communication Pin
Member 216100421-Sep-05 23:52
Member 216100421-Sep-05 23:52 
AnswerRe: MODBUS/TCP communication Pin
Rick York22-Sep-05 10:07
mveRick York22-Sep-05 10:07 
Questionhow to create a DLL Pin
Smith#21-Sep-05 22:36
Smith#21-Sep-05 22:36 
i created a DLL with some functions that i'd use in a VB or someother application,
but the problem is for every exported function , i need to do like
[code]
Private Declare Function MyTestFun1 Lib "MDLL.dll" (ByVal hWnd As Long, ByVal a As Integer, b As Integer) As Integer

Private Declare Function MyTestFun2 Lib "MDLL.dll" (ByVal hWnd As Long, ByVal a As Integer, b As Integer) As Integer
[/code]
what i need is like, when u create an object using Microsoft scripting runtime, you'll get access to FileSystemObject. (fso)
so in VB, you do like

[code]
Dim fso as new fileSystemObject
later on you'd use all functions by fso.(dot)..
[/code]

how'd i do my own dll like MSScripting runtime..?Frown | :(








regards,
Rookie


-- modified at 4:37 Thursday 22nd September, 2005
AnswerRe: how to create a DLL Pin
Nilesh K.21-Sep-05 23:14
Nilesh K.21-Sep-05 23:14 
AnswerRe: how to create a DLL Pin
douglasjordan26-Sep-05 14:38
douglasjordan26-Sep-05 14:38 
QuestionCListBox Customize Pin
fjlv200521-Sep-05 22:01
fjlv200521-Sep-05 22:01 
AnswerRe: CListBox Customize Pin
David Crow22-Sep-05 3:00
David Crow22-Sep-05 3:00 
GeneralRe: CListBox Customize Pin
fjlv200522-Sep-05 15:18
fjlv200522-Sep-05 15:18 
GeneralRe: CListBox Customize Pin
fjlv200522-Sep-05 15:55
fjlv200522-Sep-05 15:55 
GeneralRe: CListBox Customize Pin
David Crow23-Sep-05 2:28
David Crow23-Sep-05 2:28 
GeneralRe: CListBox Customize Pin
fjlv200525-Sep-05 14:41
fjlv200525-Sep-05 14:41 
QuestionAbout image processing Pin
om_trupti21-Sep-05 21:47
om_trupti21-Sep-05 21:47 
AnswerRe: About image processing Pin
Alexander M.,22-Sep-05 3:23
Alexander M.,22-Sep-05 3:23 
QuestionCOM Single-Threaded Or Multi-Threaded Pin
yccheok21-Sep-05 21:13
yccheok21-Sep-05 21:13 
AnswerRe: COM Single-Threaded Or Multi-Threaded Pin
Calc2021-Sep-05 22:15
Calc2021-Sep-05 22:15 
GeneralRe: COM Single-Threaded Or Multi-Threaded Pin
yccheok22-Sep-05 15:36
yccheok22-Sep-05 15:36 
GeneralRe: COM Single-Threaded Or Multi-Threaded Pin
Calc2022-Sep-05 19:47
Calc2022-Sep-05 19:47 
GeneralRe: COM Single-Threaded Or Multi-Threaded Pin
yccheok22-Sep-05 23:06
yccheok22-Sep-05 23:06 
QuestionCreating Excel files in VC Pin
kk.tvm21-Sep-05 21:07
kk.tvm21-Sep-05 21:07 
AnswerRe: Creating Excel files in VC Pin
LOUIS Christian21-Sep-05 21:43
LOUIS Christian21-Sep-05 21:43 

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.