Click here to Skip to main content
15,905,010 members
Home / Discussions / C#
   

C#

 
GeneralRe: Radio button groups Pin
Eric-Paul16-Apr-04 0:24
Eric-Paul16-Apr-04 0:24 
GeneralMultiple Responses Pin
Anonymous15-Apr-04 4:47
Anonymous15-Apr-04 4:47 
GeneralRe: Multiple Responses Pin
Heath Stewart15-Apr-04 5:14
protectorHeath Stewart15-Apr-04 5:14 
GeneralRe: Multiple Responses Pin
John Pepper15-Apr-04 7:23
John Pepper15-Apr-04 7:23 
GeneralRe: Multiple Responses Pin
Heath Stewart15-Apr-04 8:33
protectorHeath Stewart15-Apr-04 8:33 
GeneralRe: Multiple Responses Pin
John Pepper15-Apr-04 9:53
John Pepper15-Apr-04 9:53 
QuestionHow to add new connection in connection manager programatically? Pin
Anonymous15-Apr-04 3:23
Anonymous15-Apr-04 3:23 
AnswerRe: How to add new connection in connection manager programatically? Pin
Mike Dimmick15-Apr-04 4:42
Mike Dimmick15-Apr-04 4:42 
I'm afraid there's no simple API for creating connections. Not even for C++ users. There are some third-party libraries which offer the ability to create RAS phone book entries (Connection Manager is based on RAS).

However, I have had luck with saving and restoring registry entries. RAS entries are stored under HKEY_CURRENT_USER\Comm\RasBook. The connection manager settings (which are also required) are under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections.

It is possible to use the RasSetEntryProperties API to create a RAS phone book entry; unfortunately, the device configuration structure (the fifth parameter) is not documented in the Windows CE SDK. For the UNIMODEM telephony provider (used by modem connections) this is a DEVMINICFG structure, which is declared in the Windows CE 3.0 Shared Source[^].

I can't post sample code because I developed this as part of my employment.

Stability. What an interesting concept. -- Chris Maunder
Generalmy tab control is slow Pin
robmays15-Apr-04 3:22
robmays15-Apr-04 3:22 
GeneralRe: my tab control is slow Pin
Heath Stewart15-Apr-04 3:25
protectorHeath Stewart15-Apr-04 3:25 
GeneralRe: my tab control is slow Pin
robmays15-Apr-04 3:39
robmays15-Apr-04 3:39 
GeneralRe: my tab control is slow Pin
Heath Stewart15-Apr-04 3:44
protectorHeath Stewart15-Apr-04 3:44 
GeneralRe: my tab control is slow Pin
robmays15-Apr-04 3:54
robmays15-Apr-04 3:54 
GeneralRe: my tab control is slow Pin
robmays15-Apr-04 3:59
robmays15-Apr-04 3:59 
GeneralRe: my tab control is slow Pin
Heath Stewart15-Apr-04 4:01
protectorHeath Stewart15-Apr-04 4:01 
GeneralTab order Pin
phimix15-Apr-04 3:05
phimix15-Apr-04 3:05 
GeneralTimers in C# Pin
bouli15-Apr-04 3:01
bouli15-Apr-04 3:01 
GeneralRe: Timers in C# Pin
Heath Stewart15-Apr-04 3:20
protectorHeath Stewart15-Apr-04 3:20 
GeneralRe: Timers in C# Pin
bouli15-Apr-04 3:29
bouli15-Apr-04 3:29 
Generalsetup and deployment projects Pin
Dpriya15-Apr-04 2:59
Dpriya15-Apr-04 2:59 
GeneralRe: setup and deployment projects Pin
bouli15-Apr-04 3:05
bouli15-Apr-04 3:05 
GeneralRe: setup and deployment projects Pin
Heath Stewart15-Apr-04 3:48
protectorHeath Stewart15-Apr-04 3:48 
GeneralRe: setup and deployment projects Pin
Heath Stewart15-Apr-04 3:41
protectorHeath Stewart15-Apr-04 3:41 
GeneralRe: setup and deployment projects Pin
bouli15-Apr-04 4:05
bouli15-Apr-04 4:05 
GeneralRe: setup and deployment projects Pin
Heath Stewart15-Apr-04 4:11
protectorHeath Stewart15-Apr-04 4:11 

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.