Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
QuestionHow do you find the graphics new point position?? Pin
OnlyTaz1-May-05 18:01
OnlyTaz1-May-05 18:01 
AnswerRe: How do you find the graphics new point position?? Pin
leppie1-May-05 20:19
leppie1-May-05 20:19 
GeneralWindows forms cache Pin
The Yellow Dart1-May-05 15:04
The Yellow Dart1-May-05 15:04 
GeneralRe: Windows forms cache Pin
Christian Graus1-May-05 15:37
protectorChristian Graus1-May-05 15:37 
Generalhelp for god sake ~WebServices~ Pin
tawammar1-May-05 13:36
tawammar1-May-05 13:36 
GeneralRe: help for god sake ~WebServices~ Pin
Christian Graus1-May-05 15:40
protectorChristian Graus1-May-05 15:40 
GeneralRe: help for god sake ~WebServices~ Pin
Dave Kreskowiak1-May-05 15:55
mveDave Kreskowiak1-May-05 15:55 
GeneralRe: help for god sake ~WebServices~ Pin
tawammar2-May-05 0:36
tawammar2-May-05 0:36 
but this is what i want, i want it to change the cursor position on the server, first i thought web services doen't call any Invoked win32 API function, so i tried to call the method that calls this Win32 API function

int flg;
[DllImport("wininet.dll")]
private extern static bool InternetGetConnectedState( out int Flags ,int Reserved);

public static bool Connected()
{
return InternetGetConnectedState( out flags,0);
}

this method returns true if the computer (the server in my case) is connected to the internet otherwise it returns flase..
I called the WebMethod from the client App that calles Connected() and it worked. it returned true and when i disconnect it returns fales

so why this method workes normally but the other method doesn't work, and if i have to give the Webservice some extra permeations, how can i do that

GeneralRe: help for god sake ~WebServices~ Pin
Dave Kreskowiak2-May-05 0:54
mveDave Kreskowiak2-May-05 0:54 
GeneralC#, ActiveX and Borland Builder Pin
_eulogy_1-May-05 12:23
_eulogy_1-May-05 12:23 
Generalcontrol browser from app Pin
fortyonejb1-May-05 10:15
fortyonejb1-May-05 10:15 
GeneralRe: control browser from app Pin
Dan_P1-May-05 15:54
Dan_P1-May-05 15:54 
GeneralUri Class issue-isFile property Pin
Adnan Siddiqi1-May-05 9:57
Adnan Siddiqi1-May-05 9:57 
GeneralRe: Uri Class issue-isFile property Pin
Adnan Siddiqi1-May-05 10:14
Adnan Siddiqi1-May-05 10:14 
GeneralCreating rotated font in C# using logfont Pin
camelopardis1-May-05 8:24
camelopardis1-May-05 8:24 
GeneralRe: Creating rotated font in C# using logfont Pin
Luis Alonso Ramos1-May-05 9:30
Luis Alonso Ramos1-May-05 9:30 
GeneralRe: Creating rotated font in C# using logfont Pin
camelopardis1-May-05 9:39
camelopardis1-May-05 9:39 
GeneralCustom control inherited from Label - drawing question Pin
Anonymous1-May-05 7:37
Anonymous1-May-05 7:37 
GeneralRe: Custom control inherited from Label - drawing question Pin
Dan_P1-May-05 15:49
Dan_P1-May-05 15:49 
GeneralAccessing c# ActiveX Controls from unmanaged C++ Pin
_eulogy_1-May-05 5:43
_eulogy_1-May-05 5:43 
GeneralRe: Accessing c# ActiveX Controls from unmanaged C++ Pin
Judah Gabriel Himango1-May-05 9:45
sponsorJudah Gabriel Himango1-May-05 9:45 
GeneralRe: Accessing c# ActiveX Controls from unmanaged C++ Pin
Anonymous1-May-05 10:34
Anonymous1-May-05 10:34 
GeneralRe: Accessing c# ActiveX Controls from unmanaged C++ Pin
Judah Gabriel Himango1-May-05 17:21
sponsorJudah Gabriel Himango1-May-05 17:21 
GeneralI want to generate random numbers Pin
Mohammed Aijaz Mohiuddin1-May-05 4:25
Mohammed Aijaz Mohiuddin1-May-05 4:25 
GeneralRe: I want to generate random numbers Pin
Colin Angus Mackay1-May-05 4:27
Colin Angus Mackay1-May-05 4:27 

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.