Click here to Skip to main content
15,884,472 members
Home / Discussions / C#
   

C#

 
GeneralRe: New #dev available Pin
leppie24-Aug-03 10:19
leppie24-Aug-03 10:19 
GeneralRe: New #dev available Pin
Erick Sgarbi24-Aug-03 13:00
Erick Sgarbi24-Aug-03 13:00 
GeneralRe: New #dev available Pin
leppie24-Aug-03 13:22
leppie24-Aug-03 13:22 
GeneralCleaNing the RegisTry Pin
sootienann24-Aug-03 3:50
sootienann24-Aug-03 3:50 
Generalhashtable simple question Pin
devvvy23-Aug-03 23:56
devvvy23-Aug-03 23:56 
GeneralRe: hashtable simple question Pin
leppie24-Aug-03 4:11
leppie24-Aug-03 4:11 
GeneralRe: hashtable simple question Pin
devvvy24-Aug-03 6:19
devvvy24-Aug-03 6:19 
GeneralRe: hashtable simple question Pin
leppie24-Aug-03 9:01
leppie24-Aug-03 9:01 
norm wrote:
//Compiler error here.
if(sPasswd==(String*) users->[sUser])
return "account number: 90210";
else
return "invalid password";


(String*) not allowed, use the proper casting technique.
users->[sUser] what happened to S"User"?

norm wrote:
return "account number: 90210";
else
return "invalid password";


Now you are return unmanaged strings....

And lastly, try this: users->get_Item(S"User")

leppie::AllocCPArticle("Zee blog");
GeneralEncryption Pin
gundalf23-Aug-03 23:07
gundalf23-Aug-03 23:07 
GeneralRe: Encryption Pin
Daniel Turini23-Aug-03 23:36
Daniel Turini23-Aug-03 23:36 
GeneralRe: Encryption Pin
gundalf24-Aug-03 22:52
gundalf24-Aug-03 22:52 
QuestionHow to create a IE toolbar? Pin
nichen23-Aug-03 22:21
nichen23-Aug-03 22:21 
AnswerRe: How to create a IE toolbar? Pin
J. Dunlap24-Aug-03 9:29
J. Dunlap24-Aug-03 9:29 
GeneralRe: How to create a IE toolbar? Pin
nichen24-Aug-03 17:10
nichen24-Aug-03 17:10 
GeneralConnect Matlab from c# Pin
xplod@fcsnet.de23-Aug-03 20:43
xplod@fcsnet.de23-Aug-03 20:43 
GeneralRe: Connect Matlab from c# Pin
Nick Parker24-Aug-03 17:59
protectorNick Parker24-Aug-03 17:59 
GeneralMaking data grid show vertically rather than horizontally Pin
Ista23-Aug-03 19:20
Ista23-Aug-03 19:20 
GeneralRe: Making data grid show vertically rather than horizontally Pin
MeisterBiber24-Aug-03 9:57
MeisterBiber24-Aug-03 9:57 
Generalinheritance with a twist on IEditableObject Pin
Ista23-Aug-03 18:53
Ista23-Aug-03 18:53 
GeneralDeveloping a voice messenger with .NET Pin
Naveed Ahmad23-Aug-03 17:52
Naveed Ahmad23-Aug-03 17:52 
GeneralATL server Pin
devvvy23-Aug-03 16:42
devvvy23-Aug-03 16:42 
GeneralRe: ATL server Pin
Ista23-Aug-03 18:50
Ista23-Aug-03 18:50 
GeneralRe: ATL server Pin
devvvy23-Aug-03 20:28
devvvy23-Aug-03 20:28 
GeneralRe: ATL server Pin
Ista23-Aug-03 18:56
Ista23-Aug-03 18:56 
GeneralRe: ATL server Pin
Ista23-Aug-03 19:09
Ista23-Aug-03 19:09 

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.