Click here to Skip to main content
15,902,896 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Password Textbox Pin
Dave Kreskowiak24-Jan-06 12:37
mveDave Kreskowiak24-Jan-06 12:37 
GeneralRe: Password Textbox Pin
Paul Conrad24-Jan-06 12:42
professionalPaul Conrad24-Jan-06 12:42 
GeneralRe: Password Textbox Pin
lmoelleb24-Jan-06 21:23
lmoelleb24-Jan-06 21:23 
GeneralRe: Password Textbox Pin
Paul Conrad25-Jan-06 6:32
professionalPaul Conrad25-Jan-06 6:32 
GeneralRe: Password Textbox Pin
Paul Conrad24-Jan-06 12:48
professionalPaul Conrad24-Jan-06 12:48 
QuestionEnum question Pin
Texas_CodeMaster23-Jan-06 6:20
Texas_CodeMaster23-Jan-06 6:20 
AnswerRe: Enum question Pin
Dave Kreskowiak23-Jan-06 6:35
mveDave Kreskowiak23-Jan-06 6:35 
QuestionSocket.IOControl() error # 10022 in Visual Studio 2005? Pin
Tom Paluzzi23-Jan-06 4:56
Tom Paluzzi23-Jan-06 4:56 
The following is code written in C# using .NET Framework 2.0 and
VS 2005. I'm getting an exception, error #10022, when I call IOControl().

I tried different values for the parameters to IOControl(), and still get the same error.

Can anybody help clear this up as to why I'm getting this error?

Thx,
T


socket.SetSocketOption(SocketOptionLevel.IP,SocketOptionName.HeaderIncluded,1);
byte []IN = new byte[4]{1, 0, 0, 0};
byte []OUT = new byte[4];
int SIO_RCVALL = unchecked((int)0x98000001);

int ret_code = socket.IOControl(IOControlCode.ReceiveAll, IN, OUT);
ret_code = OUT[0] + OUT[1] + OUT[2] + OUT[3];
if(ret_code != 0)
ret_val = false;


AnswerRe: Socket.IOControl() error # 10022 in Visual Studio 2005? Pin
Dave Kreskowiak23-Jan-06 5:44
mveDave Kreskowiak23-Jan-06 5:44 
GeneralRe: Socket.IOControl() error # 10022 in Visual Studio 2005? Pin
Tom Paluzzi23-Jan-06 5:52
Tom Paluzzi23-Jan-06 5:52 
GeneralRe: Socket.IOControl() error # 10022 in Visual Studio 2005? Pin
Dave Kreskowiak23-Jan-06 6:31
mveDave Kreskowiak23-Jan-06 6:31 
GeneralRe: Socket.IOControl() error # 10022 in Visual Studio 2005? Pin
Tom Paluzzi23-Jan-06 6:37
Tom Paluzzi23-Jan-06 6:37 
GeneralRe: Socket.IOControl() error # 10022 in Visual Studio 2005? Pin
Dave Kreskowiak23-Jan-06 11:01
mveDave Kreskowiak23-Jan-06 11:01 
GeneralRe: Socket.IOControl() error # 10022 in Visual Studio 2005? Pin
Tom Paluzzi23-Jan-06 15:36
Tom Paluzzi23-Jan-06 15:36 
QuestionVisual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Phonol22-Jan-06 20:43
Phonol22-Jan-06 20:43 
AnswerRe: Visual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Dave Kreskowiak23-Jan-06 5:36
mveDave Kreskowiak23-Jan-06 5:36 
GeneralRe: Visual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Phonol23-Jan-06 19:18
Phonol23-Jan-06 19:18 
GeneralRe: Visual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Dave Kreskowiak24-Jan-06 2:42
mveDave Kreskowiak24-Jan-06 2:42 
QuestionWorking with Scrollbars Pin
IMinusMinus22-Jan-06 6:54
IMinusMinus22-Jan-06 6:54 
AnswerRe: Working with Scrollbars Pin
[Marc]22-Jan-06 10:13
[Marc]22-Jan-06 10:13 
GeneralRe: Working with Scrollbars Pin
IMinusMinus23-Jan-06 7:07
IMinusMinus23-Jan-06 7:07 
GeneralRe: Working with Scrollbars Pin
[Marc]23-Jan-06 8:27
[Marc]23-Jan-06 8:27 
GeneralRe: Working with Scrollbars Pin
IMinusMinus23-Jan-06 8:34
IMinusMinus23-Jan-06 8:34 
QuestionError Unable to open the project file from the webserver ". Pin
q19010521-Jan-06 16:02
q19010521-Jan-06 16:02 
Questionobject = (string + type) ? Pin
[Marc]21-Jan-06 6:06
[Marc]21-Jan-06 6:06 

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.