Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / March 2006

Tip: Looking for answers? Try searching our database.

Problems with wininet.dll and C#

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
willem - 13 Mar 2006 18:30 GMT
Hi everyone,
Please I have a question

I want use

InternetStatusCallback and InternetSetStatusCallback of wininet.dll

using C#

I have no idea's about their use (with  DllImport I suppose).

Can somebody give me an example or where I can it to find ?

thanks a lot
willem
Michael Nemtsev - 13 Mar 2006 22:25 GMT
Hello willem,

Define delegate for callbacks
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conusingcallbackfunctions.asp


w> Hi everyone,
w> Please I have a question
w> I want use
w>
w> InternetStatusCallback and InternetSetStatusCallback of wininet.dll
w>
w> using C#
w>
w> I have no idea's about their use (with  DllImport I suppose).
w>
w> Can somebody give me an example or where I can it to find ?
w>
w> thanks a lot
w> willem
---
WBR,
Michael  Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
willem - 13 Mar 2006 23:11 GMT
Thanks Michael.
I wrote this code but I have problems and debugger stop the program and
I dont' know a solution.
Sure I do an error but where is it ?

public delegate void CallBackDelegate(int hinternet, IntPtr dwcontext, int
dwstatus, IntPtr lpv, int dwstatuslength);
public static CallBackDelegate CallBack;

[DllImport("wininet.dll")]
public extern static CallBackDelegate InternetSetStatusCallback(int
hInternet,CallBackDelegate del );

public MyConstr()
{
InitializeComponent();
CallBack = new CallBackDelegate(CallBackFunction);
InternetSetStatusCallback(0,CallBack);}
}

public static void CallBackFunction(int hinternet, IntPtr dwcontext, int
dwstatus, IntPtr lpv, int dwstatuslength)
{
//---
}

> Hello willem,
>
> Define delegate for callbacks

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conusingcallbackfunctions.asp


> w> Hi everyone,
> w> Please I have a question
[quoted text clipped - 16 lines]
> "At times one remains faithful to a cause only because its opponents do not
> cease to be insipid." (c) Friedrich Nietzsche

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.