Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Loading exe's Pin
8-May-01 1:43
suss8-May-01 1:43 
GeneralEventLog Pin
sankar7-May-01 21:49
sankar7-May-01 21:49 
GeneralSplitterWnd and ActiveXControl Pin
Ricky Berghold7-May-01 20:43
Ricky Berghold7-May-01 20:43 
Generaldynamic picture control Pin
7-May-01 19:51
suss7-May-01 19:51 
GeneralRe: dynamic picture control Pin
Christian Graus7-May-01 23:18
protectorChristian Graus7-May-01 23:18 
GeneralProject for everybody who want to participate Pin
BLaZe7-May-01 16:32
BLaZe7-May-01 16:32 
QuestionDoes anyone know how to do Audio Fading with Direct show? Pin
Bart-Man7-May-01 11:07
Bart-Man7-May-01 11:07 
QuestionLPDISPATCH problem ? Pin
latunos7-May-01 7:23
latunos7-May-01 7:23 
Please help,
In VB, the GetSpellingSuggestion() return a Set data structure, but in VC++ it returns LPDISPATCH.

VB function:
For Each wd In ActiveDocument.Words
Set sugg = wd.GetSpellingSuggestions
If sugg.Count <> 0 Then
For Each ss In sugg
MsgBox ss.Name
Next ss
End If
Next wd

Can anyone help me to deal with LPDISPATCH so I can get the result from the GetSpellingSuggestion method in VC++.

Thanks in advance
Confused | :confused:
GeneralUnicode Windows ME Pin
Andy Shaw7-May-01 6:41
Andy Shaw7-May-01 6:41 
GeneralRe: Try this. Pin
7-May-01 11:47
suss7-May-01 11:47 
QuestionWhat is wrong with this code? Pin
mvworld7-May-01 4:20
mvworld7-May-01 4:20 
GeneralUsing the ellipsis (...) Pin
mvworld7-May-01 3:52
mvworld7-May-01 3:52 
GeneralRe: Using the ellipsis (...) Pin
Chris Losinger7-May-01 4:07
professionalChris Losinger7-May-01 4:07 
GeneralDesparate for suggestions? ---- Some Toolbar Button Are Hidden Pin
7-May-01 3:49
suss7-May-01 3:49 
GeneralRe: Desparate for suggestions? ---- Some Toolbar Button Are Hidden Pin
#realJSOP7-May-01 4:13
professional#realJSOP7-May-01 4:13 
GeneralRe: Desparate for suggestions? ---- Some Toolbar Button Are Hidden Pin
7-May-01 4:36
suss7-May-01 4:36 
GeneralRe: Desparate for suggestions? ---- Some Toolbar Button Are Hidden Pin
7-May-01 6:14
suss7-May-01 6:14 
GeneralRe: Desparate for suggestions? ---- Some Toolbar Button Are Hidden Pin
7-May-01 10:37
suss7-May-01 10:37 
GeneralProblem with WriteFile and GetOverlappedResult Pin
fd97507-May-01 2:43
professionalfd97507-May-01 2:43 
General'for' statement can't work! Pin
hearties7-May-01 0:09
hearties7-May-01 0:09 
GeneralRe: 'for' statement can't work! Pin
#realJSOP7-May-01 0:46
professional#realJSOP7-May-01 0:46 
GeneralRe: 'for' statement can't work! Pin
hearties7-May-01 1:11
hearties7-May-01 1:11 
GeneralRe: 'for' statement can't work! Pin
#realJSOP7-May-01 1:24
professional#realJSOP7-May-01 1:24 
GeneralRe: 'for' statement can't work! Pin
hearties7-May-01 1:40
hearties7-May-01 1:40 
GeneralRe: 'for' statement can't work! Pin
#realJSOP7-May-01 1:50
professional#realJSOP7-May-01 1:50 

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.