Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalproblem about password editbox does not show "******" on Windows xp Pin
mike shen11-Aug-05 15:43
mike shen11-Aug-05 15:43 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
Jose Lamas Rios11-Aug-05 16:05
Jose Lamas Rios11-Aug-05 16:05 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
mike shen11-Aug-05 18:08
mike shen11-Aug-05 18:08 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
Jose Lamas Rios11-Aug-05 18:38
Jose Lamas Rios11-Aug-05 18:38 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
toxcct11-Aug-05 21:24
toxcct11-Aug-05 21:24 
GeneralProblem passing bitmap paths from C++ to .NET DLL Pin
mpastchenko11-Aug-05 14:39
mpastchenko11-Aug-05 14:39 
GeneralRe: Problem passing bitmap paths from C++ to .NET DLL Pin
Christian Graus11-Aug-05 14:49
protectorChristian Graus11-Aug-05 14:49 
GeneralRe: Problem passing bitmap paths from C++ to .NET DLL Pin
mpastchenko12-Aug-05 14:22
mpastchenko12-Aug-05 14:22 
In instead of having next programmer, work with GDI+ and put that constraint on him (this is a only a part of the project that will be used by someone else), I would rather contain all GDI+ in .NET thats why I am using paths (strings). So its easier for someone else, especially if not familiar with GDI+ directly to just say:

LoadANDCompareMaps(bstingpath1, bstringpath2, etc)

The solution to my priblem is quite simple:

I was declaring my binary strings incorrectly

correct syntax:

BSTR bla = SysAllocString(L"C:\\temp\\TestDLL3.bmp_BGL.bmp");

Thank you

Sincerely,

Max Pastchenko

P.S. I debugged on VB side with C++ executable and thats how I found that they were empty. And as far as i see C++ is talking to a .NET DLL which is created by VB.NET
GeneralPass message for the parent to handle Pin
DarkLizener11-Aug-05 12:50
DarkLizener11-Aug-05 12:50 
GeneraliSeries AS400 APIs Pin
Camron11-Aug-05 11:34
Camron11-Aug-05 11:34 
GeneralRe: iSeries AS400 APIs Pin
David Crow12-Aug-05 3:38
David Crow12-Aug-05 3:38 
GeneralRe: iSeries AS400 APIs Pin
Camron12-Aug-05 5:03
Camron12-Aug-05 5:03 
GeneralRe: iSeries AS400 APIs Pin
David Crow12-Aug-05 5:14
David Crow12-Aug-05 5:14 
Questionsend/recv help? Pin
KellyR11-Aug-05 10:55
KellyR11-Aug-05 10:55 
AnswerRe: send/recv help? Pin
fakefur11-Aug-05 13:46
fakefur11-Aug-05 13:46 
GeneralRe: send/recv help? Pin
KellyR11-Aug-05 14:20
KellyR11-Aug-05 14:20 
GeneralRe: send/recv help? Pin
KellyR11-Aug-05 15:52
KellyR11-Aug-05 15:52 
GeneralRe: send/recv help? Pin
Jose Lamas Rios11-Aug-05 15:53
Jose Lamas Rios11-Aug-05 15:53 
GeneralPrevent CDialog activation. Pin
mintguy11-Aug-05 10:51
mintguy11-Aug-05 10:51 
GeneralRe: Prevent CDialog activation. Pin
Jose Lamas Rios11-Aug-05 15:39
Jose Lamas Rios11-Aug-05 15:39 
GeneralRe: Prevent CDialog activation. Pin
ThatsAlok11-Aug-05 18:26
ThatsAlok11-Aug-05 18:26 
GeneralRe: Prevent CDialog activation. Pin
mintguy11-Aug-05 20:21
mintguy11-Aug-05 20:21 
GeneralRe: Prevent CDialog activation. Pin
ThatsAlok11-Aug-05 20:34
ThatsAlok11-Aug-05 20:34 
GeneralRe: Prevent CDialog activation. Pin
mintguy11-Aug-05 20:56
mintguy11-Aug-05 20:56 
GeneralRe: Prevent CDialog activation. Pin
ThatsAlok11-Aug-05 22:45
ThatsAlok11-Aug-05 22:45 

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.