Click here to Skip to main content
15,904,153 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: byte array type Pin
Ravi Bhavnani14-May-02 19:58
professionalRavi Bhavnani14-May-02 19:58 
GeneralRe: byte array type Pin
Nish Nishant14-May-02 20:11
sitebuilderNish Nishant14-May-02 20:11 
GeneralRe: byte array type Pin
Ravi Bhavnani14-May-02 20:14
professionalRavi Bhavnani14-May-02 20:14 
Generalfiles watcher Pin
14-May-02 5:09
suss14-May-02 5:09 
GeneralRe: files watcher Pin
Joshua Nussbaum14-May-02 8:36
Joshua Nussbaum14-May-02 8:36 
GeneralRe: files watcher Pin
Ravi Bhavnani14-May-02 19:57
professionalRavi Bhavnani14-May-02 19:57 
GeneralBooks on C# Pin
Rohde14-May-02 3:42
Rohde14-May-02 3:42 
GeneralRe: Books on C# Pin
Joao Vaz14-May-02 3:53
Joao Vaz14-May-02 3:53 

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.