Click here to Skip to main content
15,891,828 members
Home / Discussions / C#
   

C#

 
GeneralAttributes Pin
Ken Galer18-Dec-03 2:38
Ken Galer18-Dec-03 2:38 
GeneralRe: Attributes Pin
Heath Stewart18-Dec-03 2:59
protectorHeath Stewart18-Dec-03 2:59 
GeneralRe: Attributes Pin
Ken Galer18-Dec-03 3:09
Ken Galer18-Dec-03 3:09 
GeneralQuestion with treeview Pin
markdbd17-Dec-03 22:57
markdbd17-Dec-03 22:57 
GeneralRe: Question with treeview Pin
Member 26118818-Dec-03 0:09
Member 26118818-Dec-03 0:09 
GeneralRe: Question with treeview Pin
markdbd18-Dec-03 5:54
markdbd18-Dec-03 5:54 
GeneralCreate dial-up connection Pin
hebzzz17-Dec-03 22:51
hebzzz17-Dec-03 22:51 
GeneralRe: Create dial-up connection Pin
Heath Stewart18-Dec-03 3:35
protectorHeath Stewart18-Dec-03 3:35 
Do you mean a new connection that they can choose from the auto-dial screen, or just a connection to their ISP? For the latter, see the WinINet[^] documentation.

For the former, this really seems to be platform-dependent, i.e. Windows XP works a little differently from Win2K, which works a lot differently from Windows OS's like 98 and ME. If you use the information above, specify functions like InternetAutodial, the user could create their own connection. If you need to create it for them (like some ISP do with their auto-configuration), I think you can do this with .cnf files.

One more way is to use the function InternetDial, which allows you to specify a connection name, flags, and a number to dial. This way, at least, you could get them to dial a particular server. An HWND the parent window (Form.Handle, inherited from Control.Handle) is required for the prompt dialog. This is supported in all Windows platforms that support .NET.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralC# and smart Documents ( word 2003 ) Pin
anta17-Dec-03 21:58
anta17-Dec-03 21:58 
GeneralOptions dialog Pin
SaeidehV17-Dec-03 21:13
SaeidehV17-Dec-03 21:13 
GeneralRe: Options dialog Pin
Member 26118818-Dec-03 0:14
Member 26118818-Dec-03 0:14 
GeneralRe: Options dialog Pin
Heath Stewart18-Dec-03 3:12
protectorHeath Stewart18-Dec-03 3:12 
GeneralCSharp Custom Exception Pin
Member 33502217-Dec-03 19:59
Member 33502217-Dec-03 19:59 
GeneralRe: CSharp Custom Exception Pin
Mazdak17-Dec-03 21:38
Mazdak17-Dec-03 21:38 
GeneralRe: CSharp Custom Exception Pin
Member 33502217-Dec-03 21:42
Member 33502217-Dec-03 21:42 
GeneralRe: CSharp Custom Exception Pin
Heath Stewart18-Dec-03 3:11
protectorHeath Stewart18-Dec-03 3:11 
GeneralCustom Button Pin
Mazdak17-Dec-03 18:58
Mazdak17-Dec-03 18:58 
GeneralRe: Custom Button Pin
thomasa18-Dec-03 1:03
thomasa18-Dec-03 1:03 
GeneralStand alone project Pin
Lord Tor17-Dec-03 18:22
Lord Tor17-Dec-03 18:22 
GeneralRe: Stand alone project Pin
Morten Kristensen17-Dec-03 20:01
Morten Kristensen17-Dec-03 20:01 
GeneralRe: Stand alone project Pin
Alex Korchemniy17-Dec-03 20:11
Alex Korchemniy17-Dec-03 20:11 
GeneralRe: Stand alone project Pin
Morten Kristensen17-Dec-03 23:11
Morten Kristensen17-Dec-03 23:11 
GeneralRe: Stand alone project Pin
J. Dunlap17-Dec-03 20:24
J. Dunlap17-Dec-03 20:24 
GeneralRe: Stand alone project Pin
Lord Tor18-Dec-03 13:46
Lord Tor18-Dec-03 13:46 
Generalworking with multiple web forms Pin
TheRookie17-Dec-03 16:40
TheRookie17-Dec-03 16:40 

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.