Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: Splitter Problem Pin
blankg17-Jun-04 23:20
blankg17-Jun-04 23:20 
GeneralRe: Splitter Problem Pin
xuhx20-Jun-04 15:17
xuhx20-Jun-04 15:17 
GeneralName servers lookup in c# Pin
smallguy17-Jun-04 11:31
smallguy17-Jun-04 11:31 
GeneralRe: Name servers lookup in c# Pin
Heath Stewart17-Jun-04 17:22
protectorHeath Stewart17-Jun-04 17:22 
GeneralRe: Name servers lookup in c# Pin
smallguy18-Jun-04 9:30
smallguy18-Jun-04 9:30 
GeneralPeopleSoft API and C# Pin
sean_carroll17-Jun-04 10:08
sean_carroll17-Jun-04 10:08 
GeneralRe: PeopleSoft API and C# Pin
Heath Stewart17-Jun-04 17:20
protectorHeath Stewart17-Jun-04 17:20 
GeneralRe: PeopleSoft API and C# Pin
sean_carroll18-Jun-04 3:51
sean_carroll18-Jun-04 3:51 
Thanks - I set the defines up as
public const int, seems to be compiling OK.

Since I am a beginner in C#, I don't really know about P/Invoke, marshaling etc. Would appreciate any help. Wink | ;)

I am trying to create structures to replace the C structures, ie:
[StructLayout(LayoutKind.Sequential)]
public struct PSOPERATOR
{
public string szOprID;
public string szOprPswd;
}

But when I try to assign values I get an error. Do I need to overload '='??? Confused | :confused:

PSOPERATOR Opr = new PSOPERATOR();
Opr.szOprID = "USER";
Opr.szOprPswd = "PASSWORD";
......PeopleSoftAccess\Class1.cs(112): Invalid token '=' in class, struct, or interface member declaration

GeneralRe: PeopleSoft API and C# Pin
Heath Stewart18-Jun-04 4:35
protectorHeath Stewart18-Jun-04 4:35 
GeneralRe: PeopleSoft API and C# Pin
sean_carroll18-Jun-04 4:55
sean_carroll18-Jun-04 4:55 
GeneralRe: PeopleSoft API and C# Pin
Heath Stewart18-Jun-04 5:08
protectorHeath Stewart18-Jun-04 5:08 
GeneralRe: PeopleSoft API and C# Pin
sean_carroll18-Jun-04 5:27
sean_carroll18-Jun-04 5:27 
GeneralRe: PeopleSoft API and C# Pin
Colin Angus Mackay17-Jun-04 22:51
Colin Angus Mackay17-Jun-04 22:51 
GeneralRe: PeopleSoft API and C# Pin
eggie517-Jun-04 23:02
eggie517-Jun-04 23:02 
GeneralWM_LBUTTONDOWN Message Pin
Guinness4Strength17-Jun-04 10:04
Guinness4Strength17-Jun-04 10:04 
GeneralRe: WM_LBUTTONDOWN Message Pin
Heath Stewart17-Jun-04 17:11
protectorHeath Stewart17-Jun-04 17:11 
GeneralRe: WM_LBUTTONDOWN Message Pin
Guinness4Strength18-Jun-04 2:58
Guinness4Strength18-Jun-04 2:58 
GeneralRe: WM_LBUTTONDOWN Message Pin
Heath Stewart18-Jun-04 3:44
protectorHeath Stewart18-Jun-04 3:44 
GeneralContext Menu Help Pin
StephenMcAllister17-Jun-04 9:48
StephenMcAllister17-Jun-04 9:48 
GeneralRe: Context Menu Help Pin
LongRange.Shooter17-Jun-04 10:47
LongRange.Shooter17-Jun-04 10:47 
GeneralRe: Context Menu Help Pin
Heath Stewart17-Jun-04 17:17
protectorHeath Stewart17-Jun-04 17:17 
QuestionVB6 Modules =? in C# ??? Pin
antoine@orchus-tech17-Jun-04 9:31
antoine@orchus-tech17-Jun-04 9:31 
AnswerRe: VB6 Modules =? in C# ??? Pin
Judah Gabriel Himango17-Jun-04 9:43
sponsorJudah Gabriel Himango17-Jun-04 9:43 
GeneralRe: VB6 Modules =? in C# ??? Pin
antoine@orchus-tech17-Jun-04 10:03
antoine@orchus-tech17-Jun-04 10:03 
GeneralRe: VB6 Modules =? in C# ??? Pin
Judah Gabriel Himango17-Jun-04 10:10
sponsorJudah Gabriel Himango17-Jun-04 10:10 

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.