Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
GeneralNTLM Authentication Pin
Venkatraj16-May-02 0:31
Venkatraj16-May-02 0:31 
GeneralRe: NTLM Authentication Pin
Rama Krishna Vavilala16-May-02 14:38
Rama Krishna Vavilala16-May-02 14:38 
GeneralRunning Page_Load Event Pin
Gavin_Mannion15-May-02 23:41
Gavin_Mannion15-May-02 23:41 
GeneralRe: Running Page_Load Event Pin
AndyG16-May-02 4:54
AndyG16-May-02 4:54 
GeneralRe: Running Page_Load Event Pin
Gavin_Mannion16-May-02 4:58
Gavin_Mannion16-May-02 4:58 
GeneralRe: Running Page_Load Event Pin
AndyG16-May-02 8:00
AndyG16-May-02 8:00 
GeneralNetwork connection on remote machine and WMI Pin
KobyBoy15-May-02 12:05
KobyBoy15-May-02 12:05 
GeneralResourceManager Pin
15-May-02 10:23
suss15-May-02 10:23 
GeneralBackgroundImage + Centering... Pin
Zombies with Coffee, LLC15-May-02 5:47
professionalZombies with Coffee, LLC15-May-02 5:47 
GeneralRe: BackgroundImage + Centering... Pin
James T. Johnson15-May-02 8:10
James T. Johnson15-May-02 8:10 
GeneralRe: BackgroundImage + Centering... Pin
Zombies with Coffee, LLC15-May-02 8:29
professionalZombies with Coffee, LLC15-May-02 8:29 
Generalms word Pin
shmuelt15-May-02 3:10
shmuelt15-May-02 3:10 
GeneralRe: ms word Pin
SHaroz20-May-02 7:54
SHaroz20-May-02 7:54 
GeneralSetWindowsHookEx Pin
14-May-02 23:41
suss14-May-02 23:41 
GeneralPassing byte array from C# to C++ Pin
Ollie14-May-02 22:48
Ollie14-May-02 22:48 
Generalweb services provider! Pin
zhoujun14-May-02 19:41
zhoujun14-May-02 19:41 
i download the "screen saver"(screensaver_JTJ.csproj);
and i wonder why it can download the codeproject.com's latest posts.it's code may be like this:

codeProject.LatestBrief latest = new codeProject.LatestBrief();

int nInterval = latest.GetArticleLatestUpdatePeriod();

arArticles.Clear();

codeProject.ArticleBrief[]articles=latest.GetLatestArticleBrief(latest.GetMaxArticleListLength());

TextActor a;

int nText = nTextPos;

Point velocity = new Point(0, -3);

if (null != articles)
foreach (codeProject.ArticleBrief article in articles)
{
if (article != null)
{
a = new TextActor(article.Title);

......
and it has a latest.wsdl file which i think related to it.
i want to know how to do that?i mean if i have a website like codeproject.com,how can i download such things?
any documents or articles that relate to that topic?
thanks in advance!
Confused | :confused:
GeneralRe: web services provider! Pin
Ravi Bhavnani14-May-02 19:56
professionalRavi Bhavnani14-May-02 19:56 
GeneralOoops! Pin
Ravi Bhavnani14-May-02 20:00
professionalRavi Bhavnani14-May-02 20:00 
GeneralRe: Ooops! Pin
Nish Nishant14-May-02 20:13
sitebuilderNish Nishant14-May-02 20:13 
GeneralRe: Ooops! Pin
Ravi Bhavnani14-May-02 20:15
professionalRavi Bhavnani14-May-02 20:15 
GeneralRe: Ooops! Pin
zhoujun14-May-02 23:26
zhoujun14-May-02 23:26 
GeneralForms to Web Page Pin
Albert Pascual14-May-02 11:54
sitebuilderAlbert Pascual14-May-02 11:54 
GeneralEvent Pin
RaphaelBr14-May-02 9:43
RaphaelBr14-May-02 9:43 
Generalbyte array type Pin
Ollie14-May-02 7:48
Ollie14-May-02 7:48 
GeneralRe: byte array type Pin
Joshua Nussbaum14-May-02 8:35
Joshua Nussbaum14-May-02 8:35 

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.