Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How implement IsScrollView() method? Pin
Prakash Nadar24-Feb-04 20:06
Prakash Nadar24-Feb-04 20:06 
AnswerRe: How implement IsScrollView() method? Pin
Robert A. T. Káldy24-Feb-04 20:12
Robert A. T. Káldy24-Feb-04 20:12 
GeneralRe: How implement IsScrollView() method? Pin
Eugene Pustovoyt24-Feb-04 20:47
Eugene Pustovoyt24-Feb-04 20:47 
GeneralRe: How implement IsScrollView() method? Pin
Prakash Nadar24-Feb-04 21:10
Prakash Nadar24-Feb-04 21:10 
GeneralRe: How implement IsScrollView() method? Pin
Eugene Pustovoyt24-Feb-04 22:01
Eugene Pustovoyt24-Feb-04 22:01 
AnswerRe: How implement IsScrollView() method? Pin
Roger Allen25-Feb-04 2:00
Roger Allen25-Feb-04 2:00 
GeneralRe: How implement IsScrollView() method? Pin
Eugene Pustovoyt25-Feb-04 2:57
Eugene Pustovoyt25-Feb-04 2:57 
GeneralString from VB to VC Pin
SiddharthAtw24-Feb-04 18:01
SiddharthAtw24-Feb-04 18:01 
Please help me I lost my night sleep. Tell in simple code.
From my VB client I am passing simple string "Siddharth", to a win32 dll function GetUserName(DATATYPE)(if DAtatype is BSTR or wstring tell me how to convert it into string in dll function declaration). My program should run in 98 as well as NT. I am trying lot of examples but they all are for long. When I convert it to string nothing works out.

VB client
Dim x as string
x = "String"
GetStringFromVb(wstring *)
end

Win32
GetStringFromVb(wstring*)
{
vector MyString;
MyString.push_back(wstring);
{
//..Lot of string manipulation
}
}

One more issue. in the win32 DLL.h if I declare stl parameter, it is not accepted by the compiler.

GeneralRe: String from VB to VC Pin
Prakash Nadar24-Feb-04 18:26
Prakash Nadar24-Feb-04 18:26 
GeneralRe: String from VB to VC Pin
SiddharthAtw24-Feb-04 19:19
SiddharthAtw24-Feb-04 19:19 
GeneralRe: String from VB to VC Pin
Prakash Nadar24-Feb-04 19:34
Prakash Nadar24-Feb-04 19:34 
GeneralRe: String from VB to VC Pin
SiddharthAtw24-Feb-04 19:43
SiddharthAtw24-Feb-04 19:43 
GeneralRe: String from VB to VC Pin
Monty225-Feb-04 0:18
Monty225-Feb-04 0:18 
GeneralRe: String from VB to VC Pin
Prakash Nadar24-Feb-04 19:47
Prakash Nadar24-Feb-04 19:47 
QuestionHow to communicate with other windows inside IIS Filter (ISAPI) Pin
mctpursuer24-Feb-04 16:58
mctpursuer24-Feb-04 16:58 
AnswerRe: How to communicate with other windows inside IIS Filter (ISAPI) Pin
basementman25-Feb-04 10:22
basementman25-Feb-04 10:22 
GeneralLNK2001 error Pin
jbmeeh24-Feb-04 14:36
jbmeeh24-Feb-04 14:36 
GeneralRe: LNK2001 error Pin
Michael Dunn24-Feb-04 15:35
sitebuilderMichael Dunn24-Feb-04 15:35 
GeneralUndeclared identifier Pin
CliffClimber24-Feb-04 14:20
CliffClimber24-Feb-04 14:20 
GeneralRe: Undeclared identifier Pin
Prakash Nadar24-Feb-04 14:29
Prakash Nadar24-Feb-04 14:29 
GeneralRe: Undeclared identifier Pin
CliffClimber24-Feb-04 14:35
CliffClimber24-Feb-04 14:35 
GeneralRe: Undeclared identifier Pin
Michael Dunn24-Feb-04 15:36
sitebuilderMichael Dunn24-Feb-04 15:36 
GeneralRe: Undeclared identifier Pin
CliffClimber24-Feb-04 15:44
CliffClimber24-Feb-04 15:44 
GeneralRe: Undeclared identifier Pin
John M. Drescher24-Feb-04 15:55
John M. Drescher24-Feb-04 15:55 
GeneralRe: Undeclared identifier Pin
CliffClimber24-Feb-04 16:04
CliffClimber24-Feb-04 16:04 

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.